Kanzi  3.9.9
Kanzi Engine Java API
PropertyField Enum Reference

Property field. More...

Inheritance diagram for PropertyField:
[legend]

Public Member Functions

 PropertyField (int value)
 Constructs a PropertyField of an integer value. More...
 
 PropertyField (PropertyField enum_)
 Constructs a copy of a PropertyField object. More...
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

static PropertyField swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
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.

Constructor & Destructor Documentation

PropertyField ( int  value)

Constructs a PropertyField of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a PropertyField object.

Parameters
enum_PropertyField to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static PropertyField swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
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.