java.io.Serializablepublic 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, waitcheckType, 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, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typeprotected 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.IOExceptionpublic void setMatrix(float[] matrix)
public float[] getMatrix()
public PdfShading getShading()
Copyright © 1998–2018. All rights reserved.