Uses of Interface
net.sf.paperclips.PrintIterator

Packages that use PrintIterator
Package
Description
Core classes for creating printable documents.
  • Uses of PrintIterator in net.sf.paperclips

    Classes in net.sf.paperclips that implement PrintIterator
    Modifier and Type
    Class
    Description
    class 
    An abstract PrintIterator class which maintains references to the device and gc arguments passed to Print.iterator(Device, GC).
    Methods in net.sf.paperclips that return PrintIterator
    Modifier and Type
    Method
    Description
    PrintIterator.copy()
    Returns a copy of this PrintIterator, with all relevant internal states.
    AlignPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    BackgroundPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    BigPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    BorderPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    BreakPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    ColumnPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    DebugPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
    Deprecated.
     
    EmptyPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    FactoryPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
    Deprecated.
    Returns a PrintIterator for the Print returned from a call to createPrint().
    GridPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    ImagePrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    LayerPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    LineBreakPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    LinePrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    NoBreakPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    PageNumberPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    PagePrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    Print.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
    Returns a PrintIterator for laying out the contents of this Print.
    RotatePrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    ScalePrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    SeriesPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    SidewaysPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    StyledTextPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    TextPrint.iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
     
    Methods in net.sf.paperclips with parameters of type PrintIterator
    Modifier and Type
    Method
    Description
    static PrintPiece
    PaperClips.next(PrintIterator iterator, int width, int height)
    Calls iterator.next(width, height) and returns the result.