Interface Print

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PrintIterator iterator​(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
      Returns a PrintIterator for laying out the contents of this Print.
    • Method Detail

      • iterator

        PrintIterator iterator​(org.eclipse.swt.graphics.Device device,
                               org.eclipse.swt.graphics.GC gc)
        Returns a PrintIterator for laying out the contents of this Print. The iterator uses a snapshot of the print at the time this method is invoked, so subsequent changes to the Print will not affect the output of the iterator.
        Parameters:
        device - the graphics device this Print will be drawn onto.
        gc - the graphics context to be used for calculating layout and drawing the Print's contents.
        Returns:
        a PrintIterator for laying out the contents of this Print.