Package com.datalogics.PDFL
Enum Class PrintProgressStage
- All Implemented Interfaces:
Serializable,Comparable<PrintProgressStage>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIdentifying Clip PathBegin FlatteningPlanar MappingSearching for TransparencyAtomic RegionsIdentifying RegionRasterizingCalculating Text InteractionsWillPrintPage or DidPrintPageStreaming (Page Level) TrapsCompiling (Document Level) ResourcesCompiling (Page Level) ResourcesBegin TrappingTrappingStreaming (Page Level) TrapsDocument TrailerStreaming (Document Level) FontStreaming (Document Level) ProcsetStreaming (Document Level) ResourceStreaming (Page Level) ContentStreaming (Page Level) Color Rendering DictionaryStreaming (Page Level) Color Space ArrayPage TrailerStreaming (Page Level) FontStreaming (Page Level) GradientStreaming (Page Level) ImageStreaming (Page Level) OPI ImageStreaming (Page Level) ImageStreaming (Page Level) ResourceStreaming (Page Level) Separation(s) -
Method Summary
Modifier and TypeMethodDescriptionstatic PrintProgressStageReturns the enum constant of this class with the specified name.static PrintProgressStage[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
PRINT_PROG_COMPILING_DOCUMENT_RESOURCES
Compiling (Document Level) Resources -
PRINT_PROG_COMPILING_PAGE_RESOURCES
Compiling (Page Level) Resources -
PRINT_PROG_STREAMING_DOCUMENT_FONT
Streaming (Document Level) Font -
PRINT_PROG_STREAMING_DOCUMENT_RESOURCE
Streaming (Document Level) Resource -
PRINT_PROG_STREAMING_PAGE_FONT
Streaming (Page Level) Font -
PRINT_PROG_STREAMING_PAGE_RESOURCE
Streaming (Page Level) Resource -
PRINT_PROG_STREAMING_PAGE_CONTENT
Streaming (Page Level) Content -
PRINT_PROG_STREAMING_PAGE_EPILOGUE
Page Trailer -
PRINT_PROG_STREAMING_DOCUMENT_EPILOGUE
Document Trailer -
PRINT_PROG_STREAMING_DOCUMENT_PROCSET
Streaming (Document Level) Procset -
PRINT_PROG_STREAMING_PAGE_SEPARATION
Streaming (Page Level) Separation(s) -
PRINT_PROG_STREAMING_PAGE_IMAGE
Streaming (Page Level) Image -
PRINT_PROG_STREAMING_PAGE_IMAGE_OPI
Streaming (Page Level) OPI Image -
PRINT_PROG_STREAMING_PAGE_CSA
Streaming (Page Level) Color Space Array -
PRINT_PROG_STREAMING_PAGE_CRD
Streaming (Page Level) Color Rendering Dictionary -
PRINT_PROG_STREAMING_PAGE_GRADIENT
Streaming (Page Level) Gradient -
PRINT_PROG_ON_HOST_TRAP_BEGIN_PAGE
Begin Trapping -
PRINT_PROG_SET_ON_HOST_TRAP_PROGRESS_PERCENT
Trapping -
PRINT_PROG_STREAMING_PAGE_IMAGE_PROGRESS_PERCENT
Streaming (Page Level) Image -
PRINT_PROG_BEGIN_STREAMING_TRAPS
Streaming (Page Level) Traps -
PRINT_PROG_SET_STREAMING_TRAP_PERCENT
Streaming (Page Level) Traps -
PRINT_FLAT_ENTER_IN_FLATTENER
Begin Flattening -
PRINT_FLAT_FIND_OBJECTS_INVOLVED_IN_TRANSPARENCY
Searching for Transparency -
PRINT_FLAT_TEXT_HEURISTICS
Calculating Text Interactions -
PRINT_FLAT_IDENTIFYING_COMPLEXITY_REGION
Identifying Region -
PRINT_FLAT_COMPUTING_COMPLEXITY_REGION_CLIPPATH
Identifying Clip Path -
PRINT_FLAT_ENTER_IN_PLANAR_MAP
Planar Mapping -
PRINT_FLAT_FLATTEN_ATOMIC_REGIONS
Atomic Regions -
PRINT_FLAT_RASTERIZING_COMPLEXITY_REGION
Rasterizing -
PRINT_PAGE
WillPrintPage or DidPrintPage
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-