Jpeg2000Options

Inheritance: java.lang.Object, ImageOptionsBase

The Jpeg2000 file format options.

Constructors

ConstructorDescription
Jpeg2000Options()Initializes a new instance of the Jpeg2000Options class.
Jpeg2000Options(Jpeg2000Options jpeg2000Options)Initializes a new instance of the Jpeg2000Options class.

Methods

MethodDescription
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:

ParameterTypeDescription
jpeg2000OptionsJpeg2000OptionsThe 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:

ParameterTypeDescription
valueString[]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:

ParameterTypeDescription
valueintThe JPEG2000 codec