Packageorg.alivepdf.images
Classpublic final class DoPNGImage
InheritanceDoPNGImage Inheritance PNGImage Inheritance PDFImage Inheritance Object



Public Properties
 PropertyDefined By
 InheritedbitsPerComponent : int
PDFImage
 Inheritedbytes : ByteArray
[override] [read-only]
PNGImage
 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
  bitmap : BitmapData
DoPNGImage
 Inherited_bitsPerComponent : int = 8
PDFImage
 Inherited_colorSpace : String
PDFImage
 Inheritedct : Number
PDFImage
 Inherited_filter : String
PDFImage
 Inherited_height : int
PDFImage
 InheritedidataBytes : ByteArray
PNGImage
 Inherited_masked : Boolean
PDFImage
 Inherited_n : int
PDFImage
 Inherited_pal : String
PDFImage
 InheritedpalBytes : ByteArray
PNGImage
 Inherited_parameters : String
PDFImage
 Inheritedprogressive : Boolean
PDFImage
 Inherited_resourceId : int
PDFImage
 Inheritedstream : ByteArray
PDFImage
 Inherited_transparency : String
PDFImage
 Inheritedtype : int
PNGImage
 Inherited_width : int
PDFImage
Public Methods
 MethodDefined By
  
DoPNGImage(buffer:BitmapData, imageStream:ByteArray, id:int)
DoPNGImage
Protected Methods
 MethodDefined By
  
parse():void
[override]
DoPNGImage
Public Constants
 ConstantDefined By
 InheritedHEADER : int = 0x8950
[static]
PNGImage
 InheritedI1 : int = 1
[static]
PNGImage
 InheritedI16 : int = 16
[static]
PNGImage
 InheritedI2 : int = 2
[static]
PNGImage
 InheritedI3 : int = 3
[static]
PNGImage
 InheritedI4 : int = 4
[static]
PNGImage
 InheritedIDAT : int = 0x49444154
[static]
PNGImage
 InheritedIEND : int = 0x49454E44
[static]
PNGImage
 InheritedIO : int = 0
[static]
PNGImage
 InheritedPLTE : int = 0x504C5445
[static]
PNGImage
 InheritedTRNS : int = 0x74524E53
[static]
PNGImage
Property Detail
bitmapproperty
protected var bitmap:BitmapData

Constructor Detail
DoPNGImage()Constructor
public function DoPNGImage(buffer:BitmapData, imageStream:ByteArray, id:int)



Parameters
buffer:BitmapData
 
imageStream:ByteArray
 
id:int
Method Detail
parse()method
override protected function parse():void