Class Margin
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.Margin
-
- All Implemented Interfaces:
java.io.Serializable
public class Margin extends java.lang.Object implements java.io.SerializableRepresents margins of labels. These options are only taken into account whenNode.shapeis set to box, circle, database, icon or text.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMargin.Builder
-
Constructor Summary
Constructors Constructor Description Margin(java.lang.Integer top, java.lang.Integer right, java.lang.Integer bottom, java.lang.Integer left)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetBottom()java.lang.IntegergetLeft()java.lang.IntegergetRight()java.lang.IntegergetTop()
-