Compression

Inheritance: java.lang.Object

public class Compression

Contains the image compression settings.

Constructors

ConstructorDescription
Compression()

Methods

MethodDescription
getType()Gets the type.
setType(int value)Sets the type.
getJpeg()Gets the JPEG options.
setJpeg(JpegOptions value)Sets the JPEG options.
getJpeg2000()Gets the JPEG 2000 options.
setJpeg2000(Jpeg2000Options value)Sets the JPEG 2000 options.

Compression()

public Compression()

getType()

public final int getType()

Gets the type.

Returns: int

setType(int value)

public final void setType(int value)

Sets the type.

Parameters:

ParameterTypeDescription
valueint

getJpeg()

public final JpegOptions getJpeg()

Gets the JPEG options.

Returns: JpegOptions

setJpeg(JpegOptions value)

public final void setJpeg(JpegOptions value)

Sets the JPEG options.

Parameters:

ParameterTypeDescription
valueJpegOptions

getJpeg2000()

public final Jpeg2000Options getJpeg2000()

Gets the JPEG 2000 options.

Returns: Jpeg2000Options

setJpeg2000(Jpeg2000Options value)

public final void setJpeg2000(Jpeg2000Options value)

Sets the JPEG 2000 options.

Parameters:

ParameterTypeDescription
valueJpeg2000Options