com.alee.extended.painter
Class AlphaLayerPainterStyle

java.lang.Object
  extended by com.alee.extended.painter.AlphaLayerPainterStyle

public final class AlphaLayerPainterStyle
extends java.lang.Object

AlphaLayerPainter style class.

Author:
Mikle Garin

Field Summary
static java.awt.Color darkSquareColor
          Dark square color.
static java.awt.Color lightSquareColor
          Light square color.
static int squareSize
          Square size.
 
Constructor Summary
AlphaLayerPainterStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

squareSize

public static int squareSize
Square size.


lightSquareColor

public static java.awt.Color lightSquareColor
Light square color.


darkSquareColor

public static java.awt.Color darkSquareColor
Dark square color.

Constructor Detail

AlphaLayerPainterStyle

public AlphaLayerPainterStyle()