Class Hierarchical

  • All Implemented Interfaces:
    java.io.Serializable

    public class Hierarchical
    extends java.lang.Object
    implements java.io.Serializable
    Options for hierarchical layout.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Hierarchical.Builder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Hierarchical​(java.lang.Boolean enabled, java.lang.Integer levelSeparation, java.lang.Integer nodeSpacing, java.lang.Integer treeSpacing, java.lang.Boolean blockShifting, java.lang.Boolean edgeMinimization, java.lang.Boolean parentCentralization, java.lang.String direction, java.lang.String sortMethod)  
    • Constructor Detail

      • Hierarchical

        protected Hierarchical​(java.lang.Boolean enabled,
                               java.lang.Integer levelSeparation,
                               java.lang.Integer nodeSpacing,
                               java.lang.Integer treeSpacing,
                               java.lang.Boolean blockShifting,
                               java.lang.Boolean edgeMinimization,
                               java.lang.Boolean parentCentralization,
                               java.lang.String direction,
                               java.lang.String sortMethod)
    • Method Detail

      • getEnabled

        public java.lang.Boolean getEnabled()
      • getLevelSeparation

        public java.lang.Integer getLevelSeparation()
      • getNodeSpacing

        public java.lang.Integer getNodeSpacing()
      • getTreeSpacing

        public java.lang.Integer getTreeSpacing()
      • getBlockShifting

        public java.lang.Boolean getBlockShifting()
      • getEdgeMinimization

        public java.lang.Boolean getEdgeMinimization()
      • getParentCentralization

        public java.lang.Boolean getParentCentralization()
      • getDirection

        public java.lang.String getDirection()
      • getSortMethod

        public java.lang.String getSortMethod()