DensityData

public final class DensityData implements IDensityData

Class describing density data

Constructors

Link copied to clipboard
public DensityData DensityData(IntArray lambda, FloatArray reflectance, ScanMode mode, DensityStatus status)

Properties

Link copied to clipboard
private final Integer autoIndex

Indicates which channel (0 - 3) in value has the strongest response, with greyness override.

Link copied to clipboard
public final static Double GREY_THRESHOLD
Link copied to clipboard
private final ScanMode mode

Scan mode for this value (one of ScanMode.M0, ScanMode.M1, or ScanMode.M2).

Link copied to clipboard
private final DensityStatus status

Density status for this value (one of DensityStatus.A, DensityStatus.E, DensityStatus.I, or DensityStatus.T)

Link copied to clipboard
private final String statusLabel

Density status label for this value

Link copied to clipboard
private final DoubleArray value

Density values (4 channels, CMYK order)

Functions

Link copied to clipboard

Indicates which channel (0 - 3) in value has the strongest response, with greyness override.

Link copied to clipboard
public ScanMode getMode()

Scan mode for this value (one of ScanMode.M0, ScanMode.M1, or ScanMode.M2).

Link copied to clipboard

Density status for this value (one of DensityStatus.A, DensityStatus.E, DensityStatus.I, or DensityStatus.T)

Link copied to clipboard

Density status label for this value

Link copied to clipboard

Density values (4 channels, CMYK order)