net.avh4.framework.uilayer
Class Color

java.lang.Object
  extended by net.avh4.framework.uilayer.Color

public class Color
extends Object


Field Summary
static int BLACK
           
static int BLUE
           
static int RED
           
static int WHITE
           
static int YELLOW
           
 
Constructor Summary
Color()
           
 
Method Summary
static int getBlue(int color)
           
static int getGreen(int color)
           
static int getRed(int color)
           
static int getValue(int color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WHITE

public static final int WHITE
See Also:
Constant Field Values

BLUE

public static final int BLUE
See Also:
Constant Field Values

BLACK

public static final int BLACK
See Also:
Constant Field Values

RED

public static final int RED
See Also:
Constant Field Values

YELLOW

public static final int YELLOW
See Also:
Constant Field Values
Constructor Detail

Color

public Color()
Method Detail

getRed

public static int getRed(int color)

getGreen

public static int getGreen(int color)

getBlue

public static int getBlue(int color)

getValue

public static int getValue(int color)


Copyright © 2011. All Rights Reserved.