Class Html5Drawer
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.html5.Html5Drawer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
ensureVisible
(double x, double y) void
htmlLine
(double x1, double y1, double x2, double y2, double deltaShadow) void
htmlRectangle
(double x, double y, double width, double height, double rx, double ry) final void
setFillColor
(String fill) final void
setStrokeColor
(String stroke)
-
Constructor Details
-
Html5Drawer
public Html5Drawer()
-
-
Method Details
-
ensureVisible
protected final void ensureVisible(double x, double y) -
setStrokeColor
-
setFillColor
-
generateHtmlCode
-
htmlRectangle
public void htmlRectangle(double x, double y, double width, double height, double rx, double ry) -
htmlLine
public void htmlLine(double x1, double y1, double x2, double y2, double deltaShadow)
-