Package | Description |
---|---|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
Modifier and Type | Method and Description |
---|---|
AFPShadingMode |
AFPRendererConfig.getShadingMode() |
static AFPShadingMode |
AFPShadingMode.getValueOf(String name)
Returns the enumeration/singleton object based on its name.
|
static AFPShadingMode |
AFPShadingMode.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.