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, setAxisclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaverageScaledimensionIndexaxes, axis, setAxisnumDimensionspublic 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.