Package | Description |
---|---|
com.aspose.imaging.asynctask |
The namespace handles AsyncTask processing.
|
com.aspose.imaging.masking |
The namespace handles ImageMasking processing.
|
Modifier and Type | Method and Description |
---|---|
static IAsyncTask |
AsyncTask.create(AsyncTaskAction taskAction)
Creates the asynchronous task without any result.
|
static IAsyncTask |
AsyncTask.create(AsyncTaskFunc taskFunc)
Creates the asynchronous task with generic type result.
|
Modifier and Type | Method and Description |
---|---|
void |
CompleteCallback.run(IAsyncTask task,
boolean wasCancelled,
Throwable error)
Callback function to receive task completion event.
|
Modifier and Type | Method and Description |
---|---|
IAsyncTask |
IMaskingSession.decomposeAsync()
Creates the asynchronous task which can perform first rough decompose operation
|
IAsyncTask |
ImageMasking.decomposeAsync(MaskingOptions options)
Creates the asynchronous decompose task using specified masking options.
|
IAsyncTask |
IMaskingSession.improveDecompositionAsync(IMaskingArgs maskingArguments)
Creates the asynchronous task which can perform retraining decompose operation
|