public final class VisualPropertyUtil extends Object
Module: presentation-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
static boolean |
isChildOf(VisualProperty<?> parent,
VisualProperty<?> vp,
VisualLexicon lexicon)
Check whether the given VisualProperty is a child of parent vp or not.
|
public static boolean isChildOf(VisualProperty<?> parent, VisualProperty<?> vp, VisualLexicon lexicon)
parent
- parent visual propertyvp
- visual property to be testedlexicon
- lexicon treeCopyright 2011-2015 Cytoscape Consortium. All rights reserved.