|
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.vizmap.VisualPropertyDependency<T>
T - type of VisualProperty value in this group.public final class VisualPropertyDependency<T>
Represents a set of Visual Properties to be set by their parent value if dependency is enabled.
| Constructor Summary | |
|---|---|
VisualPropertyDependency(String displayName,
Set<VisualProperty<T>> vpSet,
VisualLexicon lexicon)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Provides human-readable name of this dependency. |
VisualProperty<T> |
getParentVisualProperty()
Returns the parent visual property for this dependency. |
Set<VisualProperty<?>> |
getVisualProperties()
A set of Visual Properties to be set by the parent if locked. |
boolean |
isDependencyEnabled()
Returns whether or not this dependency is enabled. |
void |
setDependency(boolean enable)
Enables or disables the dependency based on the boolean parameter. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VisualPropertyDependency(String displayName,
Set<VisualProperty<T>> vpSet,
VisualLexicon lexicon)
displayName - A human readable name for use in user interfaces.vpSet - The set of visual properties.lexicon - The visual lexicon used by this dependency. The lexicon determines
the parent visual property for this dependency.| Method Detail |
|---|
public String getDisplayName()
public Set<VisualProperty<?>> getVisualProperties()
public void setDependency(boolean enable)
enable - Whether to enable (true) or disable (false) this dependency.public boolean isDependencyEnabled()
public VisualProperty<T> getParentVisualProperty()
public String toString()
toString in class Object
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||