Package | Description |
---|---|
icy.math |
Contains mathematical tools and related objects (Histogram, Interpolator, Scaler, FPSMeter...)
|
Modifier and Type | Method and Description |
---|---|
SmoothMover.SmoothMoveType |
SmoothMover.getType() |
SmoothMover.SmoothMoveType |
MultiSmoothMover.getType() |
static SmoothMover.SmoothMoveType |
SmoothMover.SmoothMoveType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmoothMover.SmoothMoveType[] |
SmoothMover.SmoothMoveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SmoothMover.setType(SmoothMover.SmoothMoveType type) |
void |
MultiSmoothMover.setType(SmoothMover.SmoothMoveType type) |
Constructor and Description |
---|
MultiSmoothMover(int size,
SmoothMover.SmoothMoveType type) |
SmoothMover(double initValue,
SmoothMover.SmoothMoveType type) |