java.io.Serializable, java.lang.Comparable<OpenJp2ImageWriteParam.ProgressionOrder>public static enum OpenJp2ImageWriteParam.ProgressionOrder extends java.lang.Enum<OpenJp2ImageWriteParam.ProgressionOrder>
| Modifier and Type | Method | Description |
|---|---|---|
static OpenJp2ImageWriteParam.ProgressionOrder |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OpenJp2ImageWriteParam.ProgressionOrder[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenJp2ImageWriteParam.ProgressionOrder LRCP
public static final OpenJp2ImageWriteParam.ProgressionOrder RLCP
public static final OpenJp2ImageWriteParam.ProgressionOrder RPCL
public static final OpenJp2ImageWriteParam.ProgressionOrder PCRL
public static final OpenJp2ImageWriteParam.ProgressionOrder CPRL
public static OpenJp2ImageWriteParam.ProgressionOrder[] values()
for (OpenJp2ImageWriteParam.ProgressionOrder c : OpenJp2ImageWriteParam.ProgressionOrder.values()) System.out.println(c);
public static OpenJp2ImageWriteParam.ProgressionOrder 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 nullCopyright © 2018. All rights reserved.