rita.support.gui
Class RiGUILookAndFeel

java.lang.Object
  extended by rita.support.gui.RiGUILookAndFeel

public class RiGUILookAndFeel
extends java.lang.Object


Field Summary
 int activeColor
           
 int baseColor
           
 int borderColor
           
 int darkGrayColor
           
static char DEFAULT
           
 PAppletState defaultGraphicsState
           
 int highlightColor
           
 int lightGrayColor
           
 int selectionColor
           
 int textColor
           
 
Constructor Summary
RiGUILookAndFeel(processing.core.PApplet parent, char type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseColor

public int baseColor

borderColor

public int borderColor

highlightColor

public int highlightColor

selectionColor

public int selectionColor

activeColor

public int activeColor

textColor

public int textColor

lightGrayColor

public int lightGrayColor

darkGrayColor

public int darkGrayColor

defaultGraphicsState

public PAppletState defaultGraphicsState

DEFAULT

public static final char DEFAULT
See Also:
Constant Field Values
Constructor Detail

RiGUILookAndFeel

public RiGUILookAndFeel(processing.core.PApplet parent,
                        char type)