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_TYPESprivate static IcnsType[]IcnsType. ALL_MASK_TYPESMethods in org.apache.commons.imaging.formats.icns that return IcnsType Modifier and Type Method Description static IcnsTypeIcnsType. find1BPPMaskType(IcnsType imageType)static IcnsTypeIcnsType. find8BPPMaskType(IcnsType imageType)static IcnsTypeIcnsType. findAnyType(int type)static IcnsTypeIcnsType. findImageType(int type)static IcnsTypeIcnsType. 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 voidIcnsDecoder. decode1BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)private static voidIcnsDecoder. decode32BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)private static voidIcnsDecoder. decode4BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)private static voidIcnsDecoder. decode8BPPImage(IcnsType imageType, byte[] imageData, ImageBuilder image)private static java.awt.image.BufferedImageIcnsDecoder. decodeImageImpl(IcnsType imageType, IcnsImageParser.IcnsElement imageElement, IcnsImageParser.IcnsElement[] icnsElements)static IcnsTypeIcnsType. find1BPPMaskType(IcnsType imageType)static IcnsTypeIcnsType. find8BPPMaskType(IcnsType imageType)
-