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