public interface TypedSpace<A extends TypedAxis> extends AnnotatedSpace<A>
TypedAxis
Modifier and Type | Method and Description |
---|---|
default int |
dimensionIndex(AxisType axisType)
Gets the dimensional index of the axis with the given type.
|
axes, axis, setAxis
numDimensions
default int dimensionIndex(AxisType axisType)
Note that by convention, each AxisType
may only be used in a single
dimension of the space.
-1
if the specified axis type is not found.Copyright © 2014–2022 ImageJ. All rights reserved.