kAWT Version 0.80

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 blue
           
static Color cyan
           
static Color darkGray
           
static Color gray
           
static Color green
           
static Color lightGray
           
static Color magenta
           
static Color orange
           
static Color pink
           
static Color red
           
static Color white
           
static Color yellow
           
 
Constructor Summary
Color(int rgb)
           
Color(int r, int g, int b)
           
 
Method Summary
 int getRGB()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

white

public static final Color white

lightGray

public static final Color lightGray

gray

public static final Color gray

darkGray

public static final Color darkGray

black

public static final Color black

red

public static final Color red

pink

public static final Color pink

orange

public static final Color orange

yellow

public static final Color yellow

green

public static final Color green

magenta

public static final Color magenta

cyan

public static final Color cyan

blue

public static final Color blue
Constructor Detail

Color

public Color(int rgb)

Color

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

getRGB

public int getRGB()

kAWT Version 0.80