islandev
Class EmptySnapshotPainter

java.lang.Object
  |
  +--islandev.EmptySnapshotPainter
All Implemented Interfaces:
java.io.Serializable, SnapshotPainter

public class EmptySnapshotPainter
extends java.lang.Object
implements SnapshotPainter

Paints an empty panel, always.

See Also:
Serialized Form

Constructor Summary
EmptySnapshotPainter()
           
 
Method Summary
 javax.swing.JComponent getPainter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySnapshotPainter

public EmptySnapshotPainter()
Method Detail

getPainter

public javax.swing.JComponent getPainter()
Specified by:
getPainter in interface SnapshotPainter