Kanzi  3.9.5
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
 Color A field, presented as float.
 
 PropertyFieldColorB
 Color B field, presented as float.
 
 PropertyFieldColorG
 Color G field, presented as float.
 
 PropertyFieldColorR
 Color R field, presented as float.
 
 PropertyFieldRotationX
 Rotation X component, presented as float.
 
 PropertyFieldRotationY
 Rotation Y component, presented as float.
 
 PropertyFieldRotationZ
 Rotation Z component, presented as float.
 
 PropertyFieldScaleX
 Scale X component, presented as float.
 
 PropertyFieldScaleY
 Scale Y component, presented as float.
 
 PropertyFieldScaleZ
 Scale Z component, presented as float.
 
 PropertyFieldTranslationX
 Translation X component, presented as float.
 
 PropertyFieldTranslationY
 Translation Y component, presented as float.
 
 PropertyFieldTranslationZ
 Translation Z component, presented as float.
 
 PropertyFieldVectorW
 Vector W field, presented as float.
 
 PropertyFieldVectorX
 Vector X field, presented as float.
 
 PropertyFieldVectorY
 Vector Y field, presented as float.
 
 PropertyFieldVectorZ
 Vector Z field, presented as float.
 
 PropertyFieldWhole
 Whole property value.
 

Detailed Description

Property field.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

◆ toEnum()

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.