Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Method and Description |
---|---|
protected ImagePrint |
FactoryPrint.image(ImageData imageData)
Deprecated.
Returns an ImagePrint with the given image data, using the default DPI.
|
protected ImagePrint |
FactoryPrint.image(ImageData imageData,
Point dpi)
Deprecated.
Returns an ImagePrint with the given image data and DPI.
|
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,
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,
Point dpi)
Deprecated.
Returns an ImagePrint with the given image and DPI.
|