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
Constructor | Description |
---|---|
Encoder(UUID guid) | Initializes a new instance of the Encoder class from the specified globally unique identifier (GUID). |
Fields
Field | Description |
---|---|
COMPRESSION | An Encoder object that is initialized with the globally unique identifier for the compression parameter category. |
COLOR_DEPTH | An Encoder object that is initialized with the globally unique identifier for the color depth parameter category. |
SCAN_METHOD | Represents an Encoder object that is initialized with the globally unique identifier for the scan method parameter category. |
VERSION | Represents an Encoder object that is initialized with the globally unique identifier for the version parameter category. |
RENDER_METHOD | Represents an Encoder object that is initialized with the globally unique identifier for the render method parameter category. |
QUALITY | Represents an Encoder object that is initialized with the globally unique identifier for the quality parameter category. |
TRANSFORMATION | Represents an Encoder object that is initialized with the globally unique identifier for the transformation parameter category. |
LUMINANCE_TABLE | Represents an Encoder object that is initialized with the globally unique identifier for the luminance table parameter category. |
CHROMINANCE_TABLE | An Encoder object that is initialized with the globally unique identifier for the chrominance table parameter category. |
SAVE_FLAG | Represents an Encoder object that is initialized with the globally unique identifier for the save flag parameter category. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
guid | java.util.UUID | A 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