Kanzi  3.9.8
Kanzi Engine Java API
PropertyField Enum Reference

Property field. More...

Inheritance diagram for PropertyField:
[legend]

Public Member Functions

 PropertyField (int mValue)
 
 PropertyField (PropertyField enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static PropertyField swigToEnum (int swigValue)
 
static PropertyField toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 PropertyFieldColorA =(13)
 Color A field, presented as float.
 
 PropertyFieldColorB =(12)
 Color B field, presented as float.
 
 PropertyFieldColorG =(11)
 Color G field, presented as float.
 
 PropertyFieldColorR =(10)
 Color R field, presented as float.
 
 PropertyFieldRotation =(18)
 Rotation component of property of SRTValue3D type, presented as Quaternion.
 
 PropertyFieldRotationX =(7)
 Rotation X component, presented as float.
 
 PropertyFieldRotationY =(8)
 Rotation Y component, presented as float.
 
 PropertyFieldRotationZ =(9)
 Rotation Z component, presented as float.
 
 PropertyFieldScaleX =(4)
 Scale X component, presented as float.
 
 PropertyFieldScaleY =(5)
 Scale Y component, presented as float.
 
 PropertyFieldScaleZ =(6)
 Scale Z component, presented as float.
 
 PropertyFieldTranslationX =(1)
 Translation X component, presented as float.
 
 PropertyFieldTranslationY =(2)
 Translation Y component, presented as float.
 
 PropertyFieldTranslationZ =(3)
 Translation Z component, presented as float.
 
 PropertyFieldVectorW =(17)
 Vector W field, presented as float.
 
 PropertyFieldVectorX =(14)
 Vector X field, presented as float.
 
 PropertyFieldVectorY =(15)
 Vector Y field, presented as float.
 
 PropertyFieldVectorZ =(16)
 Vector Z field, presented as float.
 
 PropertyFieldWhole =(0)
 Whole property value.
 

Detailed Description

Property field.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static PropertyField toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.