Cytoscape 3.0.1 API

org.cytoscape.view.vizmap.gui
Interface DefaultViewPanel


public interface DefaultViewPanel

GUI component to display default appearance of current Visual Style.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 RenderingEngine<CyNetwork> getRenderingEngine()
          Get dummy network view.
 

Method Detail

getRenderingEngine

RenderingEngine<CyNetwork> getRenderingEngine()
Get dummy network view. Dummy network view is a network displayed on the default view editor. Usually it is a network with an edge and two nodes.

Returns:
rendering engine object for the default view.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.