Package org.aoju.bus.core.image.painter
Interface Painter
- All Known Implementing Classes:
ImagePainter,RectanglePainter,TextPainter
public interface Painter
图像绘制
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(Graphics2D g, AbstractElement element, int canvasWidth) voiddrawRepeat(Graphics2D g, AbstractElement element, int canvasWidth, int canvasHeight)
-
Method Details
-
draw
- Throws:
Exception
-
drawRepeat
void drawRepeat(Graphics2D g, AbstractElement element, int canvasWidth, int canvasHeight) throws Exception - Throws:
Exception
-