Packageorg.alivepdf.images
Classpublic final class GIFImage
InheritanceGIFImage Inheritance PDFImage Inheritance Object



Public Properties
 PropertyDefined By
 InheritedbitsPerComponent : int
PDFImage
 Inheritedbytes : ByteArray
[read-only]
PDFImage
 InheritedcolorSpace : String
PDFImage
 Inheritedfilter : String
[read-only]
PDFImage
 Inheritedheight : int
[read-only]
PDFImage
 Inheritedmasked : Boolean
[read-only]
PDFImage
 Inheritedn : int
PDFImage
 Inheritedpal : String
PDFImage
 Inheritedparameters : String
[read-only]
PDFImage
 InheritedresourceId : int
PDFImage
 Inheritedtransparency : String
[read-only]
PDFImage
 Inheritedwidth : int
[read-only]
PDFImage
Protected Properties
 PropertyDefined By
 Inherited_bitsPerComponent : int = 8
PDFImage
 Inherited_colorSpace : String
PDFImage
 Inheritedct : Number
PDFImage
 Inherited_filter : String
PDFImage
 Inherited_height : int
PDFImage
 Inherited_masked : Boolean
PDFImage
 Inherited_n : int
PDFImage
 Inherited_pal : String
PDFImage
 Inherited_parameters : String
PDFImage
 Inheritedprogressive : Boolean
PDFImage
 Inherited_resourceId : int
PDFImage
 Inheritedstream : ByteArray
PDFImage
 Inherited_transparency : String
PDFImage
 Inherited_width : int
PDFImage
Public Methods
 MethodDefined By
  
GIFImage(imageStream:ByteArray, id:int)
GIFImage
Protected Methods
 MethodDefined By
 Inherited
parse():void
PDFImage
Public Constants
 ConstantDefined By
  HEADER : String = GIF
[static]
GIFImage
Constructor Detail
GIFImage()Constructor
public function GIFImage(imageStream:ByteArray, id:int)



Parameters
imageStream:ByteArray
 
id:int
Constant Detail
HEADERConstant
public static const HEADER:String = GIF