Class DriverLineG2d
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.g2d.DriverShadowedG2d
net.sourceforge.plantuml.klimt.drawing.g2d.DriverLineG2d
- All Implemented Interfaces:
UDriver<ULine,
Graphics2D>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(ULine 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
-
DriverLineG2d
public DriverLineG2d(double dpiFactor)
-
-
Method Details
-
draw
- Specified by:
draw
in interfaceUDriver<ULine,
Graphics2D>
-