MeiCam SDK For Android  3.10.1
Classes | Public Member Functions | List of all members
com.meicam.sdk.NvsExpressionParam Class Reference

Expression Params. More...

Classes

class  FloatParam
 
class  IntParam
 

Public Member Functions

 NvsExpressionParam ()
 
FloatParam getFloatParam ()
 
String getName ()
 
int getType ()
 Get param type. More...
 
IntParam getIntParam ()
 
boolean isBoolean ()
 
NvsColor getColor ()
 

Static Public Attributes

Bounding type

static final int TYPE_INT = 0
 The int type. More...
 
static final int TYPE_FLOAT = 1
 The float type. More...
 
static final int TYPE_BOOLEAN = 2
 The boolean type. More...
 
static final int TYPE_COLOR = 3
 

Detailed Description

Expression Params.

Constructor & Destructor Documentation

◆ NvsExpressionParam()

com.meicam.sdk.NvsExpressionParam.NvsExpressionParam ( )
inline

Member Function Documentation

◆ getColor()

NvsColor com.meicam.sdk.NvsExpressionParam.getColor ( )
inline

◆ getFloatParam()

FloatParam com.meicam.sdk.NvsExpressionParam.getFloatParam ( )
inline

◆ getIntParam()

IntParam com.meicam.sdk.NvsExpressionParam.getIntParam ( )
inline

◆ getName()

String com.meicam.sdk.NvsExpressionParam.getName ( )
inline

◆ getType()

int com.meicam.sdk.NvsExpressionParam.getType ( )
inline

Get param type.

Returns
Param type.

◆ isBoolean()

boolean com.meicam.sdk.NvsExpressionParam.isBoolean ( )
inline

Member Data Documentation

◆ TYPE_BOOLEAN

final int com.meicam.sdk.NvsExpressionParam.TYPE_BOOLEAN = 2
static

The boolean type.

◆ TYPE_COLOR

final int com.meicam.sdk.NvsExpressionParam.TYPE_COLOR = 3
static

The NvsColor type

◆ TYPE_FLOAT

final int com.meicam.sdk.NvsExpressionParam.TYPE_FLOAT = 1
static

The float type.

◆ TYPE_INT

final int com.meicam.sdk.NvsExpressionParam.TYPE_INT = 0
static

The int type.


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