org.fenfire.loom
Interface ColorScheme

All Known Implementing Classes:
ColorScheme.LightColorScheme

public interface ColorScheme

A color scheme for the Loom editor.


Nested Class Summary
static class ColorScheme.LightColorScheme
          A simple implementation of ColorScheme.
 
Field Summary
static ColorScheme blue
          A blue color scheme.
static ColorScheme green
          A green color scheme.
 
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.
 

Field Detail

green

public static final ColorScheme green
A green color scheme.


blue

public static final ColorScheme blue
A blue color scheme.

Method Detail

getBg

public java.awt.Color getBg()
Get the window background color.


getCursorColor

public java.awt.Color getCursorColor()
Get the color for the focus and the selected nodes.


getCursorBorderColor

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