net.sourceforge.plantuml.ugraphic.html5
Class Html5Drawer
java.lang.Object
net.sourceforge.plantuml.ugraphic.html5.Html5Drawer
public class Html5Drawer
- extends Object
Method Summary |
protected void |
ensureVisible(double x,
double y)
|
String |
generateHtmlCode()
|
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)
|
void |
setFillColor(String fill)
|
void |
setStrokeColor(String stroke)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Html5Drawer
public Html5Drawer()
ensureVisible
protected final void ensureVisible(double x,
double y)
setStrokeColor
public final void setStrokeColor(String stroke)
setFillColor
public final void setFillColor(String fill)
generateHtmlCode
public String 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)
Copyright © 2013. All Rights Reserved.