fop 2.1

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
 

Methods in org.apache.fop.render.afp that return AFPShadingMode
 AFPShadingMode AFPRendererConfig.getShadingMode()
           
static AFPShadingMode AFPShadingMode.getValueOf(java.lang.String name)
          Returns the enumeration/singleton object based on its name.
static AFPShadingMode AFPShadingMode.valueOf(java.lang.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.
 

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.
 


fop 2.1

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