Class Stabilization
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.Stabilization
-
- All Implemented Interfaces:
java.io.Serializable
public class Stabilization extends java.lang.Object implements java.io.SerializableIndicates whether network should be stabilized on load using default settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStabilization.Builder
-
Constructor Summary
Constructors Constructor Description Stabilization(java.lang.Boolean enabled, java.lang.Integer iterations, java.lang.Integer updateInterval, java.lang.Boolean onlyDynamicEdges, java.lang.Boolean fit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetEnabled()java.lang.BooleangetFit()java.lang.IntegergetIterations()java.lang.BooleangetOnlyDynamicEdges()java.lang.IntegergetUpdateInterval()
-