@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.
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>
Modifier and Type | Method and Description |
---|---|
DefaultViewEditor |
getDefaultViewEditor()
Deprecated.
|
JPanel |
getDefaultViewPanel()
Deprecated.
|
@Deprecated DefaultViewEditor getDefaultViewEditor()
@Deprecated JPanel getDefaultViewPanel()
JPanel
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.