java.io.Serializable
public class PdfShadingPattern extends PdfDictionary
Modifier and Type | Field | Description |
---|---|---|
protected float[] |
matrix |
|
protected PdfName |
patternName |
|
protected PdfIndirectReference |
patternReference |
|
protected PdfShading |
shading |
|
protected PdfWriter |
writer |
Constructor | Description |
---|---|
PdfShadingPattern(PdfShading shading) |
Creates new PdfShadingPattern
|
Modifier and Type | Method | Description |
---|---|---|
void |
addToBody() |
|
float[] |
getMatrix() |
|
PdfShading |
getShading() |
|
void |
setMatrix(float[] matrix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 java.io.IOException
java.io.IOException
public void setMatrix(float[] matrix)
public float[] getMatrix()
public PdfShading getShading()
Copyright © 1998–2018. All rights reserved.