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,
List<PDFFunction> pdfFunctions) |
Modifier and Type | Method and Description |
---|---|
Function |
Shading.getFunction() |
Modifier and Type | Method and Description |
---|---|
List<Function> |
Function.getFunctions()
Gets the sub-functions
|
Constructor and Description |
---|
Shading(int shadingType,
PDFDeviceColorSpace colorSpace,
List<Double> coords,
Function function) |
Constructor and Description |
---|
Function(List<Double> domain,
List<Double> range,
List<Function> functions,
List<Float> bounds,
List<Double> encode)
create an complete Function object of Type 3, a Stitching function.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.