Uses of Class
org.apache.pdfbox.pdmodel.common.PDRange
-
Packages that use PDRange 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.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color. -
-
Uses of PDRange in org.apache.pdfbox.pdmodel.common.function
Methods in org.apache.pdfbox.pdmodel.common.function that return PDRange Modifier and Type Method Description PDRangePDFunctionType0. getDecodeForParameter(int paramNum)Get the decode for the input parameter.PDRangePDFunction. getDomainForInput(int n)This will get the range for a certain input parameter.PDRangePDFunctionType0. getEncodeForParameter(int paramNum)Get the encode for the input parameter.private PDRangePDFunctionType3. getEncodeForParameter(int n)Get the encode for the input parameter.PDRangePDFunction. 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 PDRange Modifier and Type Method Description PDRangeFDFIconFit. 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 PDRange Modifier and Type Method Description voidFDFIconFit. setFractionalSpaceToAllocate(PDRange space)This will set fractional space to allocate. -
Uses of PDRange in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDRange Modifier and Type Method Description PDRangePDLab. getARange()This will get the valid range for the "a" component.PDRangePDLab. getBRange()This will get the valid range for the "b" component.PDRangePDICCBased. getRangeForComponent(int n)Returns the range for a certain component number.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDRange Modifier and Type Method Description voidPDLab. setARange(PDRange range)This will set the range for the "a" component.voidPDLab. setBRange(PDRange range)This will set the range for the "b" component.private voidPDLab. setComponentRangeArray(PDRange range, int index)voidPDICCBased. setRangeForComponent(PDRange range, int n)Sets the range for this color space. -
Uses of PDRange in org.apache.pdfbox.pdmodel.graphics.shading
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return PDRange Modifier and Type Method Description PDRangePDTriangleBasedShadingType. getDecodeForParameter(int paramNum)Get the decode for the input parameter.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDRange Modifier and Type Method Description protected PatchPDMeshBasedShadingType. readPatch(javax.imageio.stream.ImageInputStream input, boolean isFree, java.awt.geom.Point2D[] implicitEdge, float[][] implicitCornerColor, long maxSrcCoord, long maxSrcColor, PDRange rangeX, PDRange rangeY, PDRange[] colRange, Matrix matrix, java.awt.geom.AffineTransform xform, int controlPoints)Read a single patch from a data stream, a patch contains information of its coordinates and color parameters.protected VertexPDTriangleBasedShadingType. readVertex(javax.imageio.stream.ImageInputStream input, long maxSrcCoord, long maxSrcColor, PDRange rangeX, PDRange rangeY, PDRange[] colRangeTab, Matrix matrix, java.awt.geom.AffineTransform xform)Read a vertex from the bit input stream performs interpolations.
-