org.ka2ddo.yaac.gui
Interface CommonCustomRendererConstants

All Known Implementing Classes:
AX25CallsignCellRenderer, DateCellRenderer, DrawLayer, StringCellRenderer, TMWeather

public interface CommonCustomRendererConstants

Constants shared by customized table and list cell renderers in YAAC.


Field Summary
static java.awt.Color BRIGHTER_RED
          A brighter version of the red color.
static java.awt.Color BRIGHTER_TEXT_BACKGROUND
          A brighter version of the system default text background color.
static java.awt.Color DARK_GREEN
          A dark green color.
static java.awt.Color DARKER_MAGENTA
          A darker version of the magenta color.
static java.awt.Color DARKER_RED
          A darker version of the red color.
static long MINUTES_30
          30 minutes in milliseconds.
 

Field Detail

MINUTES_30

static final long MINUTES_30
30 minutes in milliseconds.

See Also:
Constant Field Values

BRIGHTER_TEXT_BACKGROUND

static final java.awt.Color BRIGHTER_TEXT_BACKGROUND
A brighter version of the system default text background color.


DARK_GREEN

static final java.awt.Color DARK_GREEN
A dark green color.


DARKER_MAGENTA

static final java.awt.Color DARKER_MAGENTA
A darker version of the magenta color.


DARKER_RED

static final java.awt.Color DARKER_RED
A darker version of the red color.


BRIGHTER_RED

static final java.awt.Color BRIGHTER_RED
A brighter version of the red color.