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