Package | Description |
---|---|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
Modifier and Type | Field and Description |
---|---|
static AFPShadingMode |
AFPShadingMode.COLOR
the color mode (the default)
|
static AFPShadingMode |
AFPShadingMode.DITHERED
the dithered mode
|
Modifier and Type | Method and Description |
---|---|
static AFPShadingMode |
AFPShadingMode.valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name.
|
Modifier and Type | Method and Description |
---|---|
void |
AFPRenderer.setShadingMode(AFPShadingMode shadingMode)
Sets the shading mode for painting filled rectangles.
|
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 1999-2010 The Apache Software Foundation. All Rights Reserved.