IDensityData

public interface IDensityData

Interface describing density data

Since

4.0.2

Inheritors

Types

Link copied to clipboard
public class Companion

Functions

Link copied to clipboard
public abstract Integer getAutoIndex()

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

Link copied to clipboard
public abstract ScanMode getMode()

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

Link copied to clipboard
public abstract DensityStatus getStatus()

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

Link copied to clipboard
public abstract String getStatusLabel()

Density status label for this value

Link copied to clipboard
public abstract DoubleArray getValue()

Density values (4 channels, CMYK order)