Name | Description | |
---|---|---|
![]() | DataBlkInt Constructor | Overloaded. |
The following tables list the members exposed by DataBlkInt.
Name | Description | |
---|---|---|
![]() | DataBlkInt Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | data_array | The array where the data is stored |
![]() | h | The height of the block, in pixels. (Inherited from CSJ2K.j2k.image.DataBlk) |
![]() | offset | The offset in the array of the top-left coefficient (Inherited from CSJ2K.j2k.image.DataBlk) |
![]() | progressive | The progressive attribute (false by default) (Inherited from CSJ2K.j2k.image.DataBlk) |
![]() | scanw | The width of the scanlines used to store the data in the array (Inherited from CSJ2K.j2k.image.DataBlk) |
![]() | ulx | The horizontal coordinate (in pixels) of the upper-left corner of the block of data. This is relative to the component of the image from where this block was filled or is to be filled. (Inherited from CSJ2K.j2k.image.DataBlk) |
![]() | uly | The vertical coordinate of the upper-left corner of the block of data. This is relative to the component of the image from where this block was filled or is to be filled. (Inherited from CSJ2K.j2k.image.DataBlk) |
![]() | w | The width of the block, in pixels. (Inherited from CSJ2K.j2k.image.DataBlk) |
Name | Description | |
---|---|---|
![]() | Data | Overridden. Returns the array containing the data, or null if there is no data array. The returned array is a int array. Sets the data array to the specified one. The provided array must be a int array, otherwise a ClassCastException is thrown. The size of the array is not checked for consistency with the block's dimensions. |
![]() | DataInt | Returns the array containing the data, or null if there is no data array. Sets the data array to the specified one. The size of the array is not checked for consistency with the block's dimensions. This method is more efficient than setData |
![]() | DataType | Overridden. Returns the identifier of this data type, TYPE_INT, as defined in DataBlk. |