Cytoscape 3.1.1 API

org.cytoscape.view.vizmap.gui
Interface VizMapGUI


Deprecated.

@Deprecated
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.

Module: vizmap-gui-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>vizmap-gui-api</artifactId>
</dependency>

Method Summary
 DefaultViewEditor getDefaultViewEditor()
          Deprecated. 
 JPanel getDefaultViewPanel()
          Deprecated. 
 

Method Detail

getDefaultViewEditor

@Deprecated
DefaultViewEditor getDefaultViewEditor()
Deprecated. 

Returns Default View Editor. Default View Editor is immutable.

Returns:
default view editor

getDefaultViewPanel

@Deprecated
JPanel getDefaultViewPanel()
Deprecated. 

Returns Default View Panel. This panel is immutable.

Returns:
Default view on JPanel.

Cytoscape 3.1.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.