public interface VisualStyleSetListener extends CyListener
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>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(VisualStyleSetEvent e)
Do something after a VisualStyle is set to a CyNetworkView.
|
void handleEvent(VisualStyleSetEvent e)
e
- Copyright 2011-2015 Cytoscape Consortium. All rights reserved.