Cytoscape 3.1.1 API

org.cytoscape.application
Interface NetworkViewRenderer


public interface NetworkViewRenderer


Field Summary
static String BIRDS_EYE_CONTEXT
           
static String DEFAULT_CONTEXT
           
static String VISUAL_STYLE_PREVIEW_CONTEXT
           
 
Method Summary
 String getId()
           
 CyNetworkViewFactory getNetworkViewFactory()
           
 RenderingEngineFactory<CyNetwork> getRenderingEngineFactory(String contextId)
           
 

Field Detail

DEFAULT_CONTEXT

static final String DEFAULT_CONTEXT
See Also:
Constant Field Values

BIRDS_EYE_CONTEXT

static final String BIRDS_EYE_CONTEXT
See Also:
Constant Field Values

VISUAL_STYLE_PREVIEW_CONTEXT

static final String VISUAL_STYLE_PREVIEW_CONTEXT
See Also:
Constant Field Values
Method Detail

getRenderingEngineFactory

RenderingEngineFactory<CyNetwork> getRenderingEngineFactory(String contextId)

getNetworkViewFactory

CyNetworkViewFactory getNetworkViewFactory()

getId

String getId()

Cytoscape 3.1.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.