Package | Description |
---|---|
edu.ucla.stat.SOCR.motionchart |
Modifier and Type | Field and Description |
---|---|
protected MotionTableModel |
MotionMappingControl.model |
protected MotionTableModel |
MotionDataSet.mtmodel |
Modifier and Type | Method and Description |
---|---|
MotionTableModel |
MotionDataSet.getTableModel()
Returns the table model for the dataset.
|
MotionTableModel |
MotionMappingControl.getTableModel() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
MotionTypeParser.parseType(MotionTableModel tm,
int row,
int column) |
static java.lang.Object |
MotionTypeParser.parseType(java.lang.Object value,
MotionTableModel tm,
int column) |
void |
MotionMappingControl.setTableModel(MotionTableModel model) |
Constructor and Description |
---|
MotionDataSet(MotionTableModel model)
Creates a new MotionDataSet instance.
|
MotionMappingControl(MotionTableModel model) |