EventType

Inheritance: java.lang.Object, java.lang.Enum

public enum EventType extends Enum<EventType>

Cette énumération décrit les types d’événements de progression possibles qui peuvent survenir pendant les opérations de traitement d’images.

Champs

ChampDescription
RelativeProgressProgression relative de l’étape actuelle du traitement de l’opération
StageChangeL’étape suivante de l’opération a commencé
InitializationL’initialisation de l’opération
PreProcessingLe prétraitement
ProcessingLe traitement
FinalizationLa finalisation de l’opération

Méthodes

MéthodeDescription
values()
valueOf(String name)

RelativeProgress

public static final EventType RelativeProgress

Progression relative de l’étape actuelle du traitement de l’opération

StageChange

public static final EventType StageChange

L’étape suivante de l’opération a commencé

Initialization

public static final EventType Initialization

L’initialisation de l’opération

PreProcessing

public static final EventType PreProcessing

Le prétraitement

Processing

public static final EventType Processing

Le traitement

Finalization

public static final EventType Finalization

La finalisation de l’opération

values()

public static EventType[] values()

Returns: com.aspose.imaging.progressmanagement.EventType[]

valueOf(String name)

public static EventType valueOf(String name)

Parameters:

ParamètreTypeDescription
nomjava.lang.String

Returns: EventType