| Interface | Description |
|---|---|
| SetCurrentVisualStyleListener |
TODO: Missing documentation
|
| VisualMappingFunctionChangedListener |
This listener is used by the
VisualStyle implementation, so a style can be
notified when its visual mappings are changed. |
| VisualPropertyDependencyChangedListener |
This listener is used by the
VisualStyle implementation, so a style can be
notified when VisualPropertyDependency.setDependency(boolean) is called on any of its
visual property dependencies. |
| VisualStyleAboutToBeRemovedListener |
Listener for VisualStyleAboutToBeRemovedEvent.
|
| VisualStyleAddedListener |
Listener for VisualStyleAddedEvent.
|
| VisualStyleChangedListener |
TODO: Missing documentation
|
| VisualStyleSetListener |
Listener for VisualStyleSetEvent.
|
| Class | Description |
|---|---|
| SetCurrentVisualStyleEvent |
TODO: Missing documentation
|
| VisualMappingFunctionChangedEvent |
VisualMappingFunctions should fire this event when the contents of the mapping are modified.
|
| VisualMappingFunctionChangeRecord |
This is used to create a
VisualMappingFunctionChangedEvent. |
| VisualPropertyDependencyChangedEvent |
Visual property dependencies should fire this event when
VisualPropertyDependency.setDependency(boolean)
is called with a different value. |
| VisualStyleAboutToBeRemovedEvent |
This event will be fired when VisualStyle object is removed from
VisualMappingManager.
|
| VisualStyleAddedEvent |
When new VisualStyle is added to the
VisualMappingManager,
it fires this event. |
| VisualStyleChangedEvent |
When contents (default values or mappings) of an existing
VisualStyle is modified, this event should be fired.
|
| VisualStyleChangeRecord |
This is used to create a
VisualStyleChangedEvent. |
| VisualStyleSetEvent |
Event fired when a
VisualStyle is set to a network view through
VisualMappingManager.setVisualStyle(VisualStyle, org.cytoscape.view.model.CyNetworkView). |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.