Class CompositeEntry
java.lang.Object
org.eclipse.nebula.paperclips.core.CompositeEntry
public class CompositeEntry
extends java.lang.Object
An entry in a CompositePiece.
-
Field Summary
Fields Modifier and Type Field Description (package private) org.eclipse.swt.graphics.Pointoffset(package private) PrintPiecepiece -
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
Modifier and Type Method Description voiddispose()Disposes this entry's print piece.
-
Field Details
-
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.
-