com.jme.ui
Class UIColorScheme

java.lang.Object
  extended bycom.jme.ui.UIColorScheme

public class UIColorScheme
extends java.lang.Object

Author:
schustej

Field Summary
 ColorRGBA _backgroundcolor
          The background color of the ui component
 ColorRGBA _borderdarkcolor
          The color of the dark part of the border
 ColorRGBA _borderlightcolor
          The color of the light part of the border
 ColorRGBA _foregroundcolor
          The color of the text
 ColorRGBA _highlightbackgroundcolor
          The color of the background when the mouse is hovering over the component
 ColorRGBA _highlightforegroundcolor
          The color of the background when the mouse is hovering the component
 
Constructor Summary
UIColorScheme()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_backgroundcolor

public ColorRGBA _backgroundcolor
The background color of the ui component


_foregroundcolor

public ColorRGBA _foregroundcolor
The color of the text


_highlightbackgroundcolor

public ColorRGBA _highlightbackgroundcolor
The color of the background when the mouse is hovering over the component


_highlightforegroundcolor

public ColorRGBA _highlightforegroundcolor
The color of the background when the mouse is hovering the component


_borderlightcolor

public ColorRGBA _borderlightcolor
The color of the light part of the border


_borderdarkcolor

public ColorRGBA _borderdarkcolor
The color of the dark part of the border

Constructor Detail

UIColorScheme

public UIColorScheme()