Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape.view.cytopanels
Class CytoPanelState

java.lang.Object
  extended bycytoscape.view.cytopanels.CytoPanelState

public class CytoPanelState
extends Object

CytoPanelState Class. The following States are supported:

Author:
Ben Gross

Field Summary
static CytoPanelState DOCK
          Dock state of a CytoPanel.
static CytoPanelState FLOAT
          Float state of a CytoPanel.
static CytoPanelState HIDE
          Hide state of a CytoPanel.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HIDE

public static final CytoPanelState HIDE
Hide state of a CytoPanel.


FLOAT

public static final CytoPanelState FLOAT
Float state of a CytoPanel.


DOCK

public static final CytoPanelState DOCK
Dock state of a CytoPanel.

Method Detail

toString

public String toString()

www.cytoscape.org