com.alee.extended.painter
Class BorderPainterStyle

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

public final class BorderPainterStyle
extends java.lang.Object

BorderPainter style class.

Author:
Mikle Garin

Field Summary
static java.awt.Color color
          Border color.
static int round
          Border round.
static java.awt.Stroke stroke
          Border stroke.
static int width
          Border width.
 
Constructor Summary
BorderPainterStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public static int width
Border width.


round

public static int round
Border round.


color

public static java.awt.Color color
Border color.


stroke

public static java.awt.Stroke stroke
Border stroke.

Constructor Detail

BorderPainterStyle

public BorderPainterStyle()