Jpeg2000Options
Contents
[
Hide
]Inheritance: java.lang.Object, ImageOptionsBase
The Jpeg2000 file format options.
Constructors
| Constructor | Description |
|---|---|
| Jpeg2000Options() | Initializes a new instance of the Jpeg2000Options class. |
| Jpeg2000Options(Jpeg2000Options jpeg2000Options) | Initializes a new instance of the Jpeg2000Options class. |
Methods
| Method | Description |
|---|---|
| getTargetFormat() | |
| getComments() | Gets or sets the Jpeg comment markers. |
| setComments(String[] value) | Gets or sets the Jpeg comment markers. |
| getCodec() | Gets or sets the JPEG2000 codec |
| setCodec(int value) | Gets or sets the JPEG2000 codec |
Jpeg2000Options()
public Jpeg2000Options()
Initializes a new instance of the Jpeg2000Options class.
Jpeg2000Options(Jpeg2000Options jpeg2000Options)
public Jpeg2000Options(Jpeg2000Options jpeg2000Options)
Initializes a new instance of the Jpeg2000Options class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| jpeg2000Options | Jpeg2000Options | The Jpeg2000 file format options to copy settings from. |
getTargetFormat()
public long getTargetFormat()
Returns: long
getComments()
public String[] getComments()
Gets or sets the Jpeg comment markers.
Returns: String[] - The Jpeg comment markers.
setComments(String[] value)
public void setComments(String[] value)
Gets or sets the Jpeg comment markers.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String[] | The Jpeg comment markers. |
getCodec()
public int getCodec()
Gets or sets the JPEG2000 codec
Returns: int - The JPEG2000 codec
setCodec(int value)
public void setCodec(int value)
Gets or sets the JPEG2000 codec
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The JPEG2000 codec |