org.fenfire.loom
Class ColorScheme.LightColorScheme

java.lang.Object
  |
  +--org.fenfire.loom.ColorScheme.LightColorScheme
All Implemented Interfaces:
ColorScheme
Enclosing class:
ColorScheme

public static class ColorScheme.LightColorScheme
extends java.lang.Object
implements ColorScheme

A simple implementation of ColorScheme. (The code is so trivial that I couldn't come up with tests for it.)


Nested Class Summary
 
Nested classes inherited from class org.fenfire.loom.ColorScheme
ColorScheme.LightColorScheme
 
Field Summary
 
Fields inherited from interface org.fenfire.loom.ColorScheme
blue, green
 
Constructor Summary
ColorScheme.LightColorScheme(float hue)
           
 
Method Summary
 java.awt.Color getBg()
          Get the window background color.
 java.awt.Color getCursorBorderColor()
          Get a color for a border rendered around the selected nodes, as an alternative to getCursorColor().
 java.awt.Color getCursorColor()
          Get the color for the focus and the selected nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorScheme.LightColorScheme

public ColorScheme.LightColorScheme(float hue)
Method Detail

getBg

public java.awt.Color getBg()
Description copied from interface: ColorScheme
Get the window background color.

Specified by:
getBg in interface ColorScheme

getCursorColor

public java.awt.Color getCursorColor()
Description copied from interface: ColorScheme
Get the color for the focus and the selected nodes.

Specified by:
getCursorColor in interface ColorScheme

getCursorBorderColor

public java.awt.Color getCursorBorderColor()
Description copied from interface: ColorScheme
Get a color for a border rendered around the selected nodes, as an alternative to getCursorColor().

Specified by:
getCursorBorderColor in interface ColorScheme