public final class DefaultCalibratedSpace extends AbstractCalibratedSpace<CalibratedAxis>
CalibratedSpace
.Constructor and Description |
---|
DefaultCalibratedSpace(CalibratedAxis... axes)
Constructs a new calibrated space with the given axes.
|
DefaultCalibratedSpace(int numDims)
Constructs a new calibrated space of the given dimensionality, with default
IdentityAxis axes of unknown type (Axes.unknown() ). |
DefaultCalibratedSpace(List<CalibratedAxis> axes)
Constructs a new calibrated space with the given axes.
|
axes, axis, numDimensions, setAxis
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
averageScale
dimensionIndex
axes, axis, setAxis
numDimensions
public DefaultCalibratedSpace(int numDims)
IdentityAxis
axes of unknown type (Axes.unknown()
).public DefaultCalibratedSpace(CalibratedAxis... axes)
public DefaultCalibratedSpace(List<CalibratedAxis> axes)
Copyright © 2014–2022 ImageJ. All rights reserved.