Package | Description |
---|---|
net.imagej.axis | |
net.imagej.space |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLinearAxis
Default implementation of
LinearAxis . |
Modifier and Type | Method and Description |
---|---|
LinearAxis |
LinearAxis.copy() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLinearSpace<A extends LinearAxis>
Abstract base class for
LinearSpace . |
interface |
LinearSpace<A extends LinearAxis>
A
CalibratedSpace whose axes are of type LinearAxis . |
Constructor and Description |
---|
AbstractLinearSpace(A... axes) |
DefaultLinearSpace(LinearAxis... axes) |
Constructor and Description |
---|
DefaultLinearSpace(List<LinearAxis> axes) |
Copyright © 2014–2022 ImageJ. All rights reserved.