GLG Toolkit, Java Class Library  Version 4.5
GlgFunctionXformType

Specifies the operation to be performed by the function transformation. More...

Detailed Description

Specifies the operation to be performed by the function transformation.

Constants

static final int FUNCTION0_XT = 0
 Operator constant: min( A, B ) More...
 
static final int FUNCTION10_XT = 10
 Operator constant: A / B. More...
 
static final int FUNCTION11_XT = 11
 Operator constant: A % B. More...
 
static final int FUNCTION12_XT = 12
 Operator constant: trunk( A / B ) More...
 
static final int FUNCTION1_XT = 1
 Operator constant: max( A, B ) More...
 
static final int FUNCTION2_XT = 2
 Operator constant: abs( A - B ) More...
 
static final int FUNCTION3_XT = 3
 Operator constant: round( A ) More...
 
static final int FUNCTION4_XT = 4
 Operator constant: floor( A ) More...
 
static final int FUNCTION5_XT = 5
 Operator constant: ceil( A ) More...
 
static final int FUNCTION6_XT = 6
 Operator constant: trunk( A ) More...
 
static final int FUNCTION7_XT = 7
 Operator constant: A + B. More...
 
static final int FUNCTION8_XT = 8
 Operator constant: A - B. More...
 
static final int FUNCTION9_XT = 9
 Operator constant: A * B. More...
 

Variable Documentation

◆ FUNCTION0_XT

final int FUNCTION0_XT = 0
static

Operator constant: min( A, B )

◆ FUNCTION10_XT

final int FUNCTION10_XT = 10
static

Operator constant: A / B.

◆ FUNCTION11_XT

final int FUNCTION11_XT = 11
static

Operator constant: A % B.

◆ FUNCTION12_XT

final int FUNCTION12_XT = 12
static

Operator constant: trunk( A / B )

◆ FUNCTION1_XT

final int FUNCTION1_XT = 1
static

Operator constant: max( A, B )

◆ FUNCTION2_XT

final int FUNCTION2_XT = 2
static

Operator constant: abs( A - B )

◆ FUNCTION3_XT

final int FUNCTION3_XT = 3
static

Operator constant: round( A )

◆ FUNCTION4_XT

final int FUNCTION4_XT = 4
static

Operator constant: floor( A )

◆ FUNCTION5_XT

final int FUNCTION5_XT = 5
static

Operator constant: ceil( A )

◆ FUNCTION6_XT

final int FUNCTION6_XT = 6
static

Operator constant: trunk( A )

◆ FUNCTION7_XT

final int FUNCTION7_XT = 7
static

Operator constant: A + B.

◆ FUNCTION8_XT

final int FUNCTION8_XT = 8
static

Operator constant: A - B.

◆ FUNCTION9_XT

final int FUNCTION9_XT = 9
static

Operator constant: A * B.