Uses of Enum
org.apache.commons.imaging.formats.icns.IcnsType
Packages that use IcnsType
-
Uses of IcnsType in org.apache.commons.imaging.formats.icns
Fields in org.apache.commons.imaging.formats.icns declared as IcnsTypeModifier and TypeFieldDescriptionprivate static final IcnsType[]
IcnsType.ALL_IMAGE_TYPES
private static final IcnsType[]
IcnsType.ALL_MASK_TYPES
Methods in org.apache.commons.imaging.formats.icns that return IcnsTypeModifier and TypeMethodDescriptionstatic 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
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 IcnsTypeModifier and TypeMethodDescriptionprivate 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 BufferedImage
IcnsDecoder.decodeImageImpl
(IcnsType imageType, IcnsImageParser.IcnsElement imageElement, IcnsImageParser.IcnsElement[] icnsElements) static IcnsType
IcnsType.find1BPPMaskType
(IcnsType imageType) static IcnsType
IcnsType.find8BPPMaskType
(IcnsType imageType)