|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
org.apache.pdfbox.pdmodel.graphics | The PDModel graphics package deals with graphics states, operations, and parameters within the 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.xobject | This package deals with images that are stored in a PDF document. |
org.apache.pdfbox.util | This package contains utility classes that are used by the PDFBox project. |
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics |
---|
Methods in org.apache.pdfbox.pdmodel.graphics that return Matrix | |
---|---|
Matrix |
PDGraphicsState.getCurrentTransformationMatrix()
Get the value of the CTM. |
Methods in org.apache.pdfbox.pdmodel.graphics with parameters of type Matrix | |
---|---|
void |
PDGraphicsState.setCurrentTransformationMatrix(Matrix value)
Set the value of the CTM. |
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.pattern |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return Matrix | |
---|---|
Matrix |
PDShadingPatternResources.getMatrix()
This will get the optional Matrix of a Pattern. |
Matrix |
PDTilingPatternResources.getMatrix()
This will get the optional Matrix of a Pattern. |
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.shading |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return Matrix | |
---|---|
Matrix |
PDShadingType1.getMatrix()
This will get the optional Matrix of a function based shading. |
Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type Matrix | |
---|---|
AxialShadingContext(PDShadingType2 shadingType2,
ColorModel colorModelValue,
AffineTransform xform,
Matrix ctm,
int pageHeight)
Constructor creates an instance to be used for fill operations. |
|
AxialShadingPaint(PDShadingType2 shadingType2,
Matrix ctm,
int pageHeightValue)
Constructor. |
|
RadialShadingContext(PDShadingType3 shadingType3,
ColorModel colorModelValue,
AffineTransform xform,
Matrix ctm,
int pageHeight)
Constructor creates an instance to be used for fill operations. |
|
RadialShadingPaint(PDShadingType3 shadingType3,
Matrix ctm,
int pageHeightValue)
Constructor. |
Uses of Matrix in org.apache.pdfbox.pdmodel.graphics.xobject |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return Matrix | |
---|---|
Matrix |
PDXObjectForm.getMatrix()
This will get the optional Matrix of an XObjectForm. |
Uses of Matrix in org.apache.pdfbox.util |
---|
Methods in org.apache.pdfbox.util that return Matrix | |
---|---|
Matrix |
Matrix.copy()
This will copy the text matrix data. |
Matrix |
Matrix.extractScaling()
Create a new matrix with just the scaling operators. |
Matrix |
Matrix.extractTranslating()
Create a new matrix with just the translating operators. |
static Matrix |
Matrix.getScaleInstance(float x,
float y)
Convenience method to create a scaled instance. |
Matrix |
PDFStreamEngine.getTextLineMatrix()
|
Matrix |
PDFStreamEngine.getTextMatrix()
|
Matrix |
TextPosition.getTextPos()
Return the Matrix textPos stored in this object. |
static Matrix |
Matrix.getTranslatingInstance(float x,
float y)
Convenience method to create a translating instance. |
Matrix |
Matrix.multiply(Matrix b)
This will take the current matrix and multipy it with a matrix that is passed in. |
Matrix |
Matrix.multiply(Matrix other,
Matrix result)
This method multiplies this Matrix with the specified other Matrix, storing the product in the specified result Matrix. |
Methods in org.apache.pdfbox.util with parameters of type Matrix | |
---|---|
Matrix |
Matrix.multiply(Matrix b)
This will take the current matrix and multipy it with a matrix that is passed in. |
Matrix |
Matrix.multiply(Matrix other,
Matrix result)
This method multiplies this Matrix with the specified other Matrix, storing the product in the specified result Matrix. |
void |
PDFStreamEngine.setTextLineMatrix(Matrix value)
|
void |
PDFStreamEngine.setTextMatrix(Matrix value)
|
Constructors in org.apache.pdfbox.util with parameters of type Matrix | |
---|---|
TextPosition(int pageRotation,
float pageWidthValue,
float pageHeightValue,
Matrix textPositionSt,
float endXValue,
float endYValue,
float maxFontH,
float individualWidth,
float spaceWidth,
String string,
int[] codePoints,
PDFont currentFont,
float fontSizeValue,
int fontSizeInPt)
Constructor. |
|
TextPosition(int pageRotation,
float pageWidthValue,
float pageHeightValue,
Matrix textPositionSt,
float endXValue,
float endYValue,
float maxFontH,
float individualWidth,
float spaceWidth,
String string,
PDFont currentFont,
float fontSizeValue,
int fontSizeInPt)
Deprecated. use TextPosition.TextPosition(int, float, float, Matrix, float, float, float, float, float,
String, int[], PDFont, float, int) insetad |
|
TextPosition(int pageRotation,
float pageWidthValue,
float pageHeightValue,
Matrix textPositionSt,
Matrix textPositionEnd,
float maxFontH,
float individualWidth,
float spaceWidth,
String string,
PDFont currentFont,
float fontSizeValue,
int fontSizeInPt)
Deprecated. Use TextPosition.TextPosition(int, float, float, Matrix, float, float, float, float, float,
String, PDFont, float, int) instead. |
|
TextPosition(PDPage page,
Matrix textPositionSt,
Matrix textPositionEnd,
float maxFontH,
float[] individualWidths,
float spaceWidth,
String string,
PDFont currentFont,
float fontSizeValue,
int fontSizeInPt,
float ws)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |