public enum PrintProgressStage extends java.lang.Enum<PrintProgressStage>
| Modifier and Type | Method and Description |
|---|---|
static PrintProgressStage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintProgressStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintProgressStage PRINT_PROG_COMPILING_DOCUMENT_RESOURCES
public static final PrintProgressStage PRINT_PROG_COMPILING_PAGE_RESOURCES
public static final PrintProgressStage PRINT_PROG_STREAMING_DOCUMENT_FONT
public static final PrintProgressStage PRINT_PROG_STREAMING_DOCUMENT_RESOURCE
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_FONT
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_RESOURCE
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_CONTENT
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_EPILOGUE
public static final PrintProgressStage PRINT_PROG_STREAMING_DOCUMENT_EPILOGUE
public static final PrintProgressStage PRINT_PROG_STREAMING_DOCUMENT_PROCSET
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_SEPARATION
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_IMAGE
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_IMAGE_OPI
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_CSA
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_CRD
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_GRADIENT
public static final PrintProgressStage PRINT_PROG_ON_HOST_TRAP_BEGIN_PAGE
public static final PrintProgressStage PRINT_PROG_SET_ON_HOST_TRAP_PROGRESS_PERCENT
public static final PrintProgressStage PRINT_PROG_STREAMING_PAGE_IMAGE_PROGRESS_PERCENT
public static final PrintProgressStage PRINT_PROG_BEGIN_STREAMING_TRAPS
public static final PrintProgressStage PRINT_PROG_SET_STREAMING_TRAP_PERCENT
public static final PrintProgressStage PRINT_FLAT_ENTER_IN_FLATTENER
public static final PrintProgressStage PRINT_FLAT_FIND_OBJECTS_INVOLVED_IN_TRANSPARENCY
public static final PrintProgressStage PRINT_FLAT_TEXT_HEURISTICS
public static final PrintProgressStage PRINT_FLAT_IDENTIFYING_COMPLEXITY_REGION
public static final PrintProgressStage PRINT_FLAT_COMPUTING_COMPLEXITY_REGION_CLIPPATH
public static final PrintProgressStage PRINT_FLAT_ENTER_IN_PLANAR_MAP
public static final PrintProgressStage PRINT_FLAT_FLATTEN_ATOMIC_REGIONS
public static final PrintProgressStage PRINT_FLAT_RASTERIZING_COMPLEXITY_REGION
public static final PrintProgressStage PRINT_PAGE
public static PrintProgressStage[] values()
for (PrintProgressStage c : PrintProgressStage.values()) System.out.println(c);
public static PrintProgressStage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null