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