|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.event.AbstractCyEvent<VisualMappingManager>
org.cytoscape.view.vizmap.events.VisualStyleSetEvent
public final class VisualStyleSetEvent
Event fired when a VisualStyle is set to a network view through
VisualMappingManager.setVisualStyle(VisualStyle, org.cytoscape.view.model.CyNetworkView).
Module: vizmap-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-api</artifactId>
</dependency>| Constructor Summary | |
|---|---|
VisualStyleSetEvent(VisualMappingManager source,
VisualStyle style,
CyNetworkView view)
Creates the event. |
|
| Method Summary | |
|---|---|
CyNetworkView |
getNetworkView()
Get the The target network view model. |
VisualStyle |
getVisualStyle()
Get the VisualStyle that was set to the network view. |
| Methods inherited from class org.cytoscape.event.AbstractCyEvent |
|---|
getListenerClass, getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisualStyleSetEvent(VisualMappingManager source,
VisualStyle style,
CyNetworkView view)
source - Source of this event. This is always VisualMappingManager.style - The VisualStyle that was set to the network view.view - The target CyNetworkView.| Method Detail |
|---|
public VisualStyle getVisualStyle()
public CyNetworkView getNetworkView()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||