Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.view.model.VisualLexiconNode

Packages that use VisualLexiconNode
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
 VisualLexiconNode VisualLexiconNode.getParent()
          Get the parent of this VP node.
 VisualLexiconNode VisualLexicon.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
 Collection<VisualLexiconNode> VisualLexiconNode.getChildren()
          Returns collection of all children of this node.
 

Methods in org.cytoscape.view.model with parameters of type VisualLexiconNode
 int VisualLexiconNode.compareTo(VisualLexiconNode other)
           Compare by display name of this Visual Property.
 

Constructors in org.cytoscape.view.model with parameters of type VisualLexiconNode
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
 VisualLexiconNode BasicVisualLexicon.getVisualLexiconNode(VisualProperty<?> vp)
           
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.