Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Method | Description |
---|---|---|
protected ImagePrint |
FactoryPrint.image(java.io.InputStream is) |
Deprecated.
Returns an ImagePrint with the given image, and the default DPI.
|
protected ImagePrint |
FactoryPrint.image(java.io.InputStream is,
org.eclipse.swt.graphics.Point dpi) |
Deprecated.
Returns an ImagePrint with the given image and DPI.
|
protected ImagePrint |
FactoryPrint.image(java.lang.String filename) |
Deprecated.
Returns an ImagePrint with the given image, and the default DPI.
|
protected ImagePrint |
FactoryPrint.image(java.lang.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.
|