Modifier and Type | Method and Description |
---|---|
default Optional<CalibratedAxis> |
Dataset.axis(AxisType type)
Gets the axis of the given type.
|
<T extends RealType<T>> |
DefaultDatasetService.create(ImgFactory<T> factory,
long[] dims,
String name,
AxisType[] axes) |
<T extends RealType<T>> |
DatasetService.create(ImgFactory<T> factory,
long[] dims,
String name,
AxisType[] axes)
Creates a new dataset using the provided
ImgFactory . |
<T extends RealType<T>> |
DefaultDatasetService.create(ImgFactory<T> factory,
T type,
long[] dims,
String name,
AxisType[] axes)
Deprecated.
|
<T extends RealType<T>> |
DatasetService.create(ImgFactory<T> factory,
T type,
long[] dims,
String name,
AxisType[] axes)
Deprecated.
|
Dataset |
DefaultDatasetService.create(long[] dims,
String name,
AxisType[] axes,
int bitsPerPixel,
boolean signed,
boolean floating) |
Dataset |
DatasetService.create(long[] dims,
String name,
AxisType[] axes,
int bitsPerPixel,
boolean signed,
boolean floating)
Creates a new dataset.
|
Dataset |
DefaultDatasetService.create(long[] dims,
String name,
AxisType[] axes,
int bitsPerPixel,
boolean signed,
boolean floating,
boolean virtual) |
Dataset |
DatasetService.create(long[] dims,
String name,
AxisType[] axes,
int bitsPerPixel,
boolean signed,
boolean floating,
boolean virtual)
Creates a new dataset.
|
<T extends RealType<T> & NativeType<T>> |
DefaultDatasetService.create(T type,
long[] dims,
String name,
AxisType[] axes) |
<T extends RealType<T> & NativeType<T>> |
DatasetService.create(T type,
long[] dims,
String name,
AxisType[] axes)
Creates a new dataset.
|
<T extends RealType<T> & NativeType<T>> |
DefaultDatasetService.create(T type,
long[] dims,
String name,
AxisType[] axes,
boolean virtual) |
<T extends RealType<T> & NativeType<T>> |
DatasetService.create(T type,
long[] dims,
String name,
AxisType[] axes,
boolean virtual)
Creates a new dataset.
|
default long |
Dataset.dimension(AxisType type)
Gets the length of the axis with the given
AxisType . |
int |
DefaultDataset.dimensionIndex(AxisType axis) |
int |
PositionableByAxis.getIntPosition(AxisType axis)
Returns the current position in a given dimension.
|
long |
PositionableByAxis.getLongPosition(AxisType axis)
Returns the current position in a given dimension.
|
void |
PositionableByAxis.setPosition(long position,
AxisType axis)
Sets the position of the element for one dimension.
|
Constructor and Description |
---|
ImgPlus(Img<T> img,
String name,
AxisType[] axes) |
ImgPlus(Img<T> img,
String name,
AxisType[] axisTypes,
double[] cal) |
ImgPlus(Img<T> img,
String name,
AxisType[] axisTypes,
double[] cal,
String[] units) |
Modifier and Type | Method and Description |
---|---|
AxisType |
Animation.getAxis()
Gets the axis over which to animate.
|
Modifier and Type | Method and Description |
---|---|
void |
Animation.setAxis(AxisType axis) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAxisType
Default
AxisType implementation. |
Modifier and Type | Field and Description |
---|---|
static AxisType |
Axes.CHANNEL
Identifies the Channel dimensional type, representing a generic
channel dimension.
|
static AxisType |
Axes.TIME
Identifies the Time dimensional type, representing a dimension
consisting of time points.
|
static AxisType |
Axes.X
Identifies the X dimensional type, representing a dimension in the
first (X) spatial dimension.
|
static AxisType |
Axes.Y
Identifies the Y dimensional type, representing a dimension in the
second (Y) spatial dimension.
|
static AxisType |
Axes.Z
Identifies the Z dimensional type, representing a dimension in the
third (Z) spatial dimension.
|
Modifier and Type | Method and Description |
---|---|
static AxisType |
Axes.get(String label)
Accessor for an AxisType of the given label.
|
static AxisType |
Axes.get(String label,
boolean spatial)
Accessor for an AxisType of the given label.
|
static AxisType[] |
Axes.knownTypes() |
AxisType |
TypedAxis.type()
Gets the type of the axis.
|
AxisType |
DefaultTypedAxis.type() |
static AxisType |
Axes.unknown()
Gets an "unknown" axis type.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultAxisType.compareTo(AxisType other) |
void |
TypedAxis.setType(AxisType type)
Sets the type of the axis.
|
void |
DefaultTypedAxis.setType(AxisType type) |
Constructor and Description |
---|
AbstractCalibratedAxis(AxisType type) |
AbstractCalibratedAxis(AxisType type,
String unit) |
ChapmanRichardsAxis(AxisType type,
String unit,
double a,
double b,
double c) |
DefaultLinearAxis(AxisType type)
Construct a LinearAxis of specified type.
|
DefaultLinearAxis(AxisType type,
double scale)
Construct a LinearAxis of specified type and scale.
|
DefaultLinearAxis(AxisType type,
double scale,
double origin)
Construct a LinearAxis of specified type, scale, and origin.
|
DefaultLinearAxis(AxisType type,
String unit)
Construct a LinearAxis of specified type and unit.
|
DefaultLinearAxis(AxisType type,
String unit,
double scale)
Construct a LinearAxis of specified type, unit, and scale.
|
DefaultLinearAxis(AxisType type,
String unit,
double scale,
double origin)
Construct a LinearAxis of specified type, unit, scale, and origin.
|
DefaultTypedAxis(AxisType type) |
EnumeratedAxis(AxisType type,
double[] values)
Creates an axis whose calibrated values are defined by the given
values array. |
EnumeratedAxis(AxisType type,
List<? extends Number> values)
Creates an axis whose calibrated values are defined by the given list of
values . |
EnumeratedAxis(AxisType type,
String unit,
double[] values)
Creates an axis whose calibrated values are defined by the given
values array. |
ExponentialAxis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
ExponentialRecoveryAxis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
GammaVariateAxis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
GaussianAxis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
IdentityAxis(AxisType type)
Constructs an IdentityAxis of the specified axis type.
|
IdentityAxis(AxisType type,
String unit)
Constructs an IdentityAxis of the specified axis type and unit.
|
InverseRodbardAxis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
LogLinearAxis(AxisType type) |
LogLinearAxis(AxisType type,
String unit) |
LogLinearAxis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
PolynomialAxis(AxisType type,
String unit,
double... coeffs) |
PowerAxis(AxisType type,
double power) |
PowerAxis(AxisType type,
String unit,
double a,
double b,
double c) |
RodbardAxis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
Variable1Axis(AxisType type) |
Variable1Axis(AxisType type,
String unit,
double a) |
Variable2Axis(AxisType type) |
Variable2Axis(AxisType type,
String unit,
double a,
double b) |
Variable3Axis(AxisType type) |
Variable3Axis(AxisType type,
String unit,
double a,
double b,
double c) |
Variable4Axis(AxisType type) |
Variable4Axis(AxisType type,
String unit,
double a,
double b,
double c,
double d) |
VariableAxis(AxisType type) |
VariableAxis(AxisType type,
String unit) |
Modifier and Type | Method and Description |
---|---|
AxisType |
ImageDisplay.getActiveAxis()
Gets the axis currently designated as active.
|
AxisType |
DefaultImageDisplay.getActiveAxis() |
Modifier and Type | Method and Description |
---|---|
int |
DefaultImageDisplay.dimensionIndex(AxisType axis) |
int |
DefaultImageDisplay.getIntPosition(AxisType axis) |
int |
AbstractDataView.getIntPosition(AxisType axis) |
long |
DefaultImageDisplay.getLongPosition(AxisType axis) |
long |
DefaultDatasetView.getLongPosition(AxisType axis) |
long |
AbstractDataView.getLongPosition(AxisType axis) |
void |
ImageDisplay.setActiveAxis(AxisType axis)
Sets the axis currently designated as active.
|
void |
DefaultImageDisplay.setActiveAxis(AxisType axis) |
void |
DefaultImageDisplay.setPosition(long position,
AxisType axis) |
void |
DefaultDatasetView.setPosition(long position,
AxisType axis) |
void |
AbstractDataView.setPosition(long position,
AxisType axis) |
Modifier and Type | Method and Description |
---|---|
AxisType |
DelayedPositionEvent.getAxis() |
AxisType |
AxisEvent.getAxis() |
Constructor and Description |
---|
AxisActivatedEvent(ImageDisplay display,
AxisType axis) |
AxisEvent(ImageDisplay display,
AxisType axis) |
AxisPositionEvent(ImageDisplay display,
AxisType axis) |
DelayedPositionEvent(ImageDisplay display,
AxisType axis) |
Modifier and Type | Method and Description |
---|---|
default AxisType[] |
OMERORealMask.requiredAxisTypes() |
Modifier and Type | Method and Description |
---|---|
static int[] |
SliceUtils.getAxesIndices(TypedSpace<?> input,
AxisType[] axisTypes) |
Modifier and Type | Method and Description |
---|---|
AxisType |
AnimationOptions.getAxis() |
Modifier and Type | Method and Description |
---|---|
void |
AnimationOptions.setAxis(AxisType axis) |
Modifier and Type | Method and Description |
---|---|
AxisType |
SetActiveAxis.getAxis() |
Modifier and Type | Method and Description |
---|---|
void |
SetActiveAxis.setAxis(AxisType axis) |
Modifier and Type | Method and Description |
---|---|
String |
DuplicateImage.setAxisRange(AxisType axis,
String axisDefinition,
boolean originIsOne)
Sets the range of values to copy from the input display for the given axis.
|
Modifier and Type | Method and Description |
---|---|
long |
NewImage.getDimension(AxisType axisType) |
void |
NewImage.setDimension(AxisType axisType,
long size) |
Modifier and Type | Method and Description |
---|---|
AxisType |
FlipAxis.getAxis() |
AxisType |
DeleteAxis.getAxis() |
AxisType |
AddData.getAxis() |
AxisType |
AddAxis.getAxis() |
AxisType |
EditAxes.getAxisType(int d) |
Modifier and Type | Method and Description |
---|---|
static void |
RestructureUtils.copyData(ImgPlus<? extends RealType<?>> srcImgPlus,
ImgPlus<? extends RealType<?>> dstImgPlus,
AxisType axis,
long srcStartPos,
long dstStartPos,
long numHyperplanes)
Copies a region of data from a srcImgPlus to a dstImgPlus.
|
static ImgPlus<? extends RealType<?>> |
RestructureUtils.createNewImgPlus(Dataset ds,
long[] dimensions,
AxisType[] axisTypes)
Creates a new
ImgPlus with specified dimensions and axes. |
static <T> ImgPlus<T> |
RestructureUtils.createNewImgPlus(ImgPlus<T> imgPlus,
long[] dimensions,
AxisType[] axisTypes)
Creates a new
ImgPlus with specified dimensions and axes. |
static long[] |
RestructureUtils.getDimensions(Dataset ds,
AxisType oneToModify,
long delta)
Gets the dimensions of the output data
|
void |
FlipAxis.setAxis(AxisType axisType) |
void |
DeleteAxis.setAxis(AxisType axis) |
void |
AddData.setAxis(AxisType axis) |
void |
AddAxis.setAxis(AxisType axis) |
void |
EditAxes.setAxisType(int d,
AxisType axisType) |
Modifier and Type | Method and Description |
---|---|
AxisType[] |
SamplingDefinition.getInputAxes()
Returns the
AxisType s that are present in the input data. |
AxisType[] |
SamplingDefinition.getOutputAxes()
Returns the set of
AxisType s that will be present in the output
data. |
Modifier and Type | Method and Description |
---|---|
boolean |
SamplingDefinition.constrain(AxisType axis,
AxisSubrange subrange)
Replaces the current constraining definition of a given axis within the
current SamplingDefinition with a given subrange.
|
double[] |
SamplingDefinition.getOutputCalibration(AxisType[] outputAxes)
Deprecated.
|
static SamplingDefinition |
SamplingDefinition.sampleCompositeUVPlane(ImageDisplay display,
AxisType uAxis,
AxisType vAxis)
A convenience method for defining a SamplingDefinition that returns a
composite (multichannel) UV plane of an ImageDisplay.
|
static SamplingDefinition |
SamplingDefinition.sampleUVPlane(ImageDisplay display,
AxisType uAxis,
AxisType vAxis)
A convenience method for defining a SamplingDefinition that returns a
single UV plane of an ImageDisplay.
|
Constructor and Description |
---|
AxisSubrange(ImageDisplay display,
AxisType axis,
String definition,
boolean originOne)
Create an AxisSubrange from a String definition.
|
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 |
---|---|
default int |
TypedSpace.dimensionIndex(AxisType axisType)
Gets the dimensional index of the axis with the given type.
|
int |
CombinedSpace.dimensionIndex(AxisType axis) |
Copyright © 2014–2022 ImageJ. All rights reserved.