Interface SvgHandler
- All Known Implementing Classes:
SvgBatikHandler
,SvgSalamenderHandler
public interface SvgHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreateIcon
(byte[] bs, String imgName) void
destroy()
void
draw
(Graphics2D g2d, int x, int y, float scaleFactor, double angle, Color fillColor, Color borderColor, boolean propLineThickness) getBounds
(int x, int y, float scaleFactor) void
-
Method Details
-
init
-
draw
void draw(Graphics2D g2d, int x, int y, float scaleFactor, double angle, Color fillColor, Color borderColor, boolean propLineThickness) -
destroy
void destroy() -
getBounds
-
createIcon
-