Uses of Class
com.hybris.cockpitng.components.visjs.network.data.ChosenNode
-
Packages that use ChosenNode Package Description com.hybris.cockpitng.components.visjs.network.data -
-
Uses of ChosenNode in com.hybris.cockpitng.components.visjs.network.data
Methods in com.hybris.cockpitng.components.visjs.network.data that return ChosenNode Modifier and Type Method Description ChosenNodeChosenNode.Builder. build()ChosenNodeNode. getChosen()Methods in com.hybris.cockpitng.components.visjs.network.data with parameters of type ChosenNode Modifier and Type Method Description Node.BuilderNode.Builder. withChosen(ChosenNode chosen)Indicates whether selecting or hovering on a node should change the node and/or it's label.Constructors in com.hybris.cockpitng.components.visjs.network.data with parameters of type ChosenNode 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)
-