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