Class Html5Drawer

java.lang.Object
net.sourceforge.plantuml.ugraphic.html5.Html5Drawer

public class Html5Drawer extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final void
    ensureVisible(double x, double y)
     
    java.lang.String
     
    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(java.lang.String fill)
     
    final void
    setStrokeColor(java.lang.String stroke)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Html5Drawer

      public Html5Drawer()
  • Method Details

    • ensureVisible

      protected final void ensureVisible(double x, double y)
    • setStrokeColor

      public final void setStrokeColor(java.lang.String stroke)
    • setFillColor

      public final void setFillColor(java.lang.String fill)
    • generateHtmlCode

      public java.lang.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)