public final class VisualStyleAboutToBeRemovedEvent extends AbstractCyEvent<VisualMappingManager>
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 and Description |
---|
VisualStyleAboutToBeRemovedEvent(VisualMappingManager source,
VisualStyle style)
Create an event for the removed VisualStyle.
|
Modifier and Type | Method and Description |
---|---|
VisualStyle |
getVisualStyleToBeRemoved()
Returns target
VisualStyle to be removed from manager. |
getListenerClass, getSource
public VisualStyleAboutToBeRemovedEvent(VisualMappingManager source, VisualStyle style)
source
- Source of event. This is always a VisualMappingManager
.style
- VisualStyle to be deleted.public VisualStyle getVisualStyleToBeRemoved()
VisualStyle
to be removed from manager.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.