GLG Toolkit, Java Class Library  Version 4.5
GlgWaveformType

Specifies timer transformation waveform type. More...

Detailed Description

Specifies timer transformation waveform type.

Constants

static final int CIRCULAR_WAVEFORM = 2
 Timer waveform type constant. More...
 
static final int SAWTOOTH_WAVEFORM = 0
 Timer waveform type constant. More...
 
static final int SINE_WAVEFORM = 3
 Timer waveform type constant. More...
 
static final int TRIANGLE_WAVEFORM = 1
 Timer waveform type constant. More...
 

Variable Documentation

◆ CIRCULAR_WAVEFORM

final int CIRCULAR_WAVEFORM = 2
static

Timer waveform type constant.

◆ SAWTOOTH_WAVEFORM

final int SAWTOOTH_WAVEFORM = 0
static

Timer waveform type constant.

◆ SINE_WAVEFORM

final int SINE_WAVEFORM = 3
static

Timer waveform type constant.

◆ TRIANGLE_WAVEFORM

final int TRIANGLE_WAVEFORM = 1
static

Timer waveform type constant.