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