Enum Class RenderProgressStage

java.lang.Object
java.lang.Enum<RenderProgressStage>
com.datalogics.PDFL.RenderProgressStage
All Implemented Interfaces:
Serializable, Comparable<RenderProgressStage>, Constable

public enum RenderProgressStage extends Enum<RenderProgressStage>
  • Enum Constant Details

    • RENDER_PROG_UNKNOWN

      public static final RenderProgressStage RENDER_PROG_UNKNOWN
      Stage 0 (barber pole)
    • RENDER_PROG_STAGE_1

      public static final RenderProgressStage RENDER_PROG_STAGE_1
      Stage 1
    • RENDER_PROG_STAGE_2

      public static final RenderProgressStage RENDER_PROG_STAGE_2
      Stage 2
    • RENDER_PROG_STAGE_3

      public static final RenderProgressStage RENDER_PROG_STAGE_3
      Stage 3
    • RENDER_PROG_STAGE_4

      public static final RenderProgressStage RENDER_PROG_STAGE_4
      Stage 4
    • RENDER_PROG_STAGE_5

      public static final RenderProgressStage RENDER_PROG_STAGE_5
      Stage 5
    • RENDER_PROG_STAGE_6

      public static final RenderProgressStage RENDER_PROG_STAGE_6
      Stage 6
    • RENDER_PROG_STAGE_7

      public static final RenderProgressStage RENDER_PROG_STAGE_7
      Stage 7
    • RENDER_PROG_STAGE_8

      public static final RenderProgressStage RENDER_PROG_STAGE_8
      Stage 8
    • RENDER_PROG_STAGE_9

      public static final RenderProgressStage RENDER_PROG_STAGE_9
      Stage 9
    • RENDER_FLAT_ENTER_IN_FLATTENER

      public static final RenderProgressStage RENDER_FLAT_ENTER_IN_FLATTENER
      Begin Flattening
    • RENDER_FLAT_FIND_OBJECTS_INVOLVED_IN_TRANSPARENCY

      public static final RenderProgressStage RENDER_FLAT_FIND_OBJECTS_INVOLVED_IN_TRANSPARENCY
      Searching for Transparency
    • RENDER_FLAT_TEXT_HEURISTICS

      public static final RenderProgressStage RENDER_FLAT_TEXT_HEURISTICS
      Calculating Text Interactions
    • RENDER_FLAT_IDENTIFYING_COMPLEXITY_REGION

      public static final RenderProgressStage RENDER_FLAT_IDENTIFYING_COMPLEXITY_REGION
      Identifying Region
    • RENDER_FLAT_COMPUTING_COMPLEXITY_REGION_CLIPPATH

      public static final RenderProgressStage RENDER_FLAT_COMPUTING_COMPLEXITY_REGION_CLIPPATH
      Identifying Clip Path
    • RENDER_FLAT_ENTER_IN_PLANAR_MAP

      public static final RenderProgressStage RENDER_FLAT_ENTER_IN_PLANAR_MAP
      Planar Mapping
    • RENDER_FLAT_FLATTEN_ATOMIC_REGIONS

      public static final RenderProgressStage RENDER_FLAT_FLATTEN_ATOMIC_REGIONS
      Atomic Regions
    • RENDER_FLAT_RASTERIZING_COMPLEXITY_REGION

      public static final RenderProgressStage RENDER_FLAT_RASTERIZING_COMPLEXITY_REGION
      Rasterizing
  • Method Details

    • values

      public static RenderProgressStage[] 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

      public static RenderProgressStage valueOf(String name)
      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 name
      NullPointerException - if the argument is null