com.croftsoft.core.animation.painter
Class NullComponentPainter

java.lang.Object
  extended by com.croftsoft.core.animation.painter.NullComponentPainter
All Implemented Interfaces:
ComponentPainter

public final class NullComponentPainter
extends Object
implements ComponentPainter

Null object singleton implementation of ComponentPainter.

Since:
2003-07-11
Version:
2003-07-11
Author:
David Wallace Croft

Field Summary
static NullComponentPainter INSTANCE
           
 
Method Summary
 void paint(JComponent component, Graphics2D graphics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NullComponentPainter INSTANCE
Method Detail

paint

public void paint(JComponent component,
                  Graphics2D graphics)
Specified by:
paint in interface ComponentPainter

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)