Uses of Class
net.sf.paperclips.ImagePrint

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

    Methods in net.sf.paperclips that return ImagePrint
    Modifier and Type
    Method
    Description
    protected ImagePrint
    FactoryPrint.image(InputStream is)
    Deprecated.
    Returns an ImagePrint with the given image, and the default DPI.
    protected ImagePrint
    FactoryPrint.image(InputStream is, org.eclipse.swt.graphics.Point dpi)
    Deprecated.
    Returns an ImagePrint with the given image and DPI.
    protected ImagePrint
    FactoryPrint.image(String filename)
    Deprecated.
    Returns an ImagePrint with the given image, and the default DPI.
    protected ImagePrint
    FactoryPrint.image(String filename, org.eclipse.swt.graphics.Point dpi)
    Deprecated.
    Returns an ImagePrint with the given image and DPI.
    protected ImagePrint
    FactoryPrint.image(org.eclipse.swt.graphics.ImageData imageData)
    Deprecated.
    Returns an ImagePrint with the given image data, using the default DPI.
    protected ImagePrint
    FactoryPrint.image(org.eclipse.swt.graphics.ImageData imageData, org.eclipse.swt.graphics.Point dpi)
    Deprecated.
    Returns an ImagePrint with the given image data and DPI.