com.alee.extended.painter
Class DashedBorderPainterStyle

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

public final class DashedBorderPainterStyle
extends java.lang.Object

DashedBorderPainter style class.

Author:
Mikle Garin

Field Summary
static float[] dash
          Array representing the dashing pattern.
static float dashPhase
          Offset to start the dashing pattern.
 
Constructor Summary
DashedBorderPainterStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dash

public static float[] dash
Array representing the dashing pattern.


dashPhase

public static float dashPhase
Offset to start the dashing pattern.

Constructor Detail

DashedBorderPainterStyle

public DashedBorderPainterStyle()