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