openpiano.settings
Class Constants

java.lang.Object
  extended by openpiano.settings.Constants

public final class Constants
extends Object

Constant values for the application

Version:
1.0, 07/30/08
Author:
Sascha Westermann

Field Summary
static int BLUE
           
static int BROWN
           
static float[] COLOREND
           
static float[] COLORSTART
           
static int FPS
           
static int GREEN
           
static String[] INSTRUMENTS
           
static float KEYDEPTH
           
static float KEYLENGTH
           
static int midiLoaderMaxHeight
           
static float OCTAVELENGTH
           
static float POS_END
           
static float[] POS_OCTAVE
           
static float[] POS_START
           
static float SeekFactor
           
static float STARTLENGTH
           
static float VIEWAREA
           
static int VIEWBEAT
           
static int YELLOW
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTRUMENTS

public static final String[] INSTRUMENTS

VIEWAREA

public static final float VIEWAREA
See Also:
Constant Field Values

VIEWBEAT

public static final int VIEWBEAT
See Also:
Constant Field Values

KEYDEPTH

public static final float KEYDEPTH
See Also:
Constant Field Values

KEYLENGTH

public static final float KEYLENGTH
See Also:
Constant Field Values

OCTAVELENGTH

public static final float OCTAVELENGTH
See Also:
Constant Field Values

POS_END

public static final float POS_END
See Also:
Constant Field Values

POS_OCTAVE

public static final float[] POS_OCTAVE

POS_START

public static final float[] POS_START

STARTLENGTH

public static final float STARTLENGTH
See Also:
Constant Field Values

BLUE

public static final int BLUE
See Also:
Constant Field Values

GREEN

public static final int GREEN
See Also:
Constant Field Values

YELLOW

public static final int YELLOW
See Also:
Constant Field Values

BROWN

public static final int BROWN
See Also:
Constant Field Values

COLORSTART

public static final float[] COLORSTART

COLOREND

public static final float[] COLOREND

SeekFactor

public static final float SeekFactor
See Also:
Constant Field Values

midiLoaderMaxHeight

public static final int midiLoaderMaxHeight
See Also:
Constant Field Values

FPS

public static int FPS
Constructor Detail

Constants

public Constants()