net.thestump.ghronos.ui
Class Aesthetics

java.lang.Object
  extended bynet.thestump.ghronos.ui.Aesthetics

public class Aesthetics
extends java.lang.Object

Holds methods related to UI visual appeal

Author:
Christopher C. Stump

Field Summary
static waba.fx.Color BACKCOLOR
          application back color
static waba.fx.Color FORECOLOR
          application fore color
 
Constructor Summary
Aesthetics()
           
 
Method Summary
static boolean colorWindow(waba.ui.Window win, waba.fx.Color fore, waba.fx.Color back)
          Sets application colors on windows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKCOLOR

public static final waba.fx.Color BACKCOLOR
application back color


FORECOLOR

public static final waba.fx.Color FORECOLOR
application fore color

Constructor Detail

Aesthetics

public Aesthetics()
Method Detail

colorWindow

public static boolean colorWindow(waba.ui.Window win,
                                  waba.fx.Color fore,
                                  waba.fx.Color back)
Sets application colors on windows. Does nothing if the calling device is not a color device.

Parameters:
win - The window to color
fore - Window fore color
back - Window back color
Returns:
true if this is a colored device and the window was colored, false otherwise


Copyright © 2004 Christopher C. Stump. All Rights Reserved.