| fop 0.94 | |
| Frames | No Frames |
Constructors with parameter type org.apache.fop.image.FopImage | |
Creates a new PDFImage from a FopImage
| |
Classes implementing org.apache.fop.image.FopImage | |
| class | Base class to implement the FopImage interface. |
| class | Bitmap image. |
| class | Enhanced metafile image. |
| class | EPS image handler. |
| class | FopImage object for GIF images, using Java native classes. |
| class | FopImage object using ImageIO. |
| class | FopImage object using JAI. |
| class | FopImage object for several images types, using Jimi. |
| class | FopImage object for JPEG images, Using Java native classes. |
| class | FopImage object using ImageIO. |
| class | FopImage object using PNG
|
| class | TIFF implementation using the Batik codecs. |
| class | Abstract FopImage implementation which uses the internal codecs from XML Graphics Commons. |
| class | This is an implementation for XML-based images such as SVG. |
Methods with return type org.apache.fop.image.FopImage | |
| FopImage | Get an image from the cache. |
| FopImage | Get the image from the cache or load. |
| FopImage | Create an FopImage objects. |
Methods with parameter type org.apache.fop.image.FopImage | |
| void | Sets the FopImage to use as the background image. |
Methods with return type org.apache.fop.image.FopImage | |
| FopImage | Returns the FopImage representing the background image
|
Methods with return type org.apache.fop.image.FopImage | |
| FopImage | |
Methods with parameter type org.apache.fop.image.FopImage | |
| void | Generates a form resource for a FopImage in PostScript. |
| PSResource | |
| boolean | |
| void | Renders a bitmap image to PostScript. |
| void | PSImageUtils.renderForm(FopImage img, PSResource form, float x, float y, float w, float h, PSGenerator gen) Renders a bitmap image (as form) to PostScript. |
| fop 0.94 |