Package | Description |
---|---|
net.imagej.axis | |
net.imagej.interval | |
net.imagej.omero.roi | |
net.imagej.omero.roi.project | |
net.imagej.space | |
net.imagej.ui.swing.widget |
Modifier and Type | Interface and Description |
---|---|
interface |
CalibratedAxis
An axis with an associated
AxisType , unit and calibration. |
interface |
LinearAxis
A
CalibratedAxis that scales coordinates along the axis in a linear
fashion. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalibratedAxis
Abstract base class for
CalibratedAxis . |
class |
ChapmanRichardsAxis
Implement an axis that uses Chapman and Richards method of scaling.
|
class |
DefaultLinearAxis
Default implementation of
LinearAxis . |
class |
DefaultTypedAxis
Default implementation of
TypedAxis . |
class |
EnumeratedAxis
A
CalibratedAxis whose coordinate values are explicitly enumerated by
a list. |
class |
ExponentialAxis
ExponentialAxis is a
CalibratedAxis that scales raw values by the
equation y = a + b * exp(c + d*x) . |
class |
ExponentialRecoveryAxis
ExponentialRecoveryAxis is a
CalibratedAxis that scales raw values by
the equation y = a + b * (1 - exp(c + d*x)) . |
class |
GammaVariateAxis
GammaVariateAxis is a
CalibratedAxis that scales raw values by the
equation y = a * (x-b)^c*exp(-(x-b)/d) . |
class |
GaussianAxis
GaussianAxis is a
CalibratedAxis that scales raw values by the
equation y = a + (b-a)*exp(-(x-c)*(x-c)/(2*d*d)) . |
class |
IdentityAxis
IdentityAxis is a
CalibratedAxis whose raw and calibrated values are
the same. |
class |
InverseRodbardAxis
InverseRodbardAxis is a
CalibratedAxis that scales raw values by the
equation y = a*((x-b)/(c-x))^(1/d) . |
class |
LogLinearAxis
LogLinearAxis is a
CalibratedAxis that scales raw values by the
equation y = a + b * ln(c + d*x) . |
class |
PolynomialAxis
PolynomialAxis is a
CalibratedAxis that scale nonlinearly as a
polynomial of degree >= 2 . |
class |
PowerAxis
PowerAxis is a
CalibratedAxis that scales raw values by the equation
y = a + b*x^c. |
class |
RodbardAxis
RodbardAxis is a
CalibratedAxis that scales raw values by the
equation y = a + (b-a) / (1 + (x/c)^d) . |
class |
Variable1Axis
Abstract superclass for axes with one variable.
|
class |
Variable2Axis
Abstract superclass for axes with two variables.
|
class |
Variable3Axis
Abstract superclass for axes with three variables.
|
class |
Variable4Axis
Abstract superclass for axes with four variables.
|
class |
VariableAxis
An
CalibratedAxis whose calibration is defined by an equation with
one or more variables. |
Modifier and Type | Class and Description |
---|---|
class |
CombinedRealInterval<A extends TypedAxis,S extends TypedRealInterval<A>>
A
CombinedRealInterval is a RealInterval (specifically a
TypedRealInterval ) which is a union of other
TypedRealInterval s. |
interface |
TypedRealInterval<A extends TypedAxis>
A
RealInterval over a TypedSpace . |
Modifier and Type | Method and Description |
---|---|
default boolean |
OMERORealMaskRealInterval.testPosition(TypedAxis axis,
double position) |
default boolean |
OMERORealMask.testPosition(TypedAxis axis,
double position) |
Modifier and Type | Method and Description |
---|---|
OMERORealMask<?> |
OMEROROIElement.projectIntoSpace(TypedSpace<? extends TypedAxis> space) |
OMERORealMask<?> |
DefaultOMEROROIElement.projectIntoSpace(TypedSpace<? extends TypedAxis> space) |
Modifier and Type | Method and Description |
---|---|
O |
OMEROROIProjector.project(I source,
TypedSpace<? extends TypedAxis> space) |
OMERORealMask<?> |
DefaultOMEROROIProjector.project(OMERORealMask<?> source,
TypedSpace<? extends TypedAxis> space) |
Constructor and Description |
---|
ProjectedOMERORealMask(OMERORealMask<S> shape,
AnnotatedSpace<? extends TypedAxis> space) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypedSpace<A extends TypedAxis>
Abstract base class for
TypedSpace . |
class |
CombinedSpace<A extends TypedAxis,S extends TypedSpace<A>>
A
CombinedSpace is a EuclideanSpace (specifically a
TypedSpace ) which is a union of other TypedSpace s. |
interface |
TypedSpace<A extends TypedAxis>
A Euclidean space with typed dimensional axes.
|
Modifier and Type | Method and Description |
---|---|
static <A extends TypedAxis> |
SpaceUtils.getAxisTypes(TypedSpace<A> space)
Gets an array of
AxisType 's delineating the types of the axes of a
TypedSpace . |
Modifier and Type | Method and Description |
---|---|
void |
CombinedSpace.axes(A[] axes) |
Constructor and Description |
---|
AbstractTypedSpace(A... axes) |
DefaultTypedSpace(TypedAxis... axes) |
Constructor and Description |
---|
DefaultTypedSpace(List<TypedAxis> axes) |
Modifier and Type | Field and Description |
---|---|
protected TypedAxis[] |
SwingDimSelectionWidget.m_typedAxis |
Modifier and Type | Method and Description |
---|---|
TypedAxis[] |
SwingDimSelectionWidget.getValue() |
Copyright © 2014–2022 ImageJ. All rights reserved.