Package | Description |
---|---|
org.cytoscape.app |
This is the Cytoscape App API, which supports development of Cytoscape 3.X
apps in a manner similar to apps developed in Cytoscape 2.X.
|
org.cytoscape.view.vizmap.events |
Events for Visual Mappings.
|
Modifier and Type | Method and Description |
---|---|
VisualMappingManager |
CyAppAdapter.getVisualMappingManager()
Returns an instance of
VisualMappingManager . |
Constructor and Description |
---|
VisualStyleAboutToBeRemovedEvent(VisualMappingManager source,
VisualStyle style)
Create an event for the removed VisualStyle.
|
VisualStyleAddedEvent(VisualMappingManager source,
VisualStyle created)
Creates an event for the newly created style.
|
VisualStyleSetEvent(VisualMappingManager source,
VisualStyle style,
CyNetworkView view)
Creates the event.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.