Package net.sf.paperclips
Class CompositeEntry
java.lang.Object
net.sf.paperclips.CompositeEntry
An entry in a CompositePiece.
- Author:
- Matthew Hall
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeEntry
(PrintPiece piece, org.eclipse.swt.graphics.Point offset) Constructs a CompositeEntry with the given PrintPiece and offset. -
Method Summary
-
Constructor Details
-
CompositeEntry
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.
-