Class DriverImageSvgSvg
java.lang.Object
net.sourceforge.plantuml.ugraphic.svg.DriverImageSvgSvg
- All Implemented Interfaces:
UDriver<UImageSvg,
SvgGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UImageSvg 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
-
DriverImageSvgSvg
public DriverImageSvgSvg()
-
-
Method Details
-
draw
public void draw(UImageSvg image, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) - Specified by:
draw
in interfaceUDriver<UImageSvg,
SvgGraphics>
-