public interface Interpolator1D<T extends Type<T>> extends Interpolator<T>
Modifier and Type | Method and Description |
---|---|
float |
getX()
Returns the current x coordinate of the interpolator
|
void |
moveRel(float x)
Moves the interpolator a certain distance given by the vector to a random position inside or out of image bounds.
|
void |
moveTo(float x)
Moves the interpolator to a random position inside or out of image bounds.
|
void |
setPosition(float x)
Sets the interpolator to a random position inside or out of image bounds.
|
close, getImage, getInterpolatorFactory, getOutOfBoundsStrategyFactory, getPosition, getPosition, getType, moveRel, moveRel, moveTo, moveTo, setPosition, setPosition
void moveTo(float x)
float
- x - the float position in xvoid moveRel(float x)
float
- x - the float vector in xvoid setPosition(float x)
float
- x - the float position in xfloat getX()
Copyright © 2015–2021 Fiji. All rights reserved.