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 getSloppySelectionColor()
           
 void setBackgroundColor(Color c)
           
 void setSloppySelectionColor(Color c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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)