|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AFPCustomizable
Interface used to customize the AFP renderer or document handler.
Method Summary | |
---|---|
int |
getResolution()
Returns the output/device resolution. |
void |
setBitsPerPixel(int bitsPerPixel)
Sets the number of bits used per pixel |
void |
setCMYKImagesSupported(boolean value)
Controls whether CMYK images (IOCA FS45) are enabled. |
void |
setColorImages(boolean colorImages)
Sets whether images are color or not |
void |
setDefaultResourceGroupFilePath(java.lang.String filePath)
Sets the default resource group file path |
void |
setDitheringQuality(float quality)
Sets the dithering quality setting to use when converting images to monochrome images. |
void |
setNativeImagesSupported(boolean nativeImages)
Sets whether images are supported natively or not |
void |
setResolution(int resolution)
Sets the output/device resolution |
void |
setResourceLevelDefaults(AFPResourceLevelDefaults defaults)
Sets the resource level defaults. |
void |
setShadingMode(AFPShadingMode shadingMode)
Sets the shading mode for painting filled rectangles. |
Method Detail |
---|
void setBitsPerPixel(int bitsPerPixel)
bitsPerPixel
- number of bits per pixelvoid setColorImages(boolean colorImages)
colorImages
- color image outputvoid setNativeImagesSupported(boolean nativeImages)
nativeImages
- native image supportvoid setCMYKImagesSupported(boolean value)
value
- true to enabled CMYK imagesvoid setShadingMode(AFPShadingMode shadingMode)
shadingMode
- the shading modevoid setDitheringQuality(float quality)
quality
- Defines the desired quality level for the conversion.
Valid values: a value between 0.0f (fastest) and 1.0f (best)void setResolution(int resolution)
resolution
- the output resolution (dpi)int getResolution()
void setDefaultResourceGroupFilePath(java.lang.String filePath)
filePath
- the default resource group file pathvoid setResourceLevelDefaults(AFPResourceLevelDefaults defaults)
defaults
- the resource level defaults
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |