GLG Toolkit, Java Class Library  Version 4.5
GlgXformType

Specifies transformation type. More...

Detailed Description

Specifies transformation type.

Some of the constants also specify matrix types.

Constants

static final int BITMASK_XF = 55
 Xform type constant. More...
 
static final int BOOLEAN_XF = 35
 Xform type constant. More...
 
static final int CHANGE_ALARM_XF = 43
 Xform type constant. More...
 
static final int COLOR_SCALE_XF = 62
 Xform type constant. More...
 
static final int COMPARE_XF = 54
 Xform type constant. More...
 
static final int CONCATENATE_XF = 18
 Xform type constant. More...
 
static final int D_FORMAT_XF = 20
 Xform type constant. More...
 
static final int D_FROM_G_XF = 59
 Xform type constant. More...
 
static final int DIVIDE_XF = 23
 Xform type constant. More...
 
static final int DMAP_XF = 57
 Xform type constant. More...
 
static final int FIXED_OFFSET_XF = 61
 Xform type constant. More...
 
static final int FUNCTION_XF = 63
 Xform type constant. More...
 
static final int G_FROM_D_XF = 58
 Xform type constant. More...
 
static final int IDENTITY_XF = 52
 Xform type constant. More...
 
static final int INCREMENTAL_XF = 64
 Xform type constant. More...
 
static final int JAVA_SCRIPT_XF = 56
 Xform type constant. More...
 
static final int LINEAR3_XF = 53
 Xform type constant. More...
 
static final int LIST_XF = 22
 Xform type constant. More...
 
static final int MATRIX_XF = 5
 Xform and matrix type constant. More...
 
static final int PATH_XF = 6
 Xform type constant. More...
 
static final int PIXEL_OFFSET_XF = 45
 Xform type constant. More...
 
static final int RANGE2_ALARM_XF = 42
 Xform type constant. More...
 
static final int RANGE_ALARM_XF = 41
 Xform type constant. More...
 
static final int RANGE_CHECK_XF = 40
 Xform type constant. More...
 
static final int RANGE_CONVERSION_XF = 51
 Xform type constant. More...
 
static final int RANGE_XF = 25
 Xform type constant. More...
 
static final int ROTATE_X_XF = 15
 Xform type constant. More...
 
static final int ROTATE_XF = 4
 Matrix type constant. More...
 
static final int ROTATE_Y_XF = 16
 Xform type constant. More...
 
static final int ROTATE_Z_XF = 17
 Xform type constant. More...
 
static final int S_FORMAT_XF = 21
 Xform type constant. More...
 
static final int SCALE_SX_XF = 46
 Xform type constant. More...
 
static final int SCALE_SY_XF = 47
 Xform type constant. More...
 
static final int SCALE_SZ_XF = 48
 Xform type constant. More...
 
static final int SCALE_TRANSLATE_XF = 27
 Xform type constant. More...
 
static final int SCALE_TRANSLATE_XYZ_XF = 28
 Xform type constant. More...
 
static final int SCALE_X_XF = 11
 Xform type constant. More...
 
static final int SCALE_XF = 3
 Matrix type constant. More...
 
static final int SCALE_XYZ_XF = 14
 Xform type constant. More...
 
static final int SCALE_Y_XF = 12
 Xform type constant. More...
 
static final int SCALE_Z_XF = 13
 Xform type constant. More...
 
static final int SCREEN_FACTOR_XF = 60
 Xform type constant. More...
 
static final int SHEAR_X_XF = 30
 Xform type constant. More...
 
static final int SHEAR_Y_XF = 31
 Xform type constant. More...
 
static final int SHEAR_Z_XF = 32
 Xform type constant. More...
 
static final int SMAP_XF = 36
 Xform type constant. More...
 
static final int STRING_CONCAT_XF = 37
 Xform type constant. More...
 
static final int THRESHOLD_XF = 26
 Xform type constant. More...
 
static final int TIME_FORMAT_XF = 49
 Xform type constant. More...
 
static final int TIMER_XF = 33
 Xform type constant. More...
 
static final int TRANSFER_XF = 24
 Xform type constant. More...
 
static final int TRANSLATE_X_XF = 7
 Xform type constant. More...
 
static final int TRANSLATE_XF = 2
 Xform and matrix type constant. More...
 
static final int TRANSLATE_XYZ_XF = 10
 Xform type constant. More...
 
static final int TRANSLATE_Y_XF = 8
 Xform type constant. More...
 
static final int TRANSLATE_Z_XF = 9
 Xform type constant. More...
 
static final int UNIT_XF = 1
 Matrix type constant. More...
 
static final int WORLD_OFFSET_XF = 44
 Xform type constant. More...
 

Variable Documentation

◆ BITMASK_XF

final int BITMASK_XF = 55
static

Xform type constant.

◆ BOOLEAN_XF

final int BOOLEAN_XF = 35
static

Xform type constant.

◆ CHANGE_ALARM_XF

final int CHANGE_ALARM_XF = 43
static

Xform type constant.

◆ COLOR_SCALE_XF

final int COLOR_SCALE_XF = 62
static

Xform type constant.

◆ COMPARE_XF

final int COMPARE_XF = 54
static

Xform type constant.

◆ CONCATENATE_XF

final int CONCATENATE_XF = 18
static

Xform type constant.

◆ D_FORMAT_XF

final int D_FORMAT_XF = 20
static

Xform type constant.

◆ D_FROM_G_XF

final int D_FROM_G_XF = 59
static

Xform type constant.

◆ DIVIDE_XF

final int DIVIDE_XF = 23
static

Xform type constant.

◆ DMAP_XF

final int DMAP_XF = 57
static

Xform type constant.

◆ FIXED_OFFSET_XF

final int FIXED_OFFSET_XF = 61
static

Xform type constant.

◆ FUNCTION_XF

final int FUNCTION_XF = 63
static

Xform type constant.

◆ G_FROM_D_XF

final int G_FROM_D_XF = 58
static

Xform type constant.

◆ IDENTITY_XF

final int IDENTITY_XF = 52
static

Xform type constant.

◆ INCREMENTAL_XF

final int INCREMENTAL_XF = 64
static

Xform type constant.

◆ JAVA_SCRIPT_XF

final int JAVA_SCRIPT_XF = 56
static

Xform type constant.

◆ LINEAR3_XF

final int LINEAR3_XF = 53
static

Xform type constant.

◆ LIST_XF

final int LIST_XF = 22
static

Xform type constant.

◆ MATRIX_XF

final int MATRIX_XF = 5
static

Xform and matrix type constant.

◆ PATH_XF

final int PATH_XF = 6
static

Xform type constant.

◆ PIXEL_OFFSET_XF

final int PIXEL_OFFSET_XF = 45
static

Xform type constant.

◆ RANGE2_ALARM_XF

final int RANGE2_ALARM_XF = 42
static

Xform type constant.

◆ RANGE_ALARM_XF

final int RANGE_ALARM_XF = 41
static

Xform type constant.

◆ RANGE_CHECK_XF

final int RANGE_CHECK_XF = 40
static

Xform type constant.

◆ RANGE_CONVERSION_XF

final int RANGE_CONVERSION_XF = 51
static

Xform type constant.

◆ RANGE_XF

final int RANGE_XF = 25
static

Xform type constant.

◆ ROTATE_X_XF

final int ROTATE_X_XF = 15
static

Xform type constant.

◆ ROTATE_XF

final int ROTATE_XF = 4
static

Matrix type constant.

◆ ROTATE_Y_XF

final int ROTATE_Y_XF = 16
static

Xform type constant.

◆ ROTATE_Z_XF

final int ROTATE_Z_XF = 17
static

Xform type constant.

◆ S_FORMAT_XF

final int S_FORMAT_XF = 21
static

Xform type constant.

◆ SCALE_SX_XF

final int SCALE_SX_XF = 46
static

Xform type constant.

◆ SCALE_SY_XF

final int SCALE_SY_XF = 47
static

Xform type constant.

◆ SCALE_SZ_XF

final int SCALE_SZ_XF = 48
static

Xform type constant.

◆ SCALE_TRANSLATE_XF

final int SCALE_TRANSLATE_XF = 27
static

Xform type constant.

◆ SCALE_TRANSLATE_XYZ_XF

final int SCALE_TRANSLATE_XYZ_XF = 28
static

Xform type constant.

◆ SCALE_X_XF

final int SCALE_X_XF = 11
static

Xform type constant.

◆ SCALE_XF

final int SCALE_XF = 3
static

Matrix type constant.

◆ SCALE_XYZ_XF

final int SCALE_XYZ_XF = 14
static

Xform type constant.

◆ SCALE_Y_XF

final int SCALE_Y_XF = 12
static

Xform type constant.

◆ SCALE_Z_XF

final int SCALE_Z_XF = 13
static

Xform type constant.

◆ SCREEN_FACTOR_XF

final int SCREEN_FACTOR_XF = 60
static

Xform type constant.

◆ SHEAR_X_XF

final int SHEAR_X_XF = 30
static

Xform type constant.

◆ SHEAR_Y_XF

final int SHEAR_Y_XF = 31
static

Xform type constant.

◆ SHEAR_Z_XF

final int SHEAR_Z_XF = 32
static

Xform type constant.

◆ SMAP_XF

final int SMAP_XF = 36
static

Xform type constant.

◆ STRING_CONCAT_XF

final int STRING_CONCAT_XF = 37
static

Xform type constant.

◆ THRESHOLD_XF

final int THRESHOLD_XF = 26
static

Xform type constant.

◆ TIME_FORMAT_XF

final int TIME_FORMAT_XF = 49
static

Xform type constant.

◆ TIMER_XF

final int TIMER_XF = 33
static

Xform type constant.

◆ TRANSFER_XF

final int TRANSFER_XF = 24
static

Xform type constant.

◆ TRANSLATE_X_XF

final int TRANSLATE_X_XF = 7
static

Xform type constant.

◆ TRANSLATE_XF

final int TRANSLATE_XF = 2
static

Xform and matrix type constant.

◆ TRANSLATE_XYZ_XF

final int TRANSLATE_XYZ_XF = 10
static

Xform type constant.

◆ TRANSLATE_Y_XF

final int TRANSLATE_Y_XF = 8
static

Xform type constant.

◆ TRANSLATE_Z_XF

final int TRANSLATE_Z_XF = 9
static

Xform type constant.

◆ UNIT_XF

final int UNIT_XF = 1
static

Matrix type constant.

◆ WORLD_OFFSET_XF

final int WORLD_OFFSET_XF = 44
static

Xform type constant.