All Implemented Interfaces:
Freezable<Node>

public class Dia extends Element
A Dia-based diagrams in web pages.
  • Field Details

  • Constructor Details

    • Dia

      public Dia()
  • Method Details

    • getLabel

      public String getLabel()
      If not set, defaults to the last path segment of path, with any ".dia" extension stripped.
      Specified by:
      getLabel in class Node
    • setLabel

      public void setLabel(String label)
    • getBook

      public String getBook()
    • setBook

      public void setBook(String book)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getDefaultIdPrefix

      protected String getDefaultIdPrefix()
      Specified by:
      getDefaultIdPrefix in class Element