Package | Description |
---|---|
org.cytoscape.view.vizmap |
Visual Mapping basic API module.
|
Modifier and Type | Method and Description |
---|---|
VisualPropertyDependency<T> |
VisualPropertyDependencyFactory.createVisualPropertyDependency() |
Modifier and Type | Method and Description |
---|---|
Set<VisualPropertyDependency<?>> |
VisualStyle.getAllVisualPropertyDependencies()
Get all dependencies for this style.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualStyle.addVisualPropertyDependency(VisualPropertyDependency<?> dependency)
Add a new VisualPropertyDependency.
|
void |
VisualStyle.removeVisualPropertyDependency(VisualPropertyDependency<?> dependency)
Remove a VisualPropertyDependency.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.