Loading...
Searching...
No Matches
com.navigine.idl.java.Image Class Referenceabstract

class described image data in SDK More...

Public Member Functions

abstract byte[] getData ()
 binary source data of the image
 
abstract int getWidth ()
 decoded image width
 
abstract int getHeight ()
 decoded image height
 
abstract ImageType getType ()
 decoded image type
 

Detailed Description

class described image data in SDK

Referenced from Sublocation.

Definition at line 18 of file Image.java.

Member Function Documentation

◆ getData()

abstract byte[] com.navigine.idl.java.Image.getData ( )
abstract

binary source data of the image

Returns

◆ getHeight()

abstract int com.navigine.idl.java.Image.getHeight ( )
abstract

decoded image height

Returns

◆ getType()

abstract ImageType com.navigine.idl.java.Image.getType ( )
abstract

decoded image type

Returns

◆ getWidth()

abstract int com.navigine.idl.java.Image.getWidth ( )
abstract

decoded image width

Returns

The documentation for this class was generated from the following file: