public final class Type3Glyph extends PdfCanvas
contentStream, currentGs, document, gsStack, layerDepth, mcDepth, resources
Modifier and Type | Method and Description |
---|---|
PdfXObject |
addImageWithTransformationMatrix(ImageData image,
float a,
float b,
float c,
float d,
float e,
float f,
boolean inlineImage)
Creates Image XObject from image and adds it to canvas.
|
float |
getLlx() |
float |
getLly() |
float |
getUrx() |
float |
getUry() |
float |
getWx() |
boolean |
isColor()
Indicates if the glyph color specified in the glyph description or not.
|
addImageAt, addImageFittedIntoRectangle, addImageWithTransformationMatrix, addInlineImage, addXObject, addXObjectAt, addXObjectFittedIntoRectangle, addXObjectWithTransformationMatrix, arc, arcContinuous, attachContentStream, beginLayer, beginMarkedContent, beginMarkedContent, beginText, beginVariableText, bezierArc, circle, clip, closePath, closePathEoFillStroke, closePathFillStroke, closePathStroke, closeTag, concatMatrix, concatMatrix, concatMatrix, curveFromTo, curveTo, curveTo, ellipse, endLayer, endMarkedContent, endPath, endText, endVariableText, eoClip, eoFill, eoFillStroke, fill, fillStroke, getContentStream, getDocument, getGraphicsState, getResources, lineTo, moveText, moveTextWithLeading, moveTo, newlineShowText, newlineShowText, newlineText, openTag, openTag, paintShading, rectangle, rectangle, release, resetFillColorCmyk, resetFillColorGray, resetFillColorRgb, resetStrokeColorCmyk, resetStrokeColorGray, resetStrokeColorRgb, restoreState, roundRectangle, saveState, setCharacterSpacing, setColor, setColor, setColor, setExtGState, setExtGState, setFillColor, setFillColorCmyk, setFillColorGray, setFillColorRgb, setFillColorShading, setFlatnessTolerance, setFontAndSize, setHorizontalScaling, setLeading, setLineCapStyle, setLineDash, setLineDash, setLineDash, setLineDash, setLineJoinStyle, setLineWidth, setMiterLimit, setRenderingIntent, setStrokeColor, setStrokeColorCmyk, setStrokeColorGray, setStrokeColorRgb, setStrokeColorShading, setTextMatrix, setTextMatrix, setTextMatrix, setTextRenderingMode, setTextRise, setWordSpacing, showText, showText, showText, showText, stroke, writeLiteral, writeLiteral, writeLiteral
public float getWx()
public float getLlx()
public float getLly()
public float getUrx()
public float getUry()
public boolean isColor()
public PdfXObject addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
addImageWithTransformationMatrix
in class PdfCanvas
image
- the PdfImageXObject
objecta
- an element of the transformation matrixb
- an element of the transformation matrixc
- an element of the transformation matrixd
- an element of the transformation matrixe
- an element of the transformation matrixf
- an element of the transformation matrixinlineImage
- true if to add image as in-line.PdfCanvas.concatMatrix(double, double, double, double, double, double)
Copyright © 1998–2023 Apryse Group NV. All rights reserved.