Uses of Class
com.hybris.cockpitng.components.visjs.network.data.Stabilization.Builder
-
Packages that use Stabilization.Builder Package Description com.hybris.cockpitng.components.visjs.network.data -
-
Uses of Stabilization.Builder in com.hybris.cockpitng.components.visjs.network.data
Methods in com.hybris.cockpitng.components.visjs.network.data that return Stabilization.Builder Modifier and Type Method Description Stabilization.BuilderStabilization.Builder. withEnabled(java.lang.Boolean enabled)Enables stabilization.Stabilization.BuilderStabilization.Builder. withFit(java.lang.Boolean fit)Indicates whether the view should be zoom to fit all nodes when a stabilization is finished.Stabilization.BuilderStabilization.Builder. withIterations(java.lang.Integer iterations)Network tries to stabilize itself with the maximum number of iterations.Stabilization.BuilderStabilization.Builder. withOnlyDynamicEdges(java.lang.Boolean onlyDynamicEdges)If you have fixed positions of all nodes and you want to stabilize only edges then set the value to true.Stabilization.BuilderStabilization.Builder. withUpdateInterval(java.lang.Integer updateInterval)The interval determines after how many iterations the 'stabilizationProgress' event is triggered.
-