public class ProgressEventHandlerInfo extends Object
This class represents information about image load/save/export operations progress, that can be used in external application to show conversion progress to end user
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description of the event
|
EventType |
getEventType()
Gets the type of the event.
|
int |
getMaxValue()
Gets the upper progress value limit.
|
int |
getValue()
Gets current progress value.
|
void |
setMaxValue(int value)
The upper progress value limit.
|
public final String getDescription()
Gets the description of the event
Value: The description.public final EventType getEventType()
Gets the type of the event.
Value: The type of the event.public final int getMaxValue()
Gets the upper progress value limit.
Value: The upper progress value limit.public final void setMaxValue(int value)
The upper progress value limit.
Value: The upper progress value limit.value
- the upper progress value limit.public final int getValue()
Gets current progress value.
Value: The progress value.