fop 2.2

Uses of Class
org.apache.fop.render.gradient.Function

Packages that use Function
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.gradient   
 

Uses of Function in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return Function
 Function PDFFunction.getFunction()
           
 

Constructors in org.apache.fop.pdf with parameters of type Function
PDFFunction(Function function)
           
PDFFunction(Function function, java.util.List<PDFFunction> pdfFunctions)
           
 

Uses of Function in org.apache.fop.render.gradient
 

Methods in org.apache.fop.render.gradient that return Function
 Function Shading.getFunction()
           
 

Methods in org.apache.fop.render.gradient that return types with arguments of type Function
 java.util.List<Function> Function.getFunctions()
          Gets the sub-functions
 

Constructors in org.apache.fop.render.gradient with parameters of type Function
Shading(int shadingType, PDFDeviceColorSpace colorSpace, java.util.List<java.lang.Double> coords, Function function)
           
 

Constructor parameters in org.apache.fop.render.gradient with type arguments of type Function
Function(java.util.List<java.lang.Double> domain, java.util.List<java.lang.Double> range, java.util.List<Function> functions, java.util.List<java.lang.Float> bounds, java.util.List<java.lang.Double> encode)
          create an complete Function object of Type 3, a Stitching function.
 


fop 2.2

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