Uses of Class
com.metaio.sdk.jni.ECOLOR_FORMAT

Packages that use ECOLOR_FORMAT
com.metaio.sdk.jni   
 

Uses of ECOLOR_FORMAT in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return ECOLOR_FORMAT
 ECOLOR_FORMAT ImageStruct.getColorFormat()
          color format
static ECOLOR_FORMAT ECOLOR_FORMAT.swigToEnum(int swigValue)
           
static ECOLOR_FORMAT ECOLOR_FORMAT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ECOLOR_FORMAT[] ECOLOR_FORMAT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metaio.sdk.jni with parameters of type ECOLOR_FORMAT
 void ImageStruct.setColorFormat(ECOLOR_FORMAT value)
          color format
 

Constructors in com.metaio.sdk.jni with parameters of type ECOLOR_FORMAT
ImageStruct(byte[] _buffer, int _width, int _height, ECOLOR_FORMAT _colorFormat, boolean _originIsUpperLeft)
           
ImageStruct(byte[] _buffer, int _width, int _height, ECOLOR_FORMAT _colorFormat, boolean _originIsUpperLeft, double _timestamp)