Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.gradient |
Modifier and Type | Method and Description |
---|---|
Function |
PDFFunction.getFunction() |
Constructor and Description |
---|
PDFFunction(Function function) |
PDFFunction(Function function,
java.util.List<PDFFunction> pdfFunctions) |
Modifier and Type | Method and Description |
---|---|
Function |
Shading.getFunction() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Function> |
Function.getFunctions()
Gets the sub-functions
|
Constructor and Description |
---|
Shading(int shadingType,
PDFDeviceColorSpace colorSpace,
java.util.List<java.lang.Double> coords,
Function function) |
Constructor and Description |
---|
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.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.