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