public final class SetCurrentRenderingEngineEvent extends AbstractCyEvent<CyApplicationManager>
RenderingEngine has been set as current.Module: application-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>application-api</artifactId>
</dependency>| Constructor and Description |
|---|
SetCurrentRenderingEngineEvent(CyApplicationManager source,
RenderingEngine<CyNetwork> engine)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RenderingEngine<CyNetwork> |
getRenderingEngine()
Return the rendering engine (presentation) that has been set as current.
|
getListenerClass, getSourcepublic SetCurrentRenderingEngineEvent(CyApplicationManager source, RenderingEngine<CyNetwork> engine)
source - The application manager firing this event.engine - The rendering engine (presentation) that has been set as current.public RenderingEngine<CyNetwork> getRenderingEngine()
Copyright 2011 Cytoscape Consortium. All rights reserved.