Uses of Class
de.digitalcollections.openjpeg.lib.enums.PROG_ORDER
| Package | Description |
|---|---|
| de.digitalcollections.openjpeg.lib.enums | |
| de.digitalcollections.openjpeg.lib.structs |
-
Uses of PROG_ORDER in de.digitalcollections.openjpeg.lib.enums
Methods in de.digitalcollections.openjpeg.lib.enums that return PROG_ORDER Modifier and Type Method Description static PROG_ORDERPROG_ORDER. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PROG_ORDER[]PROG_ORDER. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PROG_ORDER in de.digitalcollections.openjpeg.lib.structs
Fields in de.digitalcollections.openjpeg.lib.structs with type parameters of type PROG_ORDER Modifier and Type Field Description jnr.ffi.Struct.Enum<PROG_ORDER>opj_cparameters. prog_orderprogression order (default OPJ_LRCP)