Package net.sf.paperclips
Class CompositeEntry
- java.lang.Object
-
- net.sf.paperclips.CompositeEntry
-
public class CompositeEntry extends java.lang.Object
An entry in a CompositePiece.- Author:
- Matthew Hall
-
-
Constructor Summary
Constructors Constructor Description CompositeEntry(PrintPiece piece, org.eclipse.swt.graphics.Point offset)
Constructs a CompositeEntry with the given PrintPiece and offset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Disposes this entry's print piece.
-
-
-
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.
-
-