Uses of Interface
org.cytoscape.view.presentation.RenderingEngine
Package
Description
This package provides Cytoscape version number, application-wide setting,
basic access to current network, selected networks, views and rendering engines.
This package provides application events/listeners, including
Cytoscape startup/shutdown, setCurrentNetwork/setCurrentNetworkView/
setSelectedNetwork.
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
API set for rendering engines (visualizers).
Event implementations and listener interfaces for the Presentation layer.
This package provides access to GUI component of VizMap GUI, and interfaces of mapping related managers.
-
Uses of RenderingEngine in org.cytoscape.application
Modifier and TypeMethodDescriptionCyApplicationManager.getCurrentRenderingEngine()
Returns the rendering engine associated with the current network view.Modifier and TypeMethodDescriptionvoid
CyApplicationManager.setCurrentRenderingEngine
(RenderingEngine<CyNetwork> engine) Sets the current rendering engine. -
Uses of RenderingEngine in org.cytoscape.application.events
Modifier and TypeMethodDescriptionSetCurrentRenderingEngineEvent.getRenderingEngine()
Return the rendering engine (presentation) that has been set as current.ModifierConstructorDescriptionSetCurrentRenderingEngineEvent
(CyApplicationManager source, RenderingEngine<CyNetwork> engine) Constructor. -
Uses of RenderingEngine in org.cytoscape.io.write
Modifier and TypeMethodDescriptionPresentationWriterFactory.createWriter
(OutputStream os, RenderingEngine<?> re) Creates a single Task that will write the contents of the specifiedRenderingEngine
object to the specified OutputStream.PresentationWriterManager.getWriter
(View<?> view, RenderingEngine<?> re, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified view to the specified file of the specified file type.PresentationWriterManager.getWriter
(View<?> view, RenderingEngine<?> re, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified view to the specified output stream of the specified file type. -
Uses of RenderingEngine in org.cytoscape.view.presentation
Modifier and TypeMethodDescriptionRenderingEngineFactory.createRenderingEngine
(Object visualizationContainer, View<T> viewModel) A view model can have multiple presentations.Modifier and TypeMethodDescriptionRenderingEngineManager.getAllRenderingEngines()
Get allRenderingEngine
s registered in this manager.RenderingEngineManager.getRenderingEngines
(View<?> viewModel) Get rendering engines for the given view model.Modifier and TypeMethodDescriptionvoid
RenderingEngineManager.addRenderingEngine
(RenderingEngine<?> engine) Add newRenderingEngine
to this manager.void
RenderingEngineManager.removeRenderingEngine
(RenderingEngine<?> engine) Remove a rendering engine. -
Uses of RenderingEngine in org.cytoscape.view.presentation.events
Modifier and TypeMethodDescriptionRenderingEngineAboutToBeRemovedEvent.getRenderingEngine()
Returns theRenderingEngine
associated with the deleted presentation.RenderingEngineAddedEvent.getRenderingEngine()
Get new rendering engine.ModifierConstructorDescriptionRenderingEngineAboutToBeRemovedEvent
(RenderingEngineManager source, RenderingEngine<?> engine) Construct an event for destroyed RenderingEngine.RenderingEngineAddedEvent
(RenderingEngineManager source, RenderingEngine<?> engine) Create an event for newly created presentation. -
Uses of RenderingEngine in org.cytoscape.view.vizmap.gui