com.croftsoft.core.animation.collector
Class NullRepaintCollector
java.lang.Object
com.croftsoft.core.animation.collector.NullRepaintCollector
- All Implemented Interfaces:
- RepaintCollector
public class NullRepaintCollector
- extends Object
- implements RepaintCollector
A Null Object RepaintCollector implemenation.
- Since:
- 2002-12-01
- Version:
- 2002-12-01
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NullRepaintCollector INSTANCE
getCount
public int getCount()
- Specified by:
getCount
in interface RepaintCollector
getRepaintRegions
public Rectangle[] getRepaintRegions()
- Specified by:
getRepaintRegions
in interface RepaintCollector
repaint
public void repaint(int x,
int y,
int width,
int height)
- Specified by:
repaint
in interface RepaintCollector
repaint
public void repaint()
- Specified by:
repaint
in interface RepaintCollector
reset
public void reset()
- Specified by:
reset
in interface RepaintCollector
CroftSoft Core Javadoc (2008-09-28 20:58:02)