org.jdesktop.swingx.painter
Class Painters

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

public final class Painters
extends java.lang.Object

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

Author:
kschaefer

Field Summary
static Painter<java.lang.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<java.lang.Object> EMPTY_PAINTER