public class PdfShadingPattern extends PdfDictionary
Modifier and Type | Field and Description |
---|---|
protected float[] |
matrix |
protected PdfName |
patternName |
protected PdfIndirectReference |
patternReference |
protected PdfShading |
shading |
protected PdfWriter |
writer |
Constructor and Description |
---|
PdfShadingPattern(PdfShading shading)
Creates new PdfShadingPattern
|
Modifier and Type | Method and Description |
---|---|
void |
addToBody() |
float[] |
getMatrix() |
PdfShading |
getShading() |
void |
setMatrix(float[] matrix) |
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
protected PdfShading shading
protected PdfWriter writer
protected float[] matrix
protected PdfName patternName
protected PdfIndirectReference patternReference
public PdfShadingPattern(PdfShading shading)
public void addToBody() throws IOException
IOException
public void setMatrix(float[] matrix)
public float[] getMatrix()
public PdfShading getShading()
Copyright © 2016. All rights reserved.