Modifier and Type | Interface and Description |
---|---|
interface |
AutoscaleMethod<T extends RealType<T>>
An algorithm for computing suitable display ranges from interval data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAutoscaleMethod<T extends RealType<T>>
Abstract base class for
AutoscaleMethod plugins. |
class |
ConfidenceIntervalAutoscaleMethod<T extends RealType<T>>
Computes a confidence interval containing percentages of the an entire set of
values in an
IterableInterval . |
class |
DefaultAutoscaleMethod<T extends RealType<T>>
Computes a data range from the entire set of values in an
IterableInterval . |
Modifier and Type | Interface and Description |
---|---|
interface |
DatasetView
|
interface |
DataView
Interface for data views.
|
interface |
OverlayView
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataView
Abstract superclass for
DataView s. |
class |
DefaultDatasetView
A view into a
Dataset , for use with a ImageDisplay . |
class |
DefaultOverlayView
A view into an
Overlay , for use with a ImageDisplay . |
Modifier and Type | Interface and Description |
---|---|
interface |
MinMaxMethod<T extends Type<T> & Comparable<T>>
The MinMaxMethod is used to find the minimum and maximum values of an
interval.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMinMaxMethod<T extends Type<T> & Comparable<T>>
Abstract superclass for
MinMaxMethod implementations. |
class |
DefaultMinMaxMethod<T extends Type<T> & Comparable<T>>
A
MinMaxMethod implementation that forks
net.imglib2.algorithm.stats.ComputeMinMax . |
Modifier and Type | Class and Description |
---|---|
class |
SFTPFileUploader
Uploads files to an update server using only SFTP protocol.
|
class |
SSHFileUploader
Uploads files to an update server using SSH.
|
Modifier and Type | Class and Description |
---|---|
class |
WebDAVUploader
Uploads files to an update server using WebDAV.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataType<T extends NumericType<T>>
DataType represents information about pixel types.
|
Modifier and Type | Class and Description |
---|---|
class |
DataType128BitSignedComplexFloat
DataType definition for 128-bit complex float numbers. |
class |
DataType12BitUnsignedInteger
DataType definition for 12-bit unsigned integers. |
class |
DataType16BitSignedInteger
DataType definition for 16-bit signed integers. |
class |
DataType16BitUnsignedInteger
DataType definition for 16-bit unsigned integers. |
class |
DataType1BitUnsignedInteger
DataType definition for 1-bit unsigned integers. |
class |
DataType32BitSignedFloat
DataType definition for 32-bit floats. |
class |
DataType32BitSignedInteger
DataType definition for 32-bit signed integers. |
class |
DataType32BitUnsignedInteger
DataType definition for 32-bit unsigned integers. |
class |
DataType64BitSignedComplexFloat
DataType definition for 64-bit complex float numbers. |
class |
DataType64BitSignedFloat
DataType definition for 64-bit floats. |
class |
DataType64BitSignedInteger
DataType definition for 64-bit signed integers. |
class |
DataType8BitSignedInteger
DataType definition for 8-bit signed integers. |
class |
DataType8BitUnsignedInteger
DataType definition for 8-bit unsigned integers. |
class |
DataTypeBoolean
DataType definition for boolean. |
class |
DataTypeVariableBitSignedComplexFloat
DataType definition for variable bit complex numbers. |
class |
DataTypeVariableBitSignedFloat
DataType definition for variable bit floats. |
class |
DataTypeVariableBitSignedInteger
DataType definition for variable bit signed integers. |
Modifier and Type | Interface and Description |
---|---|
interface |
JHotDrawAdapter<F extends Figure>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJHotDrawAdapter<O extends Overlay,F extends Figure>
An abstract class that gives default behavior for the
JHotDrawAdapter
interface. |
class |
AngleJHotDrawAdapter
JHotDraw adapter for angle overlays.
|
class |
DefaultJHotDrawAdapter
The default adapter handles any kind of overlay.
|
class |
EllipseJHotDrawAdapter
JHotDraw adapter for ellipse overlays.
|
class |
GeneralPathJHotDrawAdapter
JHotDraw adapter for composite area selections.
|
class |
LineJHotDrawAdapter
JHotDraw adapter for line overlays.
|
class |
PointJHotDrawOverlay
JHotDraw adapter for point tool.
|
class |
PolygonJHotDrawAdapter
JHotDraw adapter for polygon/freehand overlays.
|
class |
PolylineJHotDrawAdapter
JHotDraw adapter for multi-segmented lines
|
class |
RectangleJHotDrawAdapter
JHotDraw adapter for rectangle overlays.
|
class |
ThresholdJHotDrawAdapter
JHotDraw adapter for threshold overlays.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Uploader
Interface for ImageJ upload mechanisms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUploader
Abstract base class for ImageJ upload mechanisms.
|
class |
FileUploader
This FileUploader is highly specialized to upload files and XML information
over to ImageJ2 Update sites.
|
Copyright © 2014–2022 ImageJ. All rights reserved.