Name | Description | |
---|---|---|
DataBlkFloat Constructor | Overloaded. |
The following tables list the members exposed by DataBlkFloat.
Name | Description | |
---|---|---|
DataBlkFloat Constructor | Overloaded. |
Name | Description | |
---|---|---|
data | The array where the data is stored | |
h | The height of the block, in pixels. (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk) | |
offset | The offset in the array of the top-left coefficient (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk) | |
progressive | The progressive attribute (false by default) (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk) | |
scanw | The width of the scanlines used to store the data in the array (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.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 GrapeCity.Documents.Imaging.jpeg.jj2000.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 GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk) | |
w | The width of the block, in pixels. (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk) |
Name | Description | |
---|---|---|
getData | Overridden. Returns the array containing the data, or null if there is no data array. The returned array is a float array. | |
getDataFloat | Returns the array containing the data, or null if there is no data array. | |
getDataType | Overridden. Returns the identifier of this data type, DataBlk.TYPE_FLOAT, as defined in DataBlk. | |
setData | Overridden. Sets the data array to the specified one. The provided array must be a float array, otherwise a Exception is thrown. The size of the array is not checked for consistency with the block's dimensions. | |
setDataFloat | Sets the data array to the specified one. The size of the array is not checked for consistency with the block's dimensions. | |
ToString | Overridden. Returns a string of informations about the DataBlkInt. |