Uses of Class
net.sf.paperclips.ImagePrint
Packages that use ImagePrint
-
Uses of ImagePrint in net.sf.paperclips
Methods in net.sf.paperclips that return ImagePrintModifier and TypeMethodDescriptionprotected ImagePrintFactoryPrint.image(InputStream is) Deprecated.Returns an ImagePrint with the given image, and the default DPI.protected ImagePrintFactoryPrint.image(InputStream is, org.eclipse.swt.graphics.Point dpi) Deprecated.Returns an ImagePrint with the given image and DPI.protected ImagePrintDeprecated.Returns an ImagePrint with the given image, and the default DPI.protected ImagePrintDeprecated.Returns an ImagePrint with the given image and DPI.protected ImagePrintFactoryPrint.image(org.eclipse.swt.graphics.ImageData imageData) Deprecated.Returns an ImagePrint with the given image data, using the default DPI.protected ImagePrintFactoryPrint.image(org.eclipse.swt.graphics.ImageData imageData, org.eclipse.swt.graphics.Point dpi) Deprecated.Returns an ImagePrint with the given image data and DPI.