Class Hierarchical
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.Hierarchical
-
- All Implemented Interfaces:
java.io.Serializable
public class Hierarchical extends java.lang.Object implements java.io.SerializableOptions for hierarchical layout.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHierarchical.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedHierarchical(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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetBlockShifting()java.lang.StringgetDirection()java.lang.BooleangetEdgeMinimization()java.lang.BooleangetEnabled()java.lang.IntegergetLevelSeparation()java.lang.IntegergetNodeSpacing()java.lang.BooleangetParentCentralization()java.lang.StringgetSortMethod()java.lang.IntegergetTreeSpacing()
-
-
-
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()
-
-