Packageorg.alivepdf.gradients
Classpublic class ShadingType
InheritanceShadingType Inheritance Object



Public Properties
 PropertyDefined By
  col1 : String
[read-only]
ShadingType
  col2 : String
[read-only]
ShadingType
  coords : Array
[read-only]
ShadingType
  id : int
ShadingType
  stream : ByteArray
ShadingType
  type : int
[read-only]
ShadingType
Protected Properties
 PropertyDefined By
  _col1 : String
ShadingType
  _col2 : String
ShadingType
  _coords : Array
ShadingType
  _id : int
ShadingType
  _stream : ByteArray
ShadingType
  _type : int
ShadingType
Public Methods
 MethodDefined By
  
ShadingType(type:int, coords:Array, col1:String, col2:String)
ShadingType
Public Constants
 ConstantDefined By
  TYPE1 : int = 1
[static]
ShadingType
  TYPE2 : int = 2
[static]
ShadingType
  TYPE3 : int = 3
[static]
ShadingType
  TYPE6 : int = 6
[static]
ShadingType
Property Detail
_col1property
protected var _col1:String

_col2property 
protected var _col2:String

_coordsproperty 
protected var _coords:Array

_idproperty 
protected var _id:int

_streamproperty 
protected var _stream:ByteArray

_typeproperty 
protected var _type:int

col1property 
col1:String  [read-only]


Implementation
    public function get col1():String
col2property 
col2:String  [read-only]


Implementation
    public function get col2():String
coordsproperty 
coords:Array  [read-only]


Implementation
    public function get coords():Array
idproperty 
id:int


Implementation
    public function get id():int
    public function set id(value:int):void
streamproperty 
stream:ByteArray


Implementation
    public function get stream():ByteArray
    public function set stream(value:ByteArray):void
typeproperty 
type:int  [read-only]


Implementation
    public function get type():int
Constructor Detail
ShadingType()Constructor
public function ShadingType(type:int, coords:Array, col1:String, col2:String)



Parameters
type:int
 
coords:Array
 
col1:String
 
col2:String
Constant Detail
TYPE1Constant
public static const TYPE1:int = 1

TYPE2Constant 
public static const TYPE2:int = 2

TYPE3Constant 
public static const TYPE3:int = 3

TYPE6Constant 
public static const TYPE6:int = 6