Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual
Class GlobalAppearance

java.lang.Object
  extended by cytoscape.visual.GlobalAppearance

public class GlobalAppearance
extends Object

Objects of this class hold data describing global appearance attributes of the graph window.


Constructor Summary
GlobalAppearance()
          Creates a new GlobalAppearance object.
 
Method Summary
 Color getBackgroundColor()
          DOCUMENT ME!
 Color getEdgeReverseSelectionColor()
          DOCUMENT ME!
 Color getEdgeSelectionColor()
          DOCUMENT ME!
 Color getNodeReverseSelectionColor()
          DOCUMENT ME!
 Color getNodeSelectionColor()
          DOCUMENT ME!
 Color getSloppySelectionColor()
          Deprecated. Will be removed 5/2008
 void setBackgroundColor(Color c)
          DOCUMENT ME!
 void setEdgeReverseSelectionColor(Color c)
          DOCUMENT ME!
 void setEdgeSelectionColor(Color c)
          DOCUMENT ME!
 void setNodeReverseSelectionColor(Color c)
          DOCUMENT ME!
 void setNodeSelectionColor(Color c)
          DOCUMENT ME!
 void setSloppySelectionColor(Color c)
          Deprecated. Will be removed 5/2008
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAppearance

public GlobalAppearance()
Creates a new GlobalAppearance object.

Method Detail

getBackgroundColor

public Color getBackgroundColor()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setBackgroundColor

public void setBackgroundColor(Color c)
DOCUMENT ME!

Parameters:
c - DOCUMENT ME!

getSloppySelectionColor

@Deprecated
public Color getSloppySelectionColor()
Deprecated. Will be removed 5/2008

Do not use this.

Returns:
DOCUMENT ME!

setSloppySelectionColor

@Deprecated
public void setSloppySelectionColor(Color c)
Deprecated. Will be removed 5/2008

Do not use this.

Parameters:
c - DOCUMENT ME!

getNodeSelectionColor

public Color getNodeSelectionColor()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setNodeSelectionColor

public void setNodeSelectionColor(Color c)
DOCUMENT ME!

Parameters:
c - DOCUMENT ME!

getNodeReverseSelectionColor

public Color getNodeReverseSelectionColor()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setNodeReverseSelectionColor

public void setNodeReverseSelectionColor(Color c)
DOCUMENT ME!

Parameters:
c - DOCUMENT ME!

getEdgeSelectionColor

public Color getEdgeSelectionColor()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setEdgeSelectionColor

public void setEdgeSelectionColor(Color c)
DOCUMENT ME!

Parameters:
c - DOCUMENT ME!

getEdgeReverseSelectionColor

public Color getEdgeReverseSelectionColor()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setEdgeReverseSelectionColor

public void setEdgeReverseSelectionColor(Color c)
DOCUMENT ME!

Parameters:
c - DOCUMENT ME!

www.cytoscape.org