|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
class |
BmpImage
FopImage object for BMP images. |
class |
EPSImage
|
class |
GifImage
FopImage object for GIF images, using Java native classes. |
class |
JpegImage
FopImage object for JPEG images, Using Java native classes. |
class |
SVGImage
|
Fields in org.apache.fop.image declared as FopImage | |
---|---|
protected FopImage |
ImageArea.image
|
Methods in org.apache.fop.image that return FopImage | |
---|---|
FopImage |
ImageArea.getImage()
|
static FopImage |
FopImageFactory.Make(String href)
create an FopImage objects. |
Constructors in org.apache.fop.image with parameters of type FopImage | |
---|---|
ImageArea(FontState fontState,
FopImage img,
int AllocationWidth,
int width,
int height,
int startIndent,
int endIndent,
int align)
|
Uses of FopImage in org.apache.fop.layout |
---|
Fields in org.apache.fop.layout declared as FopImage | |
---|---|
FopImage |
BackgroundProps.backImage
|
Uses of FopImage in org.apache.fop.pdf |
---|
Methods in org.apache.fop.pdf with parameters of type FopImage | |
---|---|
int |
PDFDocument.addImage(FopImage img)
|
Constructors in org.apache.fop.pdf with parameters of type FopImage | |
---|---|
PDFXObject(int number,
int Xnumber,
FopImage img)
create an Xobject with the given number and name and load the image in the object |
|
PDFXObject(int number,
int Xnumber,
FopImage img,
PDFDocument pdfdoc)
|
Uses of FopImage in org.apache.fop.render |
---|
Methods in org.apache.fop.render with parameters of type FopImage | |
---|---|
protected void |
AbstractRenderer.drawImage(int x,
int y,
FopImage image,
FontState fs)
Renders an image, rendered at the image's intrinsic size. |
protected abstract void |
AbstractRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected abstract void |
AbstractRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
Uses of FopImage in org.apache.fop.render.awt |
---|
Methods in org.apache.fop.render.awt with parameters of type FopImage | |
---|---|
protected void |
AWTRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
AWTRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
Uses of FopImage in org.apache.fop.render.mif |
---|
Methods in org.apache.fop.render.mif with parameters of type FopImage | |
---|---|
protected void |
MIFRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
MIFRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
Uses of FopImage in org.apache.fop.render.pcl |
---|
Methods in org.apache.fop.render.pcl with parameters of type FopImage | |
---|---|
protected void |
PCLRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
PCLRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
Uses of FopImage in org.apache.fop.render.pdf |
---|
Methods in org.apache.fop.render.pdf with parameters of type FopImage | |
---|---|
protected void |
PDFRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
PDFRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
Uses of FopImage in org.apache.fop.render.ps |
---|
Methods in org.apache.fop.render.ps with parameters of type FopImage | |
---|---|
protected void |
PSRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
PSRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
void |
PSRenderer.renderBitmap(FopImage img,
int x,
int y,
int w,
int h)
|
void |
PSRenderer.renderEPS(FopImage img,
int x,
int y,
int w,
int h)
|
Uses of FopImage in org.apache.fop.render.svg |
---|
Methods in org.apache.fop.render.svg with parameters of type FopImage | |
---|---|
protected void |
SVGRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
SVGRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
Uses of FopImage in org.apache.fop.render.txt |
---|
Methods in org.apache.fop.render.txt with parameters of type FopImage | |
---|---|
protected void |
TXTRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
TXTRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
Uses of FopImage in org.apache.fop.render.xml |
---|
Methods in org.apache.fop.render.xml with parameters of type FopImage | |
---|---|
protected void |
XMLRenderer.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
protected void |
XMLRenderer.drawImageScaled(int x,
int y,
int w,
int h,
FopImage image,
FontState fs)
Renders an image, scaling it to the given width and height. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |