Uses of Enum
org.apache.fop.render.afp.AFPShadingMode
Packages that use AFPShadingMode
Package
Description
An AFP Renderer implementation and supporting classes.
-
Uses of AFPShadingMode in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as AFPShadingModeModifier and TypeFieldDescriptionprivate AFPShadingMode
AFPDocumentHandler.shadingMode
the shading mode for filled rectanglesMethods in org.apache.fop.render.afp that return AFPShadingModeModifier and TypeMethodDescriptionAFPRendererConfig.getShadingMode()
static AFPShadingMode
AFPShadingMode.getValueOf
(String name) Returns the enumeration/singleton object based on its name.static AFPShadingMode
Returns the enum constant of this type with the specified name.static AFPShadingMode[]
AFPShadingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.render.afp with parameters of type AFPShadingModeModifier and TypeMethodDescriptionvoid
AFPCustomizable.setShadingMode
(AFPShadingMode shadingMode) Sets the shading mode for painting filled rectangles.void
AFPDocumentHandler.setShadingMode
(AFPShadingMode shadingMode) Sets the shading mode for painting filled rectangles.