Kanzi  3.9.9
Kanzi Engine Java API
DockLayoutConceptEnums.DockingSide Enum Reference

Docking side of dock layout item. More...

Inheritance diagram for DockLayoutConceptEnums.DockingSide:
[legend]

Public Member Functions

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

Public Attributes

 DockBottom =(3)
 Dock bottom.
 
 DockLeft =(0)
 Dock left.
 
 DockRight =(1)
 Dock right.
 
 DockTop =(2)
 Dock top.
 

Detailed Description

Docking side of dock layout item.

Constructor & Destructor Documentation

DockingSide ( int  value)

Constructs a DockingSide of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a DockingSide object.

Parameters
enum_DockingSide to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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