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.
|
Modifier and Type | Method and Description |
---|---|
VisualLexiconNode |
VisualLexiconNode.getParent()
Get the parent of this VP node.
|
VisualLexiconNode |
VisualLexicon.getVisualLexiconNode(VisualProperty<?> vp)
Get a tree node in for the given VisualProperty.
|
Modifier and Type | Method and Description |
---|---|
Collection<VisualLexiconNode> |
VisualLexiconNode.getChildren()
Returns collection of all children of this node.
|
Modifier and Type | Method and Description |
---|---|
int |
VisualLexiconNode.compareTo(VisualLexiconNode other)
Compare by display name of this Visual Property.
|
Constructor and Description |
---|
VisualLexiconNode(VisualProperty<?> vp,
VisualLexiconNode parent)
Constructs this VisualLexiconNode.
|
Modifier and Type | Method and Description |
---|---|
VisualLexiconNode |
BasicVisualLexicon.getVisualLexiconNode(VisualProperty<?> vp) |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.