|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cytoscape.view.model.VisualLexiconNode
public final class VisualLexiconNode
A node in the visual property tree (lexicon).
Wrapping a VisualProperty and holding parent-child relationships.
All data fields are immutable.
Constructor Summary | |
---|---|
VisualLexiconNode(VisualProperty<?> vp,
VisualLexiconNode parent)
Constructs this VisualLexiconNode. |
Method Summary | |
---|---|
Collection<VisualLexiconNode> |
getChildren()
Returns collection of all children of this node. |
VisualLexiconNode |
getParent()
Get the parent of this VP node. |
VisualProperty<?> |
getVisualProperty()
Returns wrapped VisualProperty object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisualLexiconNode(VisualProperty<?> vp, VisualLexiconNode parent)
vp
- the VisualProperty
to wrap.parent
- this VisualLexiconNodes parent VisualLexiconNode.Method Detail |
---|
public VisualProperty<?> getVisualProperty()
public VisualLexiconNode getParent()
public Collection<VisualLexiconNode> getChildren()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |