| Interface | Description |
|---|---|
| AutoscaleMethod<T extends RealType<T>> |
An algorithm for computing suitable display ranges from interval data.
|
| AutoscaleService |
Interface for service that works with autoscale algorithms.
|
| Class | Description |
|---|---|
| AbstractAutoscaleMethod<T extends RealType<T>> |
Abstract base class for
AutoscaleMethod plugins. |
| ConfidenceIntervalAutoscaleMethod<T extends RealType<T>> |
Computes a confidence interval containing percentages of the an entire set of
values in an
IterableInterval. |
| DataRange |
DataRange allows one to construct a real interval between two real values.
|
| DefaultAutoscaleMethod<T extends RealType<T>> |
Computes a data range from the entire set of values in an
IterableInterval. |
| DefaultAutoscaleService |
Default service for working with autoscale methods.
|
Copyright © 2014–2022 ImageJ. All rights reserved.