Class DriverImagePng
java.lang.Object
net.sourceforge.plantuml.ugraphic.svg.DriverImagePng
- All Implemented Interfaces:
UDriver<UImage,
SvgGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UImage image, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DriverImagePng
-
-
Method Details
-
draw
public void draw(UImage image, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) - Specified by:
draw
in interfaceUDriver<UImage,
SvgGraphics>
-