Uses of Class
org.apache.pdfbox.pdmodel.common.PDRange
Packages that use PDRange
Package
Description
This package contains functions that are available in the PDF specification.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
This package deals with colors that are stored in a PDF document.
-
Uses of PDRange in org.apache.pdfbox.pdmodel.common.function
Methods in org.apache.pdfbox.pdmodel.common.function that return PDRangeModifier and TypeMethodDescriptionPDFunctionType0.getDecodeForParameter
(int paramNum) Get the decode for the input parameter.PDFunction.getDomainForInput
(int n) This will get the range for a certain input parameter.PDFunctionType0.getEncodeForParameter
(int paramNum) Get the encode for the input parameter.PDFunction.getRangeForOutput
(int n) This will get the range for a certain output parameters. -
Uses of PDRange in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDRangeModifier and TypeMethodDescriptionFDFIconFit.getFractionalSpaceToAllocate()
This is guaranteed to never return null.
To quote the PDF Spec "An array of two numbers between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left and bottom of the icon.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDRangeModifier and TypeMethodDescriptionvoid
FDFIconFit.setFractionalSpaceToAllocate
(PDRange space) This will set frational space to allocate. -
Uses of PDRange in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDRangeModifier and TypeMethodDescriptionPDLab.getARange()
This will get the valid range for the "a" component.PDLab.getBRange()
This will get the valid range for the "b" component.PDICCBased.getRangeForComponent
(int n) Returns the range for a certain component number.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDRangeModifier and TypeMethodDescriptionvoid
This will set the a range for the "a" component.void
This will set the "b" range for this color space.void
PDICCBased.setRangeForComponent
(PDRange range, int n) Sets the range for this color space.