Kanzi  3.9.9
Kanzi Engine Java API
ScreenEnums.WindowMetricsType Enum Reference

Window metrics enumeration. More...

Inheritance diagram for ScreenEnums.WindowMetricsType:
[legend]

Public Member Functions

 WindowMetricsType (int value)
 Constructs a WindowMetricsType of an integer value. More...
 
 WindowMetricsType (WindowMetricsType enum_)
 Constructs a copy of a WindowMetricsType 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 WindowMetricsType swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static WindowMetricsType toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 WindowMetricsAbsolute =(0)
 
 WindowMetricsRelative =(1)
 

Detailed Description

Window metrics enumeration.

Constructor & Destructor Documentation

WindowMetricsType ( int  value)

Constructs a WindowMetricsType of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a WindowMetricsType object.

Parameters
enum_WindowMetricsType to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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