GLG Toolkit, Java Class Library  Version 4.5
GlgGradientType

Specifies gradient type. More...

Detailed Description

Specifies gradient type.

Constants

static final int CONICAL = 6
 GradientType constant. More...
 
static final int CONICAL_ABS = 12
 GradientType constant. More...
 
static final int ELLIPTICAL = 10
 GradientType constant. More...
 
static final int INVERSED_CONICAL = 7
 GradientType constant. More...
 
static final int INVERSED_CONICAL_ABS = 13
 GradientType constant. More...
 
static final int INVERSED_ELLIPTICAL = 11
 GradientType constant. More...
 
static final int INVERSED_LINE_WIDTH_GRADIENT = ( 256 + 512 )
 GradientType constant. More...
 
static final int INVERSED_LINEAR = 3
 GradientType constant. More...
 
static final int INVERSED_LINEAR2 = 5
 GradientType constant. More...
 
static final int INVERSED_SPHERICAL = 9
 GradientType constant. More...
 
static final int LINE_WIDTH_GRADIENT = 256
 GradientType constant. More...
 
static final int LINEAR = 2
 GradientType constant. More...
 
static final int LINEAR2 = 4
 GradientType constant. More...
 
static final int NO_GRADIENT = 0
 GradientType constant. More...
 
static final int SPHERICAL = 8
 GradientType constant. More...
 

Variable Documentation

◆ CONICAL

final int CONICAL = 6
static

GradientType constant.

◆ CONICAL_ABS

final int CONICAL_ABS = 12
static

GradientType constant.

◆ ELLIPTICAL

final int ELLIPTICAL = 10
static

GradientType constant.

◆ INVERSED_CONICAL

final int INVERSED_CONICAL = 7
static

GradientType constant.

◆ INVERSED_CONICAL_ABS

final int INVERSED_CONICAL_ABS = 13
static

GradientType constant.

◆ INVERSED_ELLIPTICAL

final int INVERSED_ELLIPTICAL = 11
static

GradientType constant.

◆ INVERSED_LINE_WIDTH_GRADIENT

final int INVERSED_LINE_WIDTH_GRADIENT = ( 256 + 512 )
static

GradientType constant.

◆ INVERSED_LINEAR

final int INVERSED_LINEAR = 3
static

GradientType constant.

◆ INVERSED_LINEAR2

final int INVERSED_LINEAR2 = 5
static

GradientType constant.

◆ INVERSED_SPHERICAL

final int INVERSED_SPHERICAL = 9
static

GradientType constant.

◆ LINE_WIDTH_GRADIENT

final int LINE_WIDTH_GRADIENT = 256
static

GradientType constant.

◆ LINEAR

final int LINEAR = 2
static

GradientType constant.

◆ LINEAR2

final int LINEAR2 = 4
static

GradientType constant.

◆ NO_GRADIENT

final int NO_GRADIENT = 0
static

GradientType constant.

◆ SPHERICAL

final int SPHERICAL = 8
static

GradientType constant.