cytoscape.visual
Class GlobalAppearance
java.lang.Object
cytoscape.visual.GlobalAppearance
public class GlobalAppearance
- extends Object
Objects of this class hold data describing global appearance attributes of
the graph window.
GlobalAppearance
public GlobalAppearance()
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)