public interface SetCurrentVisualStyleListener 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(SetCurrentVisualStyleEvent e)
Update states/GUI using newly selected current
VisualStyle information.
|
void handleEvent(SetCurrentVisualStyleEvent e)
e
- Event containing current VisualStyle.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.