Uses of Interface
org.cytoscape.view.presentation.RenderingEngineManager
Package
Description
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.
Event implementations and listener interfaces for the Presentation layer.
-
Uses of RenderingEngineManager in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getRenderingEngineManager()
Deprecated.Returns an instance ofRenderingEngineManager
. -
Uses of RenderingEngineManager in org.cytoscape.view.presentation.events
ModifierConstructorDescriptionRenderingEngineAboutToBeRemovedEvent(RenderingEngineManager source, RenderingEngine<?> engine)
Construct an event for destroyed RenderingEngine.RenderingEngineAddedEvent(RenderingEngineManager source, RenderingEngine<?> engine)
Create an event for newly created presentation.