net.avh4.framework.uilayer
Class Color
java.lang.Object
net.avh4.framework.uilayer.Color
public class Color
- extends Object
|
Constructor Summary |
Color()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Color
public Color()
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.