Class Smooth
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.Smooth
-
- All Implemented Interfaces:
java.io.Serializable
public class Smooth extends java.lang.Object implements java.io.SerializableIndicates whether edge should be drawn as a quadratic bezier curve. Performance of these edges are worse, but they look better.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSmooth.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedSmooth(java.lang.Boolean enabled, java.lang.String type, java.lang.String forceDirection, java.lang.Double roundness)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetEnabled()java.lang.StringgetForceDirection()java.lang.DoublegetRoundness()java.lang.StringgetType()
-