Class Scaling
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.Scaling
-
- All Implemented Interfaces:
java.io.Serializable
public class Scaling extends java.lang.Object implements java.io.SerializableRepresents option for scaling edges and nodes according to their properties.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScaling.Builder
-
Constructor Summary
Constructors Constructor Description Scaling(java.lang.Integer min, java.lang.Integer max, ScalingLabel label, java.lang.String customScalingFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCustomScalingFunction()ScalingLabelgetLabel()java.lang.IntegergetMax()java.lang.IntegergetMin()
-
-
-
Constructor Detail
-
Scaling
public Scaling(java.lang.Integer min, java.lang.Integer max, ScalingLabel label, java.lang.String customScalingFunction)
-
-
Method Detail
-
getMin
public java.lang.Integer getMin()
-
getMax
public java.lang.Integer getMax()
-
getLabel
public ScalingLabel getLabel()
-
getCustomScalingFunction
public java.lang.String getCustomScalingFunction()
-
-