|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yobotics.simulationconstructionset.util.inputdevices.MidiControl
public class MidiControl
Nested Class Summary | |
---|---|
static class |
MidiControl.ControlType
|
static class |
MidiControl.SliderType
|
Field Summary | |
---|---|
MidiControl.ControlType |
controlType
|
double |
currentVal
|
double |
exponent
|
int |
mapping
|
double |
max
|
double |
min
|
boolean |
notify
|
double |
reset
|
MidiControl.SliderType |
sliderType
|
Constructor Summary | |
---|---|
MidiControl(int mapping,
YoVariable var,
double max,
double min,
double exponent)
|
|
MidiControl(int mapping,
YoVariable var,
double max,
double min,
double exponent,
boolean notify)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int mapping
public double reset
public double max
public double min
public double exponent
public double currentVal
public MidiControl.SliderType sliderType
public MidiControl.ControlType controlType
public boolean notify
Constructor Detail |
---|
public MidiControl(int mapping, YoVariable var, double max, double min, double exponent)
public MidiControl(int mapping, YoVariable var, double max, double min, double exponent, boolean notify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |