Class HierarchicalRepulsion
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.HierarchicalRepulsion
-
- All Implemented Interfaces:
java.io.Serializable
public class HierarchicalRepulsion extends java.lang.Object implements java.io.SerializableHierarchical Repulsion model used inPhysics. In this model levels are taken into account and forces are normalized.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHierarchicalRepulsion.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedHierarchicalRepulsion(java.lang.Double centralGravity, java.lang.Double springLength, java.lang.Double springConstant, java.lang.Double nodeDistance, java.lang.Double damping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetCentralGravity()java.lang.DoublegetDamping()java.lang.DoublegetNodeDistance()java.lang.DoublegetSpringConstant()java.lang.DoublegetSpringLength()
-
-
-
Method Detail
-
getCentralGravity
public java.lang.Double getCentralGravity()
-
getSpringLength
public java.lang.Double getSpringLength()
-
getSpringConstant
public java.lang.Double getSpringConstant()
-
getDamping
public java.lang.Double getDamping()
-
getNodeDistance
public java.lang.Double getNodeDistance()
-
-