public interface PositionableByAxis extends Localizable, Positionable
Positionable
and Localizable
in
N-dimensional discrete space, by both dimension number and axis type.Modifier and Type | Method and Description |
---|---|
int |
getIntPosition(AxisType axis)
Returns the current position in a given dimension.
|
long |
getLongPosition(AxisType axis)
Returns the current position in a given dimension.
|
void |
setPosition(long position,
AxisType axis)
Sets the position of the element for one dimension.
|
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, positionAsLongArray, positionAsPoint
localize, localize, localize, positionAsDoubleArray, positionAsRealPoint
numDimensions
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
int getIntPosition(AxisType axis)
long getLongPosition(AxisType axis)
void setPosition(long position, AxisType axis)
Copyright © 2014–2022 ImageJ. All rights reserved.