| 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.multithreading |
The namespace contains Multithreading classes.
|
| Modifier and Type | Method and Description |
|---|---|
InterruptMonitor |
Image.getInterruptMonitor()
Gets the interrupt monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setInterruptMonitor(InterruptMonitor value)
Sets the interrupt monitor.
|
| Modifier and Type | Method and Description |
|---|---|
static InterruptMonitor |
InterruptMonitor.getThreadLocalInstance()
Gets or sets the InterruptMonitor instance which is unique for each thread.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InterruptMonitor.setThreadLocalInstance(InterruptMonitor value)
Gets or sets the InterruptMonitor instance which is unique for each thread.
|