Class DriverPixelG2d
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.g2d.DriverPixelG2d
- All Implemented Interfaces:
UDriver<UPixel,
Graphics2D>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
-
Constructor Details
-
DriverPixelG2d
public DriverPixelG2d()
-
-
Method Details
-
draw
public void draw(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) - Specified by:
draw
in interfaceUDriver<UPixel,
Graphics2D>
-