名前 | 解説 | |
---|---|---|
![]() | DataBlkFloat コンストラクタ | オーバーロードされます。 |
DataBlkFloatデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | DataBlkFloat コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
![]() | data | The array where the data is stored |
![]() | h | The height of the block, in pixels. GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkから継承されます。 |
![]() | offset | The offset in the array of the top-left coefficient GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkから継承されます。 |
![]() | progressive | The progressive attribute (false by default) GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkから継承されます。 |
![]() | scanw | The width of the scanlines used to store the data in the array 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. 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. GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkから継承されます。 |
![]() | w | The width of the block, in pixels. GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | getData | オーバーライドされます。 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 | オーバーライドされます。 Returns the identifier of this data type, DataBlk.TYPE_FLOAT, as defined in DataBlk. |
![]() | setData | オーバーライドされます。 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 | オーバーライドされます。 Returns a string of informations about the DataBlkInt. |