Uses of Class
org.apache.pdfbox.util.Matrix
-
Packages that use Matrix Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.debugger.pagepane org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.form This package deals with Form XObjects that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.rendering org.apache.pdfbox.text org.apache.pdfbox.tools org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of Matrix in org.apache.pdfbox.contentstream
Fields in org.apache.pdfbox.contentstream declared as Matrix Modifier and Type Field Description private MatrixPDFStreamEngine. initialMatrixMethods in org.apache.pdfbox.contentstream that return Matrix Modifier and Type Method Description MatrixPDFStreamEngine. getInitialMatrix()Gets the stream's initial matrix.MatrixPDContentStream. getMatrix()Returns the matrix which transforms from the stream's space to user space.MatrixPDFStreamEngine. getTextLineMatrix()MatrixPDFStreamEngine. getTextMatrix()Methods in org.apache.pdfbox.contentstream with parameters of type Matrix Modifier and Type Method Description protected voidPDFStreamEngine. processTilingPattern(PDTilingPattern tilingPattern, PDColor color, PDColorSpace colorSpace, Matrix patternMatrix)Process the given tiling pattern.protected voidPDFStreamEngine. processType3Stream(PDType3CharProc charProc, Matrix textRenderingMatrix)Processes a Type 3 character stream.voidPDFStreamEngine. setTextLineMatrix(Matrix value)voidPDFStreamEngine. setTextMatrix(Matrix value)protected voidPDFStreamEngine. showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)Called when a glyph is to be processed.protected voidPDFStreamEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)Called when a glyph is to be processed.protected voidPDFStreamEngine. showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement)Called when a glyph is to be processed. -
Uses of Matrix in org.apache.pdfbox.debugger.pagepane
Methods in org.apache.pdfbox.debugger.pagepane with parameters of type Matrix Modifier and Type Method Description protected voidDebugTextOverlay.DebugTextStripper. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) -
Uses of Matrix in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return Matrix Modifier and Type Method Description MatrixPDPage. getMatrix()Methods in org.apache.pdfbox.pdmodel with parameters of type Matrix Modifier and Type Method Description voidPDAbstractContentStream. drawImage(PDImageXObject image, Matrix matrix)Draw an image at the origin with the given transformation matrix.voidPDAbstractContentStream. setTextMatrix(Matrix matrix)The Tm operator.voidPDAbstractContentStream. transform(Matrix matrix)The cm operator. -
Uses of Matrix in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common with parameters of type Matrix Modifier and Type Method Description java.awt.geom.GeneralPathPDRectangle. transform(Matrix matrix)Returns a path which represents this rectangle having been transformed by the given matrix. -
Uses of Matrix in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as Matrix Modifier and Type Field Description protected static MatrixPDFont. DEFAULT_FONT_MATRIXprivate MatrixPDCIDFontType0. fontMatrixprivate MatrixPDCIDFontType2. fontMatrixprivate MatrixPDType1CFont. fontMatrixprivate MatrixPDType1Font. fontMatrixprivate MatrixPDType3Font. fontMatrixMethods in org.apache.pdfbox.pdmodel.font that return Matrix Modifier and Type Method Description MatrixPDCIDFontType0. getFontMatrix()MatrixPDCIDFontType2. getFontMatrix()MatrixPDFont. getFontMatrix()MatrixPDFontLike. getFontMatrix()Returns the font matrix, which represents the transformation from glyph space to text space.MatrixPDType0Font. getFontMatrix()MatrixPDType1CFont. getFontMatrix()MatrixPDType1Font. getFontMatrix()MatrixPDType3Font. getFontMatrix()MatrixPDType3CharProc. getMatrix() -
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type Matrix Modifier and Type Method Description voidPDCalRGB. setMatrix(Matrix matrix)Sets the linear interpretation matrix. -
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.form
Methods in org.apache.pdfbox.pdmodel.graphics.form that return Matrix Modifier and Type Method Description MatrixPDFormXObject. getMatrix()This will get the optional matrix of an XObjectForm. -
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return Matrix Modifier and Type Method Description MatrixPDAbstractPattern. getMatrix()Returns the pattern matrix, or the identity matrix is none is available. -
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as Matrix Modifier and Type Field Description protected MatrixShadingPaint. matrixMethods in org.apache.pdfbox.pdmodel.graphics.shading that return Matrix Modifier and Type Method Description MatrixPDShadingType1. getMatrix()This will get the optional Matrix of a function based shading.MatrixShadingPaint. getMatrix()Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type Matrix Modifier and Type Method Description (package private) java.util.List<Patch>PDMeshBasedShadingType. collectPatches(java.awt.geom.AffineTransform xform, Matrix matrix, int controlPoints)Create a patch list from a data stream, the returned list contains all the patches contained in the data stream.(package private) java.util.List<ShadedTriangle>PDShadingType4. collectTriangles(java.awt.geom.AffineTransform xform, Matrix matrix)(package private) java.util.List<ShadedTriangle>PDShadingType5. collectTriangles(java.awt.geom.AffineTransform xform, Matrix matrix)(package private) abstract java.util.List<ShadedTriangle>PDTriangleBasedShadingType. collectTriangles(java.awt.geom.AffineTransform xform, Matrix matrix)abstract java.awt.geom.Rectangle2DPDMeshBasedShadingType. getBounds(java.awt.geom.AffineTransform xform, Matrix matrix)(package private) java.awt.geom.Rectangle2DPDMeshBasedShadingType. getBounds(java.awt.geom.AffineTransform xform, Matrix matrix, int controlPoints)java.awt.geom.Rectangle2DPDShading. getBounds(java.awt.geom.AffineTransform xform, Matrix matrix)Calculate a bounding rectangle around the areas of this shading context.java.awt.geom.Rectangle2DPDShadingType6. getBounds(java.awt.geom.AffineTransform xform, Matrix matrix)java.awt.geom.Rectangle2DPDShadingType7. getBounds(java.awt.geom.AffineTransform xform, Matrix matrix)java.awt.geom.Rectangle2DPDTriangleBasedShadingType. getBounds(java.awt.geom.AffineTransform xform, Matrix matrix)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.abstract java.awt.PaintPDShading. toPaint(Matrix matrix)Returns an AWT paint which corresponds to this shadingjava.awt.PaintPDShadingType1. toPaint(Matrix matrix)java.awt.PaintPDShadingType2. toPaint(Matrix matrix)java.awt.PaintPDShadingType3. toPaint(Matrix matrix)java.awt.PaintPDShadingType4. toPaint(Matrix matrix)java.awt.PaintPDShadingType5. toPaint(Matrix matrix)java.awt.PaintPDShadingType6. toPaint(Matrix matrix)java.awt.PaintPDShadingType7. toPaint(Matrix matrix)Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type Matrix Constructor Description AxialShadingContext(PDShadingType2 shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)Constructor creates an instance to be used for fill operations.AxialShadingPaint(PDShadingType2 shadingType2, Matrix matrix)Constructor.GouraudShadingContext(PDShading shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix)Constructor creates an instance to be used for fill operations.PatchMeshesShadingContext(PDMeshBasedShadingType shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds, int controlPoints)Constructor creates an instance to be used for fill operations.RadialShadingContext(PDShadingType3 shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)Constructor creates an instance to be used for fill operations.RadialShadingPaint(PDShadingType3 shading, Matrix matrix)Constructor.ShadingContext(PDShading shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix matrix)Constructor.ShadingPaint(T shading, Matrix matrix)TriangleBasedShadingContext(PDShading shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix matrix)Constructor.Type1ShadingContext(PDShadingType1 shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix)Constructor creates an instance to be used for fill operations.Type1ShadingPaint(PDShadingType1 shading, Matrix matrix)Constructor.Type4ShadingContext(PDShadingType4 shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)Constructor creates an instance to be used for fill operations.Type4ShadingPaint(PDShadingType4 shading, Matrix matrix)Constructor.Type5ShadingContext(PDShadingType5 shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)Constructor creates an instance to be used for fill operations.Type5ShadingPaint(PDShadingType5 shading, Matrix matrix)Constructor.Type6ShadingContext(PDShadingType6 shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)Constructor creates an instance to be used for fill operations.Type6ShadingPaint(PDShadingType6 shading, Matrix matrix)Constructor.Type7ShadingContext(PDShadingType7 shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)Constructor creates an instance to be used for fill operations.Type7ShadingPaint(PDShadingType7 shading, Matrix matrix)Constructor. -
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as Matrix Modifier and Type Field Description private MatrixPDSoftMask. ctmTo allow a soft mask to know the CTM at the time of activation of the ExtGState.private MatrixPDGraphicsState. currentTransformationMatrixprivate MatrixPDGraphicsState. textLineMatrixprivate MatrixPDGraphicsState. textMatrixMethods in org.apache.pdfbox.pdmodel.graphics.state that return Matrix Modifier and Type Method Description MatrixPDGraphicsState. getCurrentTransformationMatrix()Get the value of the CTM.MatrixPDSoftMask. getInitialTransformationMatrix()Returns the CTM at the time the ExtGState was activated.MatrixPDGraphicsState. getTextLineMatrix()MatrixPDGraphicsState. getTextMatrix()Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type Matrix Modifier and Type Method Description voidPDGraphicsState. setCurrentTransformationMatrix(Matrix value)Set the value of the CTM.(package private) voidPDSoftMask. setInitialTransformationMatrix(Matrix ctm)Set the CTM that is valid at the time the ExtGState was activated.voidPDGraphicsState. setTextLineMatrix(Matrix value)voidPDGraphicsState. setTextMatrix(Matrix value) -
Uses of Matrix in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return Matrix Modifier and Type Method Description private MatrixPDAcroForm. resolveTransformationMatrix(PDAnnotation annotation, PDAppearanceStream appearanceStream) -
Uses of Matrix in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as Matrix Modifier and Type Field Description private MatrixTilingPaintFactory.TilingPaintParameter. matrixprivate MatrixTilingPaint. patternMatrixMethods in org.apache.pdfbox.rendering with parameters of type Matrix Modifier and Type Method Description (package private) voidPageDrawer. drawTilingPattern(java.awt.Graphics2D g, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, Matrix patternMatrix)Draws the pattern stream to the requested context.protected voidPageDrawer. showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)protected voidPageDrawer. showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement)Constructors in org.apache.pdfbox.rendering with parameters of type Matrix Constructor Description TilingPaintParameter(Matrix matrix, COSDictionary patternDict, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform)TransparencyGroup(PDTransparencyGroup form, boolean isSoftMask, Matrix ctm, PDColor backdropColor)Creates a buffered image for a transparency group result. -
Uses of Matrix in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text declared as Matrix Modifier and Type Field Description private MatrixTextPosition. textMatrixprivate MatrixLegacyPDFStreamEngine. translateMatrixMethods in org.apache.pdfbox.text that return Matrix Modifier and Type Method Description MatrixTextPosition. getTextMatrix()The matrix containing the starting text position and scaling.Methods in org.apache.pdfbox.text with parameters of type Matrix Modifier and Type Method Description protected voidLegacyPDFStreamEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)Called when a glyph is to be processed.Constructors in org.apache.pdfbox.text with parameters of type Matrix Constructor Description TextPosition(int pageRotation, float pageWidth, float pageHeight, Matrix textMatrix, float endX, float endY, float maxHeight, float individualWidth, float spaceWidth, java.lang.String unicode, int[] charCodes, PDFont font, float fontSize, int fontSizeInPt)Constructor. -
Uses of Matrix in org.apache.pdfbox.tools
Methods in org.apache.pdfbox.tools with parameters of type Matrix Modifier and Type Method Description protected voidExtractImages.ImageGraphicsEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) -
Uses of Matrix in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return Matrix Modifier and Type Method Description MatrixMatrix. clone()Clones this object.static MatrixMatrix. concatenate(Matrix a, Matrix b)Produces a copy of the first matrix, with the second matrix concatenated.static MatrixMatrix. createMatrix(COSBase base)Convenience method to be used when creating a matrix from unverified data.static MatrixMatrix. getRotateInstance(double theta, float tx, float ty)Convenience method to create a rotated instance.static MatrixMatrix. getScaleInstance(float x, float y)Convenience method to create a scaled instance.static MatrixMatrix. getTranslateInstance(float x, float y)Convenience method to create a translating instance.MatrixMatrix. multiply(Matrix other)This method multiplies this Matrix with the specified other Matrix, storing the product in a new instance.Methods in org.apache.pdfbox.util with parameters of type Matrix Modifier and Type Method Description voidMatrix. concatenate(Matrix matrix)Concatenates (premultiplies) the given matrix to this matrix.static MatrixMatrix. concatenate(Matrix a, Matrix b)Produces a copy of the first matrix, with the second matrix concatenated.MatrixMatrix. multiply(Matrix other)This method multiplies this Matrix with the specified other Matrix, storing the product in a new instance.
-