public class GraphicsChangedEvent extends Object
| Modifier and Type | Method and Description | 
|---|---|
org.cytoscape.view.presentation.customgraphics.CyCustomGraphics<org.cytoscape.view.presentation.customgraphics.CustomGraphicLayer> | 
getGraphicForID(String id)
get The  
CyCustomGraphics object for the requested ID, or null if it is not part of this event. | 
Collection<String> | 
getIDs()
Get the updated IDs. 
 | 
public Collection<String> getIDs()
public org.cytoscape.view.presentation.customgraphics.CyCustomGraphics<org.cytoscape.view.presentation.customgraphics.CustomGraphicLayer> getGraphicForID(String id)
CyCustomGraphics object for the requested ID, or null if it is not part of this event.id - the id of the graphic to obtainCyCustomGraphics - the graphics associated with the given id.Copyright © 2018. All rights reserved.