Interface Constants

All Known Implementing Classes:
MainMenu, match

public interface Constants

this file defines useful constants that will be used in DTW applet


Field Summary
static java.awt.Color[] colortable
          array to store the colormap to draw the spectrogram
static java.lang.String[] models
          array to store the label for template spectrogram panel
static java.lang.String[] testsignals
          array to store the label for signal spectrogram panel
static java.lang.String[] words
          array to store the vocabulary
 

Field Detail

words

static final java.lang.String[] words
array to store the vocabulary


models

static final java.lang.String[] models
array to store the label for template spectrogram panel


testsignals

static final java.lang.String[] testsignals
array to store the label for signal spectrogram panel


colortable

static final java.awt.Color[] colortable
array to store the colormap to draw the spectrogram