Jpeg2000LoadOptions
Inheritance: java.lang.Object, com.aspose.psd.LoadOptions
public class Jpeg2000LoadOptions extends LoadOptions
JPEG2000 load options
Constructors
Constructor | Description |
---|---|
Jpeg2000LoadOptions() | Initializes a new instance of the Jpeg2000LoadOptions class. |
Fields
Field | Description |
---|---|
CustomFontSources_internalized | The custom font sources |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int | the 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:
Parameter | Type | Description |
---|---|---|
value | Color | The 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:
Parameter | Type | Description |
---|---|---|
value | int | The data recovery mode. |
setDefaultMaximumDecodingTime_internalized(int value)
public static void setDefaultMaximumDecodingTime_internalized(int value)
Sets the default maximum decoding time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The default maximum decoding time. |
setIgnoreAfterLoad_internalized(boolean value)
public void setIgnoreAfterLoad_internalized(boolean value)
Sets a value indicating whether [ignore after load].
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | true 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:
Parameter | Type | Description |
---|---|---|
value | int | The 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:
Parameter | Type | Description |
---|---|---|
value | int | the 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:
Parameter | Type | Description |
---|---|---|
value | com.aspose.internal.memorymanagement.MemMgr |
setProgressEventHandler(ProgressEventHandler value)
public void setProgressEventHandler(ProgressEventHandler value)
Sets the progress event handler.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ProgressEventHandler | the progress event handler. |
setUseIccProfileConversion(boolean value)
public void setUseIccProfileConversion(boolean value)
Sets a value indicating whether ICC profile conversion should be applied.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |