Uses of Class
org.apache.commons.imaging.icc.IccTagTypes
-
Packages that use IccTagTypes Package Description org.apache.commons.imaging.icc ICC color profile. -
-
Uses of IccTagTypes in org.apache.commons.imaging.icc
Methods in org.apache.commons.imaging.icc that return IccTagTypes Modifier and Type Method Description static IccTagTypes
IccTagTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IccTagTypes[]
IccTagTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-