mWaba.gui
Class mColor

java.lang.Object
  |
  +--waba.fx.Color
        |
        +--mWaba.gui.mColor

public class mColor
extends waba.fx.Color


Field Summary
static mColor Black
           
 int blue
           
static mColor DarkGray
           
 int green
           
static mColor LightGray
           
 int red
           
static mColor White
           
 
Constructor Summary
mColor(int r, int g, int b)
           
 
Method Summary
 int getBlue()
           
 int getGreen()
           
static boolean getMonochrome()
           
 int getRed()
           
 void set(waba.fx.Color other)
           
 void set(waba.fx.Graphics g)
           
 void set(int r, int g, int b)
           
static void setColor(waba.fx.Graphics g, waba.fx.Color c)
           
static void setMonochrome(boolean mono)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Black

public static mColor Black

White

public static mColor White

DarkGray

public static mColor DarkGray

LightGray

public static mColor LightGray

red

public int red

green

public int green

blue

public int blue
Constructor Detail

mColor

public mColor(int r,
              int g,
              int b)
Method Detail

set

public void set(waba.fx.Graphics g)

set

public void set(int r,
                int g,
                int b)

set

public void set(waba.fx.Color other)

getRed

public int getRed()
Overrides:
getRed in class waba.fx.Color

getGreen

public int getGreen()
Overrides:
getGreen in class waba.fx.Color

getBlue

public int getBlue()
Overrides:
getBlue in class waba.fx.Color

setColor

public static void setColor(waba.fx.Graphics g,
                            waba.fx.Color c)

setMonochrome

public static void setMonochrome(boolean mono)

getMonochrome

public static boolean getMonochrome()