Uses of Class
org.apache.commons.imaging.formats.png.PngColorType
-
Packages that use PngColorType Package Description org.apache.commons.imaging.formats.png The PNG image format. -
-
Uses of PngColorType in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return PngColorType Modifier and Type Method Description static PngColorType
PngColorType. getColorType(int value)
static PngColorType
PngColorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PngColorType[]
PngColorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-