Package | Description |
---|---|
ccs |
Modifier and Type | Field and Description |
---|---|
private PercentageListModel<ConnectedComponent> |
MotionModel.componentSpinnerModel
Stores the current component.
|
private PercentageListModel<SamplePoint<Graph>> |
MotionModel.sampleModel
Stores the current value.
|
private PercentageListModel<SamplePoint<Graph>> |
MotionModel.sModel1
Stores the current value of each component.
|
private PercentageListModel<SamplePoint<Graph>> |
MotionModel.sModel2
Stores the current value of each component.
|
Modifier and Type | Method and Description |
---|---|
PercentageListModel<ConnectedComponent> |
MotionModel.getComponentSpinnerModel() |
PercentageListModel<SamplePoint<Graph>> |
MotionModel.getSpinnerModel() |
PercentageListModel<SamplePoint<Graph>> |
MotionModel.getSpinnerModel1() |
PercentageListModel<SamplePoint<Graph>> |
MotionModel.getSpinnerModel2() |
Constructor and Description |
---|
DialSpinner(PercentageListModel<E> model) |