org.jdesktop.swingx.painter
Class Painters

java.lang.Object
  extended by org.jdesktop.swingx.painter.Painters

public final class Painters
extends Object

A collection of static painters. These painters do not store state and are safe to reuse.


Field Summary
static Painter<Object> EMPTY_PAINTER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_PAINTER

public static final Painter<Object> EMPTY_PAINTER