|
fop svn-trunk | |||||||||
| 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 |
setColorImages(boolean colorImages)
Sets whether images are color or not |
void |
setDefaultResourceGroupFilePath(java.lang.String filePath)
Sets the default resource group file path |
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 setShadingMode(AFPShadingMode shadingMode)
shadingMode - the shading modevoid 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 svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||