Class DriverPolygonG2d
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.g2d.DriverShadowedG2d
-
- net.sourceforge.plantuml.ugraphic.g2d.DriverPolygonG2d
-
- All Implemented Interfaces:
UDriver<UPolygon,Graphics2D>
public class DriverPolygonG2d extends DriverShadowedG2d implements UDriver<UPolygon,Graphics2D>
-
-
Constructor Summary
Constructors Constructor Description DriverPolygonG2d(double dpiFactor, EnsureVisible visible)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.g2d.DriverShadowedG2d
drawOnlyLineShadow, drawOnlyLineShadowSpecial, drawShadow
-
-
-
-
Constructor Detail
-
DriverPolygonG2d
public DriverPolygonG2d(double dpiFactor, EnsureVisible visible)
-
-
Method Detail
-
draw
public void draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
- Specified by:
draw
in interfaceUDriver<UPolygon,Graphics2D>
-
-