Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.asynctask |
The namespace handles AsyncTask processing.
|
com.aspose.imaging.masking.options |
The namespace handles ImageMasking.Options processing.
|
Modifier and Type | Method and Description |
---|---|
ProgressEventHandler |
LoadOptions.getProgressEventHandler()
Gets the progress event handler.
|
ProgressEventHandler |
ImageOptionsBase.getProgressEventHandler()
Gets the progress event handler.
|
ProgressEventHandler |
Image.getProgressEventHandler()
Gets the progress event handler information.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadOptions.setProgressEventHandler(ProgressEventHandler value)
Sets the progress event handler.
|
void |
ImageOptionsBase.setProgressEventHandler(ProgressEventHandler value)
Sets the progress event handler.
|
Modifier and Type | Method and Description |
---|---|
ProgressEventHandler |
IAsyncTask.getProgressEventHandler()
Gets the progress event handler of the asynchronous task.
|
Modifier and Type | Method and Description |
---|---|
void |
IAsyncTask.setProgressEventHandler(ProgressEventHandler value)
Sets the progress event handler of the asynchronous task.
|
Modifier and Type | Method and Description |
---|---|
ProgressEventHandler |
AutoMaskingGraphCutOptions.getPrecalculationProgressEventHandler()
Gets the default points pre-calculation process progress event handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoMaskingGraphCutOptions.setPrecalculationProgressEventHandler(ProgressEventHandler value)
Sets the default points pre-calculation process progress event handler.
|
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.