Package org.aoju.bus.core.image.painter
Class ImagePainter
java.lang.Object
org.aoju.bus.core.image.painter.ImagePainter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(Graphics2D g, AbstractElement element, int canvasWidth) voiddrawRepeat(Graphics2D g, AbstractElement element, int canvasWidth, int canvasHeight)
-
Constructor Details
-
ImagePainter
public ImagePainter()
-
-
Method Details
-
draw
-
drawRepeat
public void drawRepeat(Graphics2D g, AbstractElement element, int canvasWidth, int canvasHeight) throws Exception - Specified by:
drawRepeatin interfacePainter- Throws:
Exception
-