Class CompositeEntry

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

public class CompositeEntry extends Object
An entry in a CompositePiece.
Author:
Matthew Hall
  • Constructor Details

    • 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 Details

    • dispose

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