Cytoscape 3.0.1 API

org.cytoscape.view.vizmap.gui
Interface VizMapGUI


public interface VizMapGUI

The top-level GUI component of VizMap GUI.

VizMapGUI consists of three parts:

Since there is no "current Visual Style" in the vizmap api, the replacement for "current VS" is "selected visual style" managed here.

This component tracks the selected Visual Style. Because of this, Visual Style is editable even if current Network View does not exist.


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
 DefaultViewEditor getDefaultViewEditor()
          Returns Default View Editor.
 JPanel getDefaultViewPanel()
          Returns Default View Panel.
 

Method Detail

getDefaultViewEditor

DefaultViewEditor getDefaultViewEditor()
Returns Default View Editor. Default View Editor is immutable.

Returns:
default view editor

getDefaultViewPanel

JPanel getDefaultViewPanel()
Returns Default View Panel. This panel is immutable.

Returns:
Default view on JPanel.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.