net.sf.paperclips
Class CompositeEntry

java.lang.Object
  extended by net.sf.paperclips.CompositeEntry

public class CompositeEntry
extends java.lang.Object

An entry in a CompositePiece.


Constructor Summary
CompositeEntry(PrintPiece piece, org.eclipse.swt.graphics.Point offset)
          Constructs a CompositeEntry with the given PrintPiece and offset.
 
Method Summary
 void dispose()
          Disposes this entry's print piece.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeEntry

public CompositeEntry(PrintPiece piece,
                      org.eclipse.swt.graphics.Point offset)
Constructs a CompositeEntry with the given PrintPiece and offset.

Parameters:
piece - the PrintPiece for this entry.
offset - the painting offset within the CompositePrint.
Method Detail

dispose

public void dispose()
Disposes this entry's print piece.