Class Dot

  • All Implemented Interfaces:
    java.awt.event.MouseListener, java.util.EventListener, DotElement

    public class Dot
    extends DotCluster
    • Constructor Detail

      • Dot

        public Dot()
      • Dot

        public Dot​(java.io.InputStream input)
            throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: DotCluster
        Get a string representation of this graph in the Dot-language.
        Overrides:
        toString in class DotCluster
      • exportToFile

        public void exportToFile​(java.io.File file)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • setStringValue

        public void setStringValue​(java.lang.String stringValue)
      • isKeepOrderingOfChildren

        public boolean isKeepOrderingOfChildren()
      • setKeepOrderingOfChildren

        public void setKeepOrderingOfChildren​(boolean keepOrderingOfChildren)