Class DriverPathG2d
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.g2d.DriverShadowedG2d
net.sourceforge.plantuml.klimt.drawing.g2d.DriverPathG2d
- All Implemented Interfaces:
UDriver<UPath,
Graphics2D>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UPath shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) Methods inherited from class net.sourceforge.plantuml.klimt.drawing.g2d.DriverShadowedG2d
drawOnlyLineShadow, drawOnlyLineShadowSpecial, drawShadow
-
Constructor Details
-
DriverPathG2d
public DriverPathG2d(double dpiFactor)
-
-
Method Details
-
draw
- Specified by:
draw
in interfaceUDriver<UPath,
Graphics2D>
-