bibliothek.extension.gui.dock.theme.eclipse.rex
Class RexSystemColor

java.lang.Object
  extended by bibliothek.extension.gui.dock.theme.eclipse.rex.RexSystemColor

public class RexSystemColor
extends Object

A set of colors used to set up the ColorSchemes of the EclipseTheme.

Author:
Janni Kovacs

Method Summary
static Color getActiveColor()
           
static Color getActiveColorGradient()
           
static Color getActiveTextColor()
           
static Color getBorderColor()
           
static Color getInactiveColor()
           
static Color getInactiveColorGradient()
           
static Color getInactiveTextColor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActiveColor

public static Color getActiveColor()

getActiveColorGradient

public static Color getActiveColorGradient()

getInactiveColor

public static Color getInactiveColor()

getInactiveColorGradient

public static Color getInactiveColorGradient()

getActiveTextColor

public static Color getActiveTextColor()

getInactiveTextColor

public static Color getInactiveTextColor()

getBorderColor

public static Color getBorderColor()