com.lowagie.text.pdf
Class PdfShadingPattern
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfShadingPattern
public class PdfShadingPattern
- extends PdfDictionary
Implements the shading pattern dictionary.
- Author:
- Paulo Soares (psoares@consiste.pt)
Fields inherited from class com.lowagie.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Methods inherited from class com.lowagie.text.pdf.PdfDictionary |
contains, get, getKeys, isCatalog, isDictionaryType, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putDel, putEx, remove, size, toPdf, toString |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
shading
protected PdfShading shading
writer
protected PdfWriter writer
matrix
protected float[] matrix
patternName
protected PdfName patternName
patternReference
protected PdfIndirectReference patternReference
PdfShadingPattern
public PdfShadingPattern(PdfShading shading)
- Creates new PdfShadingPattern
setMatrix
public void setMatrix(float[] matrix)
getMatrix
public float[] getMatrix()
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.