Uses of Class
de.digitalcollections.turbojpeg.lib.enums.TJXOP
-
Packages that use TJXOP Package Description de.digitalcollections.turbojpeg.lib.enums -
-
Uses of TJXOP in de.digitalcollections.turbojpeg.lib.enums
Methods in de.digitalcollections.turbojpeg.lib.enums that return TJXOP Modifier and Type Method Description static TJXOPTJXOP. valueOf(String name)Returns the enum constant of this type with the specified name.static TJXOP[]TJXOP. values()Returns an array containing the constants of this enum type, in the order they are declared.
-