Cytoscape 2.4.1 (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()
           
 
Method Summary
 Color getBackgroundColor()
           
 Color getEdgeReverseSelectionColor()
           
 Color getEdgeSelectionColor()
           
 Color getNodeReverseSelectionColor()
           
 Color getNodeSelectionColor()
           
 Color getSloppySelectionColor()
           
 void setBackgroundColor(Color c)
           
 void setEdgeReverseSelectionColor(Color c)
           
 void setEdgeSelectionColor(Color c)
           
 void setNodeReverseSelectionColor(Color c)
           
 void setNodeSelectionColor(Color c)
           
 void setSloppySelectionColor(Color c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAppearance

public GlobalAppearance()
Method Detail

getBackgroundColor

public Color getBackgroundColor()

setBackgroundColor

public void setBackgroundColor(Color c)

getSloppySelectionColor

public Color getSloppySelectionColor()

setSloppySelectionColor

public void setSloppySelectionColor(Color c)

getNodeSelectionColor

public Color getNodeSelectionColor()

setNodeSelectionColor

public void setNodeSelectionColor(Color c)

getNodeReverseSelectionColor

public Color getNodeReverseSelectionColor()

setNodeReverseSelectionColor

public void setNodeReverseSelectionColor(Color c)

getEdgeSelectionColor

public Color getEdgeSelectionColor()

setEdgeSelectionColor

public void setEdgeSelectionColor(Color c)

getEdgeReverseSelectionColor

public Color getEdgeReverseSelectionColor()

setEdgeReverseSelectionColor

public void setEdgeReverseSelectionColor(Color c)

www.cytoscape.org