Uses of Class
com.hybris.cockpitng.components.visjs.network.data.ShapeProperties
-
Packages that use ShapeProperties Package Description com.hybris.cockpitng.components.visjs.network.data -
-
Uses of ShapeProperties in com.hybris.cockpitng.components.visjs.network.data
Methods in com.hybris.cockpitng.components.visjs.network.data that return ShapeProperties Modifier and Type Method Description ShapePropertiesShapeProperties.Builder. build()ShapePropertiesNode. getShapeProperties()Methods in com.hybris.cockpitng.components.visjs.network.data with parameters of type ShapeProperties Modifier and Type Method Description Node.BuilderNode.Builder. withShapeProperties(ShapeProperties shapeProperties)Represents configuration for specific shapes.Constructors in com.hybris.cockpitng.components.visjs.network.data with parameters of type ShapeProperties Constructor Description 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)
-