Class DriverPixelG2d
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.g2d.DriverPixelG2d
-
- All Implemented Interfaces:
UDriver<UPixel,Graphics2D>
public class DriverPixelG2d extends Object implements UDriver<UPixel,Graphics2D>
-
-
Constructor Summary
Constructors Constructor Description DriverPixelG2d()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
-
-
-
Method Detail
-
draw
public void draw(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
- Specified by:
draw
in interfaceUDriver<UPixel,Graphics2D>
-
-