- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.svg.DriverImagePng
-
- All Implemented Interfaces:
UDriver<SvgGraphics>
public class DriverImagePng extends Object implements UDriver<SvgGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverImagePng(ClipContainer clipContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-
-
-
Constructor Detail
-
DriverImagePng
public DriverImagePng(ClipContainer clipContainer)
-
-
Method Detail
-
draw
public void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
- Specified by:
draw
in interfaceUDriver<SvgGraphics>
-
-