CSJ2K.j2k.image Namespace / DataBlkInt Class
Fields Properties Methods


DataBlkInt Class Members

The following tables list the members exposed by DataBlkInt.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldThe array where the data is stored  
Public FieldThe height of the block, in pixels. (Inherited from CSJ2K.j2k.image.DataBlk)
Public FieldThe offset in the array of the top-left coefficient (Inherited from CSJ2K.j2k.image.DataBlk)
Public FieldThe progressive attribute (false by default) (Inherited from CSJ2K.j2k.image.DataBlk)
Public FieldThe width of the scanlines used to store the data in the array (Inherited from CSJ2K.j2k.image.DataBlk)
Public FieldThe 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)
Public FieldThe 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)
Public FieldThe width of the block, in pixels. (Inherited from CSJ2K.j2k.image.DataBlk)
Top
Public Properties
 NameDescription
Public PropertyOverridden. 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.  
Public PropertyReturns 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  
Public PropertyOverridden. Returns the identifier of this data type, TYPE_INT, as defined in DataBlk.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Returns a string of informations about the DataBlkInt.  
Top
See Also