| Package | Description |
|---|---|
| ij | |
| ij.gui | |
| ij.io | |
| ij.measure | |
| ij.process |
| Modifier and Type | Method | Description |
|---|---|---|
Calibration |
ImagePlus.getCalibration() |
Returns this image's calibration.
|
Calibration |
ImagePlus.getGlobalCalibration() |
Returns the system-wide calibration, or null.
|
Calibration |
ImagePlus.getLocalCalibration() |
Returns this image's local calibration, ignoring
the "Global" calibration flag.
|
static Calibration |
ImagePlus.getStaticGlobalCalibration() |
This is a version of getGlobalCalibration() that can be called from a static context.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ImagePlus.setCalibration(Calibration cal) |
Sets this image's calibration.
|
void |
ImagePlus.setGlobalCalibration(Calibration global) |
Sets the system-wide calibration.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Calibration |
HistogramWindow.cal |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Plot.adjustCalibration(Calibration cal) |
Adjusts a Calibration object to fit the current axes.
|
| Constructor | Description |
|---|---|
TextEncoder(ImageProcessor ip,
Calibration cal,
int precision) |
Constructs a TextEncoder from an ImageProcessor and optional Calibration.
|
| Modifier and Type | Method | Description |
|---|---|---|
Calibration |
Calibration.copy() |
Returns a clone of this object.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Calibration.equals(Calibration cal) |
Compares two Calibration objects for equality.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Calibration |
ImageStatistics.cal |
| Modifier and Type | Method | Description |
|---|---|---|
static ImageStatistics |
ImageStatistics.getStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
|
protected void |
ImageStatistics.saveThreshold(double minThreshold,
double maxThreshold,
Calibration cal) |
| Constructor | Description |
|---|---|
ByteStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
Constructs a ByteStatistics object from a ByteProcessor using
the specified measurement and calibration.
|
ColorStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
Constructs a ColorStatistics object from a ColorProcessor using
the specified measurement options.
|
FloatStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
Constructs a FloatStatistics object from a FloatProcessor
using the specified measurement options.
|
ShortStatistics(ImageProcessor ip,
int mOptions,
Calibration cal) |
Constructs a ShortStatistics object from a ShortProcessor using
the specified measurement options.
|