Kanzi  3.9.8
Kanzi Engine Java API
ShadowEffect2DEnums.Quality Enum Reference

Defines the visual quality levels of the shadow effect. More...

Inheritance diagram for ShadowEffect2DEnums.Quality:
[legend]

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

 Count =(3)
 Number of quality options.
 
 High =(2)
 High shadow quality.
 
 Low =(0)
 Lowest shadow quality.
 
 Normal =(1)
 Normal shadow quality. More...
 

Detailed Description

Defines the visual quality levels of the shadow effect.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static Quality 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.

Member Data Documentation

Normal =(1)

Normal shadow quality.

This is the default.