Uses of Class
org.sejda.sambox.pdmodel.common.PDRange
Packages that use PDRange
Package
Description
This package contains functions that are available in the PDF specification.
-
Uses of PDRange in org.sejda.sambox.pdmodel.common.function
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.graphics.color
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.graphics.color with parameters of type PDRangeModifier and TypeMethodDescriptionvoidThis will set the a range for the "a" component.voidThis will set the "b" range for this color space.voidPDICCBased.setRangeForComponent(PDRange range, int n) Sets the range for this color space.