public interface NetworkViewRenderer
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>
Modifier and Type | Field and Description |
---|---|
static String |
BIRDS_EYE_CONTEXT |
static String |
DEFAULT_CONTEXT |
static String |
THUMBNAIL_CONTEXT |
static String |
VISUAL_STYLE_PREVIEW_CONTEXT |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
CyNetworkViewFactory |
getNetworkViewFactory() |
RenderingEngineFactory<CyNetwork> |
getRenderingEngineFactory(String contextId) |
static final String DEFAULT_CONTEXT
static final String BIRDS_EYE_CONTEXT
static final String VISUAL_STYLE_PREVIEW_CONTEXT
static final String THUMBNAIL_CONTEXT
RenderingEngineFactory<CyNetwork> getRenderingEngineFactory(String contextId)
CyNetworkViewFactory getNetworkViewFactory()
String getId()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.