Encoder

Inheritance: java.lang.Object

public final class Encoder

An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter.

Constructors

ConstructorDescription
Encoder(UUID guid)Initializes a new instance of the Encoder class from the specified globally unique identifier (GUID).

Fields

FieldDescription
COMPRESSIONAn Encoder object that is initialized with the globally unique identifier for the compression parameter category.
COLOR_DEPTHAn Encoder object that is initialized with the globally unique identifier for the color depth parameter category.
SCAN_METHODRepresents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category.
VERSIONRepresents an Encoder object that is initialized with the globally unique identifier for the version parameter category.
RENDER_METHODRepresents an Encoder object that is initialized with the globally unique identifier for the render method parameter category.
QUALITYRepresents an Encoder object that is initialized with the globally unique identifier for the quality parameter category.
TRANSFORMATIONRepresents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category.
LUMINANCE_TABLERepresents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category.
CHROMINANCE_TABLEAn Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.
SAVE_FLAGRepresents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category.

Methods

MethodDescription
getGuid()Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.

Encoder(UUID guid)

public Encoder(UUID guid)

Initializes a new instance of the Encoder class from the specified globally unique identifier (GUID). The GUID specifies an image encoder parameter category.

Parameters:

ParameterTypeDescription
guidjava.util.UUIDA globally unique identifier that identifies an image encoder parameter category.

COMPRESSION

public static final Encoder COMPRESSION

An Encoder object that is initialized with the globally unique identifier for the compression parameter category.

COLOR_DEPTH

public static final Encoder COLOR_DEPTH

An Encoder object that is initialized with the globally unique identifier for the color depth parameter category.

SCAN_METHOD

public static final Encoder SCAN_METHOD

Represents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category.

VERSION

public static final Encoder VERSION

Represents an Encoder object that is initialized with the globally unique identifier for the version parameter category.

RENDER_METHOD

public static final Encoder RENDER_METHOD

Represents an Encoder object that is initialized with the globally unique identifier for the render method parameter category.

QUALITY

public static final Encoder QUALITY

Represents an Encoder object that is initialized with the globally unique identifier for the quality parameter category.

TRANSFORMATION

public static final Encoder TRANSFORMATION

Represents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category.

LUMINANCE_TABLE

public static final Encoder LUMINANCE_TABLE

Represents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category.

CHROMINANCE_TABLE

public static final Encoder CHROMINANCE_TABLE

An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category.

SAVE_FLAG

public static final Encoder SAVE_FLAG

Represents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category.

getGuid()

public UUID getGuid()

Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.

Returns: java.util.UUID