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 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
Deprecated.Returns an ImagePrint with the given image, and the default DPI.protected ImagePrint
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.