Observer

public enum Observer extends Enum<Observer>

Enum to describe the available options for reference observer

Entries

Link copied to clipboard

Observer defined by CIE1931 (2 degree)

Link copied to clipboard

Observer defined by CIE1964 (10 degree)

Link copied to clipboard

Other / unknown observer

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard
private final Byte byteValue

Unique ID for the observer

Link copied to clipboard
private final EnumEntries<Observer> entries

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final Integer fov

Field of view (i.e. - 2 or 10)

Link copied to clipboard
private final String fullName

Full name for display in UI (e.g. - '2°' for CIE1931)

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard
public final Byte getByteValue()

Unique ID for the observer

Link copied to clipboard

Enum to describe the available options for reference observer

Link copied to clipboard
public final Integer getFov()

Field of view (i.e. - 2 or 10)

Link copied to clipboard
public final String getFullName()

Full name for display in UI (e.g. - '2°' for CIE1931)

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final Observer valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<Observer> values()

Returns an array containing the constants of this enum type, in the order they're declared.