public interface VisualMappingFunctionChangedListener extends CyListener
VisualStyle
implementation, so a style can be
notified when its visual mappings are changed.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(VisualMappingFunctionChangedEvent e) |
void handleEvent(VisualMappingFunctionChangedEvent e)
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.