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