Uses of Class
org.apache.fop.pdf.PDFColor
-
Packages that use PDFColor Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFColor in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFColor Modifier and Type Method Description PDFColorAlphaRasterImage. getTransparentColor()Get the transparent color.PDFColorBitmapImage. getTransparentColor()Get the transparent color for this image.PDFColorPDFImage. getTransparentColor()Get the transparent color.Methods in org.apache.fop.pdf with parameters of type PDFColor Modifier and Type Method Description voidBitmapImage. setTransparent(PDFColor t)Set the transparent color for this iamge. -
Uses of PDFColor in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFColor Modifier and Type Method Description PDFColorAbstractImageAdapter. getTransparentColor()Get the transparent color.PDFColorImageRawPNGAdapter. getTransparentColor()Get the transparent color.PDFColorImageRenderedAdapter. getTransparentColor()Get the transparent color.
-