| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FopImage | |
org.apache.fop.image | |
org.apache.fop.pdf |
Uses of FopImage in org.apache.fop.image |
Classes in org.apache.fop.image that implement FopImage | |
class | AbstractFopImage Base class to implement the FopImage interface. |
Constructors in org.apache.fop.image with parameters of type FopImage | |
ImageArea.ImageArea(FontState fontState, FopImage img, int AllocationWidth, int width, int height, int startIndent, int endIndent, int align) |
Methods in org.apache.fop.image that return FopImage | |
static FopImage | FopImageFactory.Make(String href) create an FopImage objects. |
FopImage | ImageArea.getImage() |
Uses of FopImage in org.apache.fop.pdf |
Fields in org.apache.fop.pdf declared as FopImage | |
(package private) FopImage | PDFXObject.fopimage |
Constructors in org.apache.fop.pdf with parameters of type FopImage | |
PDFXObject.PDFXObject(int number, int Xnumber, FopImage img) create an Xobject with the given number and name and load the image in the object |
Methods in org.apache.fop.pdf with parameters of type FopImage | |
int | PDFDocument.addImage(FopImage img) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |