Package-level declarations

Types

Link copied to clipboard
public final class ColorData implements IColorData

Class describing colorimetry data

Link copied to clipboard
public final class ColorUtils

Color math utility functions

Link copied to clipboard
public enum CommandStatus extends Enum<CommandStatus>

Enum describing the possible status of commands executed by the Nix device, as provided in the OnDeviceResultListener.

Link copied to clipboard
public final class DensityData implements IDensityData

Class describing density data

Link copied to clipboard
public enum DensityStatus extends Enum<DensityStatus>

Enum to describe the available options for density status

Link copied to clipboard
public final class DeviceCompat implements IDeviceCompat

Class describing the supported properties and methods for a Nix device.

Link copied to clipboard
public final class DeviceScanner implements IDeviceScanner

Class responsible for discovering nearby Nix devices.

Link copied to clipboard
public enum DeviceState extends Enum<DeviceState>

Enum describing the possible states of the IDeviceCompat

Link copied to clipboard
public enum DeviceStatus extends Enum<DeviceStatus>

Enum describing the possible causes of a device disconnection event in the IDeviceCompat.OnDeviceStateChangeListener

Link copied to clipboard
public enum DeviceType extends Enum<DeviceType>

Enum to describe the supported Nix device types

Link copied to clipboard
public final class DeviceVersion

Class to describe Nix device revisions

Link copied to clipboard
public interface IColorData

Interface describing colorimetry data

Link copied to clipboard
public interface IDensityData

Interface describing density data

Link copied to clipboard
public interface IDeviceCompat implements Comparable<IDeviceCompat>

Interface describing the supported properties and methods for a Nix device. IDeviceCompat objects are found nearby using the DeviceScanner.

Link copied to clipboard
public interface IDeviceScanner
Link copied to clipboard
public enum Illuminant extends Enum<Illuminant>

Enum to describe the available options for reference illuminant

Link copied to clipboard
public interface IMeasurementData

Interface defining the properties and methods provided by Nix device measurements

Link copied to clipboard
public interface ISpectralData

Interface describing spectral data obtained from a measurement

Link copied to clipboard
public enum LicenseFeature extends Enum<LicenseFeature>

Enum describing the optional features that can be enabled by the LicenseManager. Feature availability can be queried using LicenseManager.Shared.isFeatureEnabled.

Link copied to clipboard
public final class LicenseManager

Class used to manage the license for the Nix Universal SDK. Members of this class are not instantiated or accessed directly. Access to a single shared instance is provided via LicenseManager.Shared.

Link copied to clipboard

Enum describing the possible states of the LicenseManager.

Link copied to clipboard
public final class MeasurementData

Class describing measurement data from a Nix device

Link copied to clipboard
public enum Observer extends Enum<Observer>

Enum to describe the available options for reference observer

Link copied to clipboard
public interface OnDeviceResultListener

Definition for a callback providing the command result, invoked after executing an asynchronous command on an IDeviceCompat instance.

Link copied to clipboard
public enum ReferenceWhite extends Enum<ReferenceWhite>

Reference white point constants for valid combinations of Illuminant and Observer

Link copied to clipboard
public enum ScanMode extends Enum<ScanMode>

Enum to describe the measurements modes used by Nix devices

Link copied to clipboard
public final class SpectralData implements ISpectralData

Class describing spectral data obtained from a measurement