| Package | org.alivepdf.images |
| Class | public class PNGImage |
| Inheritance | PNGImage PDFImage Object |
| Subclasses | DoPNGImage |
| Property | Defined By | ||
|---|---|---|---|
![]() | bitsPerComponent : int | PDFImage | |
| bytes : ByteArray [override] [read-only] | PNGImage | ||
![]() | colorSpace : String | PDFImage | |
![]() | filter : String [read-only] | PDFImage | |
![]() | height : int [read-only] | PDFImage | |
![]() | masked : Boolean [read-only] | PDFImage | |
![]() | n : int | PDFImage | |
![]() | pal : String | PDFImage | |
![]() | parameters : String [read-only] | PDFImage | |
![]() | resourceId : int | PDFImage | |
![]() | transparency : String [read-only] | PDFImage | |
![]() | width : int [read-only] | PDFImage | |
| Property | Defined By | ||
|---|---|---|---|
![]() | _bitsPerComponent : int = 8 | PDFImage | |
![]() | _colorSpace : String | PDFImage | |
![]() | ct : Number | PDFImage | |
![]() | _filter : String | PDFImage | |
![]() | _height : int | PDFImage | |
| idataBytes : ByteArray | PNGImage | ||
![]() | _masked : Boolean | PDFImage | |
![]() | _n : int | PDFImage | |
![]() | _pal : String | PDFImage | |
| palBytes : ByteArray | PNGImage | ||
![]() | _parameters : String | PDFImage | |
![]() | progressive : Boolean | PDFImage | |
![]() | _resourceId : int | PDFImage | |
![]() | stream : ByteArray | PDFImage | |
![]() | _transparency : String | PDFImage | |
| type : int | PNGImage | ||
![]() | _width : int | PDFImage | |
| Method | Defined By | ||
|---|---|---|---|
PNGImage(imageStream:ByteArray, colorSpace:String, id:int) | PNGImage | ||
| Method | Defined By | ||
|---|---|---|---|
parse():void [override] | PNGImage | ||
| Constant | Defined By | ||
|---|---|---|---|
| HEADER : int = 0x8950 [static] | PNGImage | ||
| I1 : int = 1 [static] | PNGImage | ||
| I16 : int = 16 [static] | PNGImage | ||
| I2 : int = 2 [static] | PNGImage | ||
| I3 : int = 3 [static] | PNGImage | ||
| I4 : int = 4 [static] | PNGImage | ||
| IDAT : int = 0x49444154 [static] | PNGImage | ||
| IEND : int = 0x49454E44 [static] | PNGImage | ||
| IO : int = 0 [static] | PNGImage | ||
| PLTE : int = 0x504C5445 [static] | PNGImage | ||
| TRNS : int = 0x74524E53 [static] | PNGImage | ||
| bytes | property |
bytes:ByteArray [read-only] [override] public function get bytes():ByteArray| idataBytes | property |
protected var idataBytes:ByteArray| palBytes | property |
protected var palBytes:ByteArray| type | property |
protected var type:int| PNGImage | () | Constructor |
public function PNGImage(imageStream:ByteArray, colorSpace:String, id:int)imageStream:ByteArray | |
colorSpace:String | |
id:int |
| parse | () | method |
override protected function parse():void| HEADER | Constant |
public static const HEADER:int = 0x8950| I1 | Constant |
public static const I1:int = 1| I16 | Constant |
public static const I16:int = 16| I2 | Constant |
public static const I2:int = 2| I3 | Constant |
public static const I3:int = 3| I4 | Constant |
public static const I4:int = 4| IDAT | Constant |
public static const IDAT:int = 0x49444154| IEND | Constant |
public static const IEND:int = 0x49454E44| IO | Constant |
public static const IO:int = 0| PLTE | Constant |
public static const PLTE:int = 0x504C5445| TRNS | Constant |
public static const TRNS:int = 0x74524E53