Uses of Class
org.cytoscape.view.model.VisualLexiconNode
-
Packages that use VisualLexiconNode Package Description org.cytoscape.view.model Module for View Models and Visual Properties.org.cytoscape.view.presentation.property Implementations of basic VisualProperty objects and VisualLexicons. -
-
Uses of VisualLexiconNode in org.cytoscape.view.model
Methods in org.cytoscape.view.model that return VisualLexiconNode Modifier and Type Method Description VisualLexiconNodeVisualLexiconNode. getParent()Get the parent of this VP node.VisualLexiconNodeVisualLexicon. getVisualLexiconNode(VisualProperty<?> vp)Get a tree node in for the given VisualProperty.Methods in org.cytoscape.view.model that return types with arguments of type VisualLexiconNode Modifier and Type Method Description Collection<VisualLexiconNode>VisualLexiconNode. getChildren()Returns collection of all children of this node.Methods in org.cytoscape.view.model with parameters of type VisualLexiconNode Modifier and Type Method Description intVisualLexiconNode. compareTo(VisualLexiconNode other)Compare by display name of this Visual Property.Method parameters in org.cytoscape.view.model with type arguments of type VisualLexiconNode Modifier and Type Method Description voidVisualLexiconNode. visitDescendants(Consumer<VisualLexiconNode> visitor)The given visitor function will be applied to this node and all its children recursively.Constructors in org.cytoscape.view.model with parameters of type VisualLexiconNode Constructor Description VisualLexiconNode(VisualProperty<?> vp, VisualLexiconNode parent)Constructs this VisualLexiconNode. -
Uses of VisualLexiconNode in org.cytoscape.view.presentation.property
Methods in org.cytoscape.view.presentation.property that return VisualLexiconNode Modifier and Type Method Description VisualLexiconNodeBasicVisualLexicon. getVisualLexiconNode(VisualProperty<?> vp)
-