| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel.common.function | This package contains functions that are available in the PDF specification. | 
| org.apache.pdfbox.pdmodel.fdf | The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. | 
| org.apache.pdfbox.pdmodel.graphics.color | This package deals with colors that are stored in a PDF document. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDRange | PDFunctionType0. getDecodeForParameter(int paramNum)Get the decode for the input parameter. | 
| PDRange | PDFunction. getDomainForInput(int n)This will get the range for a certain input parameter. | 
| PDRange | PDFunctionType0. getEncodeForParameter(int paramNum)Get the encode for the input parameter. | 
| PDRange | PDFunction. getRangeForOutput(int n)This will get the range for a certain output parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDRange | FDFIconFit. getFractionalSpaceToAllocate()This is guaranteed to never return null. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FDFIconFit. setFractionalSpaceToAllocate(PDRange space)This will set frational space to allocate. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDRange | PDLab. getARange()This will get the valid range for the "a" component. | 
| PDRange | PDLab. getBRange()This will get the valid range for the "b" component. | 
| PDRange | PDICCBased. getRangeForComponent(int n)Returns the range for a certain component number. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDLab. setARange(PDRange range)This will set the a range for the "a" component. | 
| void | PDLab. setBRange(PDRange range)This will set the "b" range for this color space. | 
| void | PDICCBased. setRangeForComponent(PDRange range,
                    int n)Sets the range for this color space. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.