Class ScalingLabel
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.ScalingLabel
-
- All Implemented Interfaces:
java.io.Serializable
public class ScalingLabel extends java.lang.Object implements java.io.SerializableRepresents options for scaling label of nodes and edges.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScalingLabel.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedScalingLabel(java.lang.Boolean enabled, java.lang.Integer min, java.lang.Integer max, java.lang.Integer maxVisible, java.lang.Integer drawThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetDrawThreshold()java.lang.BooleangetEnabled()java.lang.IntegergetMax()java.lang.IntegergetMaxVisible()java.lang.IntegergetMin()
-