Class Node
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.data.NetworkEntity
-
- com.hybris.cockpitng.components.visjs.network.data.Node
-
- All Implemented Interfaces:
java.io.Serializable
public class Node extends NetworkEntity
Default configuration for nodes.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNode.Builder
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.components.visjs.network.data.NetworkEntity
data, id, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNode(java.lang.Integer borderWidth, java.lang.Integer borderWidthSelected, java.lang.String brokenImage, ChosenNode chosen, NodeColor color, Fixed fixed, Font font, java.lang.String group, HeightConstraint heightConstraint, java.lang.Boolean hidden, Icon icon, java.lang.String id, Image image, java.lang.String label, java.lang.Boolean labelHighlightBold, java.lang.Integer level, Margin margin, java.lang.Integer mass, java.lang.Boolean physics, Scaling scaling, Shadow shadow, java.lang.String shape, ShapeProperties shapeProperties, java.lang.Integer size, java.lang.String title, java.lang.Integer value, WidthConstraint widthConstraint, java.lang.Integer x, java.lang.Integer y, java.io.Serializable data, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetBorderWidth()java.lang.IntegergetBorderWidthSelected()java.lang.StringgetBrokenImage()ChosenNodegetChosen()NodeColorgetColor()FixedgetFixed()FontgetFont()java.lang.StringgetGroup()HeightConstraintgetHeightConstraint()java.lang.BooleangetHidden()IcongetIcon()ImagegetImage()java.lang.StringgetLabel()java.lang.BooleangetLabelHighlightBold()java.lang.IntegergetLevel()MargingetMargin()java.lang.IntegergetMass()java.lang.BooleangetPhysics()ScalinggetScaling()ShadowgetShadow()java.lang.StringgetShape()ShapePropertiesgetShapeProperties()java.lang.IntegergetSize()java.lang.StringgetTitle()java.lang.IntegergetValue()WidthConstraintgetWidthConstraint()java.lang.IntegergetX()java.lang.IntegergetY()
-
-
-
Constructor Detail
-
Node
protected Node(java.lang.Integer borderWidth, java.lang.Integer borderWidthSelected, java.lang.String brokenImage, ChosenNode chosen, NodeColor color, Fixed fixed, Font font, java.lang.String group, HeightConstraint heightConstraint, java.lang.Boolean hidden, Icon icon, java.lang.String id, Image image, java.lang.String label, java.lang.Boolean labelHighlightBold, java.lang.Integer level, Margin margin, java.lang.Integer mass, java.lang.Boolean physics, Scaling scaling, Shadow shadow, java.lang.String shape, ShapeProperties shapeProperties, java.lang.Integer size, java.lang.String title, java.lang.Integer value, WidthConstraint widthConstraint, java.lang.Integer x, java.lang.Integer y, java.io.Serializable data, java.lang.String type)
-
-
Method Detail
-
getBorderWidth
public java.lang.Integer getBorderWidth()
-
getBorderWidthSelected
public java.lang.Integer getBorderWidthSelected()
-
getBrokenImage
public java.lang.String getBrokenImage()
-
getChosen
public ChosenNode getChosen()
-
getColor
public NodeColor getColor()
-
getFixed
public Fixed getFixed()
-
getFont
public Font getFont()
-
getGroup
public java.lang.String getGroup()
-
getHeightConstraint
public HeightConstraint getHeightConstraint()
-
getHidden
public java.lang.Boolean getHidden()
-
getIcon
public Icon getIcon()
-
getImage
public Image getImage()
-
getLabel
public java.lang.String getLabel()
-
getLabelHighlightBold
public java.lang.Boolean getLabelHighlightBold()
-
getLevel
public java.lang.Integer getLevel()
-
getMargin
public Margin getMargin()
-
getMass
public java.lang.Integer getMass()
-
getPhysics
public java.lang.Boolean getPhysics()
-
getScaling
public Scaling getScaling()
-
getShadow
public Shadow getShadow()
-
getShape
public java.lang.String getShape()
-
getShapeProperties
public ShapeProperties getShapeProperties()
-
getSize
public java.lang.Integer getSize()
-
getTitle
public java.lang.String getTitle()
-
getValue
public java.lang.Integer getValue()
-
getWidthConstraint
public WidthConstraint getWidthConstraint()
-
getX
public java.lang.Integer getX()
-
getY
public java.lang.Integer getY()
-
-