Packages

 

com.aspose.psd.progressmanagement

Class ProgressEventHandlerInfo



  • 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

    • Method Detail

      • getDescription

        public final String getDescription()

        Gets the description of the event

        Value: The description.
        Returns:
        the description of the event
      • getEventType

        public final EventType getEventType()

        Gets the type of the event.

        Value: The type of the event.
        Returns:
        the type of the event.
      • getMaxValue

        public final int getMaxValue()

        Gets the upper progress value limit.

        Value: The upper progress value limit.
        Returns:
        the upper progress value limit.
      • setMaxValue

        public final void setMaxValue(int value)

        The upper progress value limit.

        Value: The upper progress value limit.
        Parameters:
        value - the upper progress value limit.
      • getValue

        public final int getValue()

        Gets current progress value.

        Value: The progress value.
        Returns:
        current progress value.