kAWT Version 0.21

java.awt
Class Color

java.lang.Object
  |
  +--java.awt.Color
Direct Known Subclasses:
SystemColor

public class Color
extends java.lang.Object


Field Summary
static Color black
           
static Color gray
           
static Color white
           
 
Constructor Summary
Color(int rgb)
           
 
Method Summary
 int getRGB()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gray

public static final Color gray

black

public static final Color black

white

public static final Color white
Constructor Detail

Color

public Color(int rgb)
Method Detail

getRGB

public int getRGB()

kAWT Version 0.21