Class DriverImageG2d
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.g2d.DriverImageG2d
- All Implemented Interfaces:
UDriver<UImage,
Graphics2D>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UImage shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
-
Constructor Details
-
DriverImageG2d
-
-
Method Details
-
draw
public void draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) - Specified by:
draw
in interfaceUDriver<UImage,
Graphics2D>
-