fop 1.0

Uses of Class
org.apache.fop.render.afp.AFPShadingMode

Packages that use AFPShadingMode
org.apache.fop.render.afp 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 AFPShadingMode
static AFPShadingMode AFPShadingMode.COLOR
          the color mode (the default)
static AFPShadingMode AFPShadingMode.DITHERED
          the dithered mode
 

Methods in org.apache.fop.render.afp that return AFPShadingMode
static AFPShadingMode AFPShadingMode.valueOf(java.lang.String name)
          Returns the enumeration/singleton object based on its name.
 

Methods in org.apache.fop.render.afp with parameters of type AFPShadingMode
 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.
 void AFPRenderer.setShadingMode(AFPShadingMode shadingMode)
          Sets the shading mode for painting filled rectangles.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.