com.datamessenger.awt
Class ColorEntry


java.lang.Object

  |

  +--com.datamessenger.awt.ColorEntry


public class ColorEntry
extends java.lang.Object


Field Summary
 java.awt.Color background
           
 java.awt.Color border
           
static int FILL
           
 java.awt.Color foreground
           
static int HIGHLIGHT
           
static int HOVER
           
static int INVERTED
           
static int NORMAL
           
static int OUTLINE
           
static int SHADOW
           
 
Constructor Summary
ColorEntry(ColorScheme colors, int state)
           
ColorEntry(java.awt.Component c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL


public static final int NORMAL

SHADOW


public static final int SHADOW

HOVER


public static final int HOVER

HIGHLIGHT


public static final int HIGHLIGHT

FILL


public static final int FILL

OUTLINE


public static final int OUTLINE

INVERTED


public static final int INVERTED

background


public java.awt.Color background

foreground


public java.awt.Color foreground

border


public java.awt.Color border
Constructor Detail

ColorEntry


public ColorEntry(java.awt.Component c)

ColorEntry


public ColorEntry(ColorScheme colors,

                  int state)


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.