Class CompositeEntry


  • public class CompositeEntry
    extends java.lang.Object
    An entry in a CompositePiece.
    • 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.
      • 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.