Package com.datalogics.PDFL
Enum Class RenderProgressStage
- All Implemented Interfaces:
Serializable,Comparable<RenderProgressStage>,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 InteractionsStage 1Stage 2Stage 3Stage 4Stage 5Stage 6Stage 7Stage 8Stage 9Stage 0 (barber pole) -
Method Summary
Modifier and TypeMethodDescriptionstatic RenderProgressStageReturns the enum constant of this class with the specified name.static RenderProgressStage[]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
-
RENDER_PROG_UNKNOWN
Stage 0 (barber pole) -
RENDER_PROG_STAGE_1
Stage 1 -
RENDER_PROG_STAGE_2
Stage 2 -
RENDER_PROG_STAGE_3
Stage 3 -
RENDER_PROG_STAGE_4
Stage 4 -
RENDER_PROG_STAGE_5
Stage 5 -
RENDER_PROG_STAGE_6
Stage 6 -
RENDER_PROG_STAGE_7
Stage 7 -
RENDER_PROG_STAGE_8
Stage 8 -
RENDER_PROG_STAGE_9
Stage 9 -
RENDER_FLAT_ENTER_IN_FLATTENER
Begin Flattening -
RENDER_FLAT_FIND_OBJECTS_INVOLVED_IN_TRANSPARENCY
Searching for Transparency -
RENDER_FLAT_TEXT_HEURISTICS
Calculating Text Interactions -
RENDER_FLAT_IDENTIFYING_COMPLEXITY_REGION
Identifying Region -
RENDER_FLAT_COMPUTING_COMPLEXITY_REGION_CLIPPATH
Identifying Clip Path -
RENDER_FLAT_ENTER_IN_PLANAR_MAP
Planar Mapping -
RENDER_FLAT_FLATTEN_ATOMIC_REGIONS
Atomic Regions -
RENDER_FLAT_RASTERIZING_COMPLEXITY_REGION
Rasterizing
-
-
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
-