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