Packageorg.alivepdf.images
Classpublic final class DoJPEGImage
InheritanceDoJPEGImage Inheritance JPEGImage 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
  bitmap : BitmapData
DoJPEGImage
 Inherited_bitsPerComponent : int = 8
PDFImage
 Inherited_colorSpace : String
PDFImage
 Inheritedct : Number
PDFImage
 Inherited_filter : String
PDFImage
 Inheritedformat : int
JPEGImage
 Inherited_height : int
PDFImage
 Inherited_masked : Boolean
PDFImage
 Inherited_n : int
PDFImage
 Inherited_pal : String
PDFImage
 Inherited_parameters : String
PDFImage
 InheritedphysicalHeightDpi : int
JPEGImage
 InheritedphysicalWidthDpi : int
JPEGImage
 Inheritedprogressive : Boolean
PDFImage
 Inherited_resourceId : int
PDFImage
 Inheritedstream : ByteArray
PDFImage
 Inherited_transparency : String
PDFImage
 Inherited_width : int
PDFImage
Public Methods
 MethodDefined By
  
DoJPEGImage(buffer:BitmapData, imageStream:ByteArray, id:int)
DoJPEGImage
Protected Methods
 MethodDefined By
  
parse():void
[override]
DoJPEGImage
Public Constants
 ConstantDefined By
 InheritedFORMAT : int = 0
[static]
JPEGImage
 InheritedHEADER : int = 0xFFD8
[static]
JPEGImage
Property Detail
bitmapproperty
protected var bitmap:BitmapData

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



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