Uses of Class
org.apache.commons.imaging.formats.icns.IcnsType
-
Packages that use IcnsType Package Description org.apache.commons.imaging.formats.icns The ICNS image format. -
-
Uses of IcnsType in org.apache.commons.imaging.formats.icns
Fields in org.apache.commons.imaging.formats.icns declared as IcnsType Modifier and Type Field Description private static IcnsType[]
IcnsType. ALL_IMAGE_TYPES
private static IcnsType[]
IcnsType. ALL_MASK_TYPES
Methods in org.apache.commons.imaging.formats.icns that return IcnsType Modifier and Type Method Description static IcnsType
IcnsType. find1BPPMaskType(IcnsType imageType)
static IcnsType
IcnsType. find8BPPMaskType(IcnsType imageType)
static IcnsType
IcnsType. findAnyType(int type)
static IcnsType
IcnsType. findImageType(int type)
static IcnsType
IcnsType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IcnsType[]
IcnsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.imaging.formats.icns with parameters of type IcnsType Modifier and Type Method Description private static void
IcnsDecoder. decode1BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)
private static void
IcnsDecoder. decode32BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)
private static void
IcnsDecoder. decode4BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)
private static void
IcnsDecoder. decode8BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)
private static java.awt.image.BufferedImage
IcnsDecoder. decodeImageImpl(IcnsType imageType, IcnsImageParser.IcnsElement imageElement, IcnsImageParser.IcnsElement[] icnsElements)
static IcnsType
IcnsType. find1BPPMaskType(IcnsType imageType)
static IcnsType
IcnsType. find8BPPMaskType(IcnsType imageType)
-