JpegLsPresetCodingParameters

Inheritance: java.lang.Object

public class JpegLsPresetCodingParameters

Defines the JPEG-LS preset coding parameters as defined in ISO/IEC 14495-1, C.2.4.1.1. JPEG-LS defines a default set of parameters, but custom parameters can be used. When used these parameters are written into the encoded bit stream as they are needed for the decoding process.

Constructors

ConstructorDescription
JpegLsPresetCodingParameters()

Methods

MethodDescription
equals(Object arg0)
getClass()
getMaximumSampleValue()Gets or sets the maximum possible value for any image sample in a scan.
getResetValue()Gets or sets the value at which the counters A, B, and N are halved.
getThreshold1()Gets or sets the first quantization threshold value for the local gradients.
getThreshold2()Gets or sets the second quantization threshold value for the local gradients.
getThreshold3()Gets or sets the third quantization threshold value for the local gradients.
hashCode()
notify()
notifyAll()
setMaximumSampleValue(int value)Gets or sets the maximum possible value for any image sample in a scan.
setResetValue(int value)Gets or sets the value at which the counters A, B, and N are halved.
setThreshold1(int value)Gets or sets the first quantization threshold value for the local gradients.
setThreshold2(int value)Gets or sets the second quantization threshold value for the local gradients.
setThreshold3(int value)Gets or sets the third quantization threshold value for the local gradients.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

JpegLsPresetCodingParameters()

public JpegLsPresetCodingParameters()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMaximumSampleValue()

public int getMaximumSampleValue()

Gets or sets the maximum possible value for any image sample in a scan. This must be greater than or equal to the actual maximum value for the components in a scan.

Returns: int

getResetValue()

public int getResetValue()

Gets or sets the value at which the counters A, B, and N are halved.

Returns: int

getThreshold1()

public int getThreshold1()

Gets or sets the first quantization threshold value for the local gradients.

Returns: int

getThreshold2()

public int getThreshold2()

Gets or sets the second quantization threshold value for the local gradients.

Returns: int

getThreshold3()

public int getThreshold3()

Gets or sets the third quantization threshold value for the local gradients.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setMaximumSampleValue(int value)

public void setMaximumSampleValue(int value)

Gets or sets the maximum possible value for any image sample in a scan. This must be greater than or equal to the actual maximum value for the components in a scan.

Parameters:

ParameterTypeDescription
valueint

setResetValue(int value)

public void setResetValue(int value)

Gets or sets the value at which the counters A, B, and N are halved.

Parameters:

ParameterTypeDescription
valueint

setThreshold1(int value)

public void setThreshold1(int value)

Gets or sets the first quantization threshold value for the local gradients.

Parameters:

ParameterTypeDescription
valueint

setThreshold2(int value)

public void setThreshold2(int value)

Gets or sets the second quantization threshold value for the local gradients.

Parameters:

ParameterTypeDescription
valueint

setThreshold3(int value)

public void setThreshold3(int value)

Gets or sets the third quantization threshold value for the local gradients.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int