Packageorg.purepdf.pdf
Classpublic class PdfShadingPattern
InheritancePdfShadingPattern Inheritance PdfDictionary Inheritance PdfObject Inheritance it.sephiroth.utils.ObjectHash



Public Properties
 PropertyDefined By
  colorDetails : ColorDetails
[read-only]
PdfShadingPattern
  matrix : Matrix
PdfShadingPattern
  patternName : PdfName
[read-only]
PdfShadingPattern
  patternReference : PdfIndirectReference
[read-only]
PdfShadingPattern
  shading : PdfShading
[read-only]
PdfShadingPattern
  shadingName : PdfName
[read-only]
PdfShadingPattern
  shadingReference : PdfIndirectReference
[read-only]
PdfShadingPattern
 Inheritedsize : int
[read-only]
PdfDictionary
Protected Properties
 PropertyDefined By
 Inheritedbytes : Bytes
PdfObject
 InheriteddictionaryType : PdfName
PdfDictionary
 InheritedhashMap : HashMap
PdfDictionary
 InheritedindRef : PRIndirectReference
PdfObject
  _matrix : Matrix
PdfShadingPattern
  _patternName : PdfName
PdfShadingPattern
  _patternReference : PdfIndirectReference
PdfShadingPattern
  _shading : PdfShading
PdfShadingPattern
 Inheritedtype : int
PdfObject
  _writer : PdfWriter
PdfShadingPattern
Public Methods
 MethodDefined By
  
PdfShadingPattern
  
addToBody():void
PdfShadingPattern
 Inherited
canBeInObjStm():Boolean
Whether this object can be contained in an object stream.
PdfObject
 Inherited
contains(key:PdfName):Boolean
PdfDictionary
 Inherited
dispose():void
PdfObject
 Inherited
Returns a PdfObject as a PdfArray, resolving indirect references.
PdfDictionary
 Inherited
PdfDictionary
 Inherited
Returns a PdfObject as a PdfNumber, resolving indirect references.
PdfDictionary
 Inherited
PdfObject
 Inherited
Returns the PdfObject associated to the specified key, resolving a possible indirect reference to a direct object.
PdfDictionary
 Inherited
PdfObject
 Inherited
getKeys():KeySet
PdfDictionary
 Inherited
getType():int
PdfObject
 Inherited
PdfDictionary
 Inherited
isArray():Boolean
PdfObject
 Inherited
isBoolean():Boolean
PdfObject
 Inherited
isDictionary():Boolean
PdfObject
 Inherited
isIndirect():Boolean
PdfObject
 Inherited
isName():Boolean
PdfObject
 Inherited
isNull():Boolean
PdfObject
 Inherited
isNumber():Boolean
PdfObject
 Inherited
isStream():Boolean
Checks if this PdfObject is of the type PdfStream
PdfObject
 Inherited
isString():Boolean
PdfObject
 Inherited
merge(other:PdfDictionary):void
PdfDictionary
 Inherited
PdfDictionary
 Inherited
put(key:PdfName, object:PdfObject):void
PdfDictionary
 Inherited
putAll(other:PdfDictionary):void
PdfDictionary
 Inherited
putEx(key:PdfName, value:PdfObject):void
Associates the specified PdfObject as value to the specified PdfName as key in this map.
PdfDictionary
 Inherited
remove(key:PdfName):void
PdfDictionary
 Inherited
Set the indirect reference
PdfObject
  
setName(number:int):void
PdfShadingPattern
 Inherited
toPdf(writer:PdfWriter, os:IOutputStream):void
[override]
PdfDictionary
 Inherited
toString():String
[override]
PdfDictionary
Protected Methods
 MethodDefined By
 Inherited
setContent(content:String):void
PdfObject
Public Constants
 ConstantDefined By
 InheritedARRAY : int = 5
[static]
PdfObject
 InheritedBOOLEAN : int = 1
[static]
PdfObject
 InheritedCATALOG : PdfName
[static]
PdfDictionary
 InheritedDICTIONARY : int = 6
[static]
PdfObject
 InheritedINDIRECT : int = 10
[static]
PdfObject
 InheritedNAME : int = 4
[static]
PdfObject
 InheritedNOTHING : String
[static]
PdfObject
 InheritedNULL : int = 8
[static]
PdfObject
 InheritedNUMBER : int = 2
[static]
PdfObject
 InheritedOUTLINES : PdfName
[static]
PdfDictionary
 InheritedPAGE : PdfName
[static]
PdfDictionary
 InheritedSTREAM : int = 7
[static]
PdfObject
 InheritedSTRING : int = 3
[static]
PdfObject
 InheritedTEXT_PDFDOCENCODING : String = PDF
[static]
PdfObject
 InheritedTEXT_UNICODE : String = UnicodeBig
[static]
PdfObject
Property Detail
_matrixproperty
protected var _matrix:Matrix

The default value is .

_patternNameproperty 
protected var _patternName:PdfName

The default value is .

_patternReferenceproperty 
protected var _patternReference:PdfIndirectReference

The default value is .

_shadingproperty 
protected var _shading:PdfShading

The default value is .

_writerproperty 
protected var _writer:PdfWriter

The default value is .

colorDetailsproperty 
colorDetails:ColorDetails  [read-only]


Implementation
    public function get colorDetails():ColorDetails
matrixproperty 
matrix:Matrix


Implementation
    public function get matrix():Matrix
    public function set matrix(value:Matrix):void
patternNameproperty 
patternName:PdfName  [read-only]


Implementation
    public function get patternName():PdfName
patternReferenceproperty 
patternReference:PdfIndirectReference  [read-only]


Implementation
    public function get patternReference():PdfIndirectReference
shadingproperty 
shading:PdfShading  [read-only]


Implementation
    public function get shading():PdfShading
shadingNameproperty 
shadingName:PdfName  [read-only]


Implementation
    public function get shadingName():PdfName
shadingReferenceproperty 
shadingReference:PdfIndirectReference  [read-only]


Implementation
    public function get shadingReference():PdfIndirectReference
Constructor Detail
PdfShadingPattern()Constructor
public function PdfShadingPattern(sh:PdfShading)

Parameters
sh:PdfShading
Method Detail
addToBody()method
public function addToBody():void

setName()method 
public function setName(number:int):void

Parameters

number:int