Jpeg2000LoadOptions

Inheritance: java.lang.Object, com.aspose.psd.LoadOptions

public class Jpeg2000LoadOptions extends LoadOptions

JPEG2000 load options

Constructors

ConstructorDescription
Jpeg2000LoadOptions()Initializes a new instance of the Jpeg2000LoadOptions class.

Fields

FieldDescription
CustomFontSources_internalizedThe custom font sources

Methods

MethodDescription
equals(Object arg0)
getBufferSizeHint()Gets the buffer size hint which is defined max allowed size for all internal buffers.
getClass()
getDataBackgroundColor()Gets the Image background Color .
getDataRecoveryMode()Gets the data recovery mode.
getDefaultMaximumDecodingTime_internalized()Gets the default maximum decoding time.
getIgnoreAfterLoad_internalized()Gets a value indicating whether [ignore after load].
getMaximumDecodingTime()Gets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).
getMaximumDecodingTimeForTile()Gets the maximum decoding time for tile.
getProgressEventHandler()Gets the progress event handler.
getUseIccProfileConversion()Gets a value indicating whether ICC profile conversion should be applied.
getVentureLicense_internalized()This is part of the venture licensing pattern.
hashCode()
notify()
notifyAll()
setBufferSizeHint(int value)Sets the buffer size hint which is defined max allowed size for all internal buffers.
setDataBackgroundColor(Color value)Sets the Image background Color .
setDataRecoveryMode(int value)Sets the data recovery mode.
setDefaultMaximumDecodingTime_internalized(int value)Sets the default maximum decoding time.
setIgnoreAfterLoad_internalized(boolean value)Sets a value indicating whether [ignore after load].
setMaximumDecodingTime(int value)Sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).
setMaximumDecodingTimeForTile(int value)Sets the maximum decoding time for tile.
setMemMgr_internalized(MemMgr value)Gets or sets the memory MGR.
setProgressEventHandler(ProgressEventHandler value)Sets the progress event handler.
setUseIccProfileConversion(boolean value)Sets a value indicating whether ICC profile conversion should be applied.
setVentureLicense_internalized(Object value)This is part of the venture licensing pattern.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Jpeg2000LoadOptions()

public Jpeg2000LoadOptions()

Initializes a new instance of the Jpeg2000LoadOptions class.

CustomFontSources_internalized

public System.Collections.Generic.List<CustomFontSource> CustomFontSources_internalized

The custom font sources

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBufferSizeHint()

public final int getBufferSizeHint()

Gets the buffer size hint which is defined max allowed size for all internal buffers.

Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal buffers

Returns: int - the buffer size hint which is defined max allowed size for all internal buffers.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDataBackgroundColor()

public Color getDataBackgroundColor()

Gets the Image background Color .

Returns: Color - The background color.

Typically the background color is set whenever pixel value cannot be recovered due to data corruption.

getDataRecoveryMode()

public int getDataRecoveryMode()

Gets the data recovery mode.

Returns: int - The data recovery mode.

getDefaultMaximumDecodingTime_internalized()

public static int getDefaultMaximumDecodingTime_internalized()

Gets the default maximum decoding time.

Returns: int - The default maximum decoding time.

getIgnoreAfterLoad_internalized()

public boolean getIgnoreAfterLoad_internalized()

Gets a value indicating whether [ignore after load].

Returns: boolean - true if [ignore after load]; otherwise, false .

getMaximumDecodingTime()

public int getMaximumDecodingTime()

Gets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).

Returns: int - The maximum decoding time.

getMaximumDecodingTimeForTile()

public final int getMaximumDecodingTimeForTile()

Gets the maximum decoding time for tile.

Value: The maximum decoding time for tile.

Returns: int - the maximum decoding time for tile.

getProgressEventHandler()

public ProgressEventHandler getProgressEventHandler()

Gets the progress event handler.

Value: The progress event handler.

Returns: ProgressEventHandler - the progress event handler.

getUseIccProfileConversion()

public boolean getUseIccProfileConversion()

Gets a value indicating whether ICC profile conversion should be applied.

Returns: boolean

getVentureLicense_internalized()

public Object getVentureLicense_internalized()

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

Returns: java.lang.Object

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBufferSizeHint(int value)

public final void setBufferSizeHint(int value)

Sets the buffer size hint which is defined max allowed size for all internal buffers.

Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal buffers

Parameters:

ParameterTypeDescription
valueintthe buffer size hint which is defined max allowed size for all internal buffers.

setDataBackgroundColor(Color value)

public void setDataBackgroundColor(Color value)

Sets the Image background Color .

Parameters:

ParameterTypeDescription
valueColorThe background color.

Typically the background color is set whenever pixel value cannot be recovered due to data corruption. |

setDataRecoveryMode(int value)

public void setDataRecoveryMode(int value)

Sets the data recovery mode.

Parameters:

ParameterTypeDescription
valueintThe data recovery mode.

setDefaultMaximumDecodingTime_internalized(int value)

public static void setDefaultMaximumDecodingTime_internalized(int value)

Sets the default maximum decoding time.

Parameters:

ParameterTypeDescription
valueintThe default maximum decoding time.

setIgnoreAfterLoad_internalized(boolean value)

public void setIgnoreAfterLoad_internalized(boolean value)

Sets a value indicating whether [ignore after load].

Parameters:

ParameterTypeDescription
valuebooleantrue if [ignore after load]; otherwise, false .

setMaximumDecodingTime(int value)

public void setMaximumDecodingTime(int value)

Sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).

Parameters:

ParameterTypeDescription
valueintThe maximum decoding time.

setMaximumDecodingTimeForTile(int value)

public final void setMaximumDecodingTimeForTile(int value)

Sets the maximum decoding time for tile.

Value: The maximum decoding time for tile.

Parameters:

ParameterTypeDescription
valueintthe maximum decoding time for tile.

setMemMgr_internalized(MemMgr value)

public final void setMemMgr_internalized(MemMgr value)

Gets or sets the memory MGR.

Value: The memory MGR.

Parameters:

ParameterTypeDescription
valuecom.aspose.internal.memorymanagement.MemMgr

setProgressEventHandler(ProgressEventHandler value)

public void setProgressEventHandler(ProgressEventHandler value)

Sets the progress event handler.

Parameters:

ParameterTypeDescription
valueProgressEventHandlerthe progress event handler.

setUseIccProfileConversion(boolean value)

public void setUseIccProfileConversion(boolean value)

Sets a value indicating whether ICC profile conversion should be applied.

Parameters:

ParameterTypeDescription
valueboolean

setVentureLicense_internalized(Object value)

public void setVentureLicense_internalized(Object value)

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

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