Kanzi  3.9.9
Kanzi Engine Java API
BlurEffect2DEnums.Quality Enum Reference

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

Inheritance diagram for BlurEffect2DEnums.Quality:
[legend]

Public Member Functions

 Quality (int value)
 Constructs a Quality of an integer value. More...
 
 Quality (Quality enum_)
 Constructs a copy of a Quality 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 Quality swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
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 blur quality.
 
 Low =(0)
 Lowest blur quality.
 
 Normal =(1)
 Normal blur quality. More...
 

Detailed Description

Defines the visual quality levels of the blur effect.

Constructor & Destructor Documentation

Quality ( int  value)

Constructs a Quality of an integer value.

Parameters
valueInteger value to convert to enumeration constant.
Quality ( Quality  enum_)

Constructs a copy of a Quality object.

Parameters
enum_Quality to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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

This is the default.