Cytoscape 2.8.0 API

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!
protected static String[] getCalculatorNames()
           
 Color getEdgeReverseSelectionColor()
          DOCUMENT ME!
 Color getEdgeSelectionColor()
          DOCUMENT ME!
 Color getNodeReverseSelectionColor()
          DOCUMENT ME!
 Color getNodeSelectionColor()
          DOCUMENT ME!
 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!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAppearance

public GlobalAppearance()
Creates a new GlobalAppearance object.

Method Detail

getCalculatorNames

protected static String[] getCalculatorNames()

getBackgroundColor

public Color getBackgroundColor()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setBackgroundColor

public void setBackgroundColor(Color c)
DOCUMENT ME!

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!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.