|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Compatible data model for this factory. For example, if this
parameter is set to CyNetwork, the factory creates rendering
engine for CyNetwork
objects.public interface RenderingEngineFactory<T>
A factory class to create visualization for a given view model. One visualization (presentation) have one rendering engine
Method Summary | |
---|---|
RenderingEngine<T> |
createRenderingEngine(Object visualizationContainer,
View<T> viewModel)
A view model can have multiple presentations. |
VisualLexicon |
getVisualLexicon()
Returns supported VisualLexicon supported by this rendering engine implementation. |
Method Detail |
---|
RenderingEngine<T> createRenderingEngine(Object visualizationContainer, View<T> viewModel)
visualizationContainer
- Window component which contains the rendered view. In most
cases, Window components in Swing will be used.viewModel
- view-model to be rendered by the RenderingEngine.
VisualLexicon getVisualLexicon()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |