Uses of Class
net.sourceforge.plantuml.ugraphic.UPixel
-
Packages that use UPixel Package Description net.sourceforge.plantuml.ugraphic.g2d net.sourceforge.plantuml.ugraphic.svg -
-
Uses of UPixel in net.sourceforge.plantuml.ugraphic.g2d
Methods in net.sourceforge.plantuml.ugraphic.g2d with parameters of type UPixel Modifier and Type Method Description void
DriverPixelG2d. draw(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
-
Uses of UPixel in net.sourceforge.plantuml.ugraphic.svg
Methods in net.sourceforge.plantuml.ugraphic.svg with parameters of type UPixel Modifier and Type Method Description void
DriverPixelSvg. draw(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-