public class PdfPatternCanvas extends PdfCanvas
contentStream, currentGs, document, gsStack, layerDepth, mcDepth, resources
Constructor and Description |
---|
PdfPatternCanvas(PdfPattern.Tiling pattern, PdfDocument document)
Creates PdfPatternCanvas for a document from a provided Tiling pattern
|
PdfPatternCanvas(PdfStream contentStream, PdfResources resources, PdfDocument document)
Creates PdfPatternCanvas from content stream of page, form XObject, pattern etc.
|
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
setColor(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill)
Changes the current color for paths with an explicitly defined pattern.
|
addImage, addImage, addImage, addImage, addImage, addImage, addInlineImage, addXObject, addXObject, addXObject, addXObject, addXObject, arc, attachContentStream, beginLayer, beginMarkedContent, beginMarkedContent, beginText, beginVariableText, bezierArc, circle, clip, closePath, closePathEoFillStroke, closePathFillStroke, closePathStroke, closeTag, concatMatrix, concatMatrix, concatMatrix, curveFromTo, curveTo, curveTo, ellipse, endLayer, endMarkedContent, endText, endVariableText, eoClip, eoFill, eoFillStroke, fill, fillStroke, getContentStream, getDocument, getGraphicsState, getResources, lineTo, moveText, moveTextWithLeading, moveTo, newlineShowText, newlineShowText, newlineText, newPath, openTag, openTag, paintShading, rectangle, rectangle, release, resetFillColorCmyk, resetFillColorGray, resetFillColorRgb, resetStrokeColorCmyk, resetStrokeColorGray, resetStrokeColorRgb, restoreState, roundRectangle, saveState, setCharacterSpacing, 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 PdfPatternCanvas(PdfStream contentStream, PdfResources resources, PdfDocument document)
contentStream
- The content stream
resources
- The resources, a specialized dictionary that can be used by PDF instructions in the content stream
document
- The document that the resulting content stream will be written to
public PdfPatternCanvas(PdfPattern.Tiling pattern, PdfDocument document)
pattern
- The Tiling pattern must be colored
document
- The document that the resulting content stream will be written to
public PdfCanvas setColor(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill)
PdfCanvas
setColor
in class PdfCanvas
colorSpace
- the color space of the new color
colorValue
- a list of numerical values with a length corresponding to the specs of the color space. Values should be in the range [0,1]
pattern
- a pattern for the colored line or area
fill
- set fill color (true
) or stroke color (false
)
Copyright © 1998–2018 iText Group NV. All rights reserved.