Uses of Interface
org.cytoscape.view.presentation.RenderingEngineManager
-
Packages that use RenderingEngineManager Package Description org.cytoscape.app This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X.org.cytoscape.view.presentation.events Event implementations and listener interfaces for the Presentation layer. -
-
Uses of RenderingEngineManager in org.cytoscape.app
Methods in org.cytoscape.app that return RenderingEngineManager Modifier and Type Method Description RenderingEngineManager
CyAppAdapter. getRenderingEngineManager()
Deprecated.Returns an instance ofRenderingEngineManager
. -
Uses of RenderingEngineManager in org.cytoscape.view.presentation.events
Constructors in org.cytoscape.view.presentation.events with parameters of type RenderingEngineManager Constructor Description RenderingEngineAboutToBeRemovedEvent(RenderingEngineManager source, RenderingEngine<?> engine)
Construct an event for destroyed RenderingEngine.RenderingEngineAddedEvent(RenderingEngineManager source, RenderingEngine<?> engine)
Create an event for newly created presentation.
-