Package org.apache.fop.render.pcl
Interface PCLConstants
-
- All Known Implementing Classes:
PCLDocumentHandler,PCLPainter
interface PCLConstantsConstants used for PCL output.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectCOLOR_CANVASEnables/Disables a color canvas for bitmap production (required for SVG, for example)static java.lang.ObjectDISABLE_CLIPPINGDisable clippingstatic org.apache.xmlgraphics.util.QNameSRC_TRANSPARENCYSource transparency mode
-
-
-
Field Detail
-
SRC_TRANSPARENCY
static final org.apache.xmlgraphics.util.QName SRC_TRANSPARENCY
Source transparency mode
-
DISABLE_CLIPPING
static final java.lang.Object DISABLE_CLIPPING
Disable clipping
-
COLOR_CANVAS
static final java.lang.Object COLOR_CANVAS
Enables/Disables a color canvas for bitmap production (required for SVG, for example)
-
-