Kanzi Java API
BitmapImage Class Reference
Inheritance diagram for BitmapImage:
[legend]
Collaboration diagram for BitmapImage:
[legend]

Public Member Functions

 BitmapImage (int width, int height, GraphicsFormat format, String name)
 
 BitmapImage (int width, int height, GraphicsFormat format, byte[] data, String name)
 
GraphicsFormat getDataFormat ()
 Returns the GraphicsFormat of this BitmapImage. More...
 
long getHeight ()
 Returns the width of this BitmapImage. More...
 
long getHeight (long mipmapLevel)
 Returns the height of the given mipmaplevel of this BitmapImage. More...
 
long getMipmapLevelCount ()
 Returns the mipmap level count of this BitmapImage. More...
 
long getWidth ()
 Returns the width of this BitmapImage. More...
 
long getWidth (long mipmapLevel)
 Returns the width of the given mipmaplevel of this BitmapImage. More...
 

Member Function Documentation

GraphicsFormat getDataFormat ( )

Returns the GraphicsFormat of this BitmapImage.

Returns
The BitmapImage data's GraphicsFormat.
long getHeight ( )

Returns the width of this BitmapImage.

Returns
The BitmapImage's width.
long getHeight ( long  mipmapLevel)

Returns the height of the given mipmaplevel of this BitmapImage.

Parameters
mipmapLevelThe mipmap level of the BitmapImage to get the height of.
Returns
The BitmapImage's height of the given mipmaplevel.
long getMipmapLevelCount ( )

Returns the mipmap level count of this BitmapImage.

Returns
The BitmapImage's mipmap level count.
long getWidth ( )

Returns the width of this BitmapImage.

Returns
The BitmapImage's width.
long getWidth ( long  mipmapLevel)

Returns the width of the given mipmaplevel of this BitmapImage.

Parameters
mipmapLevelThe mipmap level of the BitmapImage to get the width of.
Returns
The BitmapImage's width of the given mipmaplevel.