Kanzi  3.9.5
Java API
Node.ContentStretch Enum Reference

Content stretch option. More...

Inheritance diagram for Node.ContentStretch:
[legend]

Public Member Functions

 ContentStretch (int value)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

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

Public Attributes

 Fill =(1)
 
 None =(0)
 
 Repeat =(4)
 
 Uniform =(2)
 
 UniformToFill =(3)
 

Detailed Description

Content stretch option.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

◆ toEnum()

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