Uses of Enum
org.apache.commons.imaging.formats.icns.IcnsType
Packages that use IcnsType
-
Uses of IcnsType in org.apache.commons.imaging.formats.icns
Subclasses with type arguments of type IcnsType in org.apache.commons.imaging.formats.icnsFields in org.apache.commons.imaging.formats.icns declared as IcnsTypeModifier and TypeFieldDescriptionprivate static final IcnsType[]IcnsType.ALL_IMAGE_TYPESprivate static final IcnsType[]IcnsType.ALL_MASK_TYPESMethods in org.apache.commons.imaging.formats.icns that return IcnsTypeModifier and TypeMethodDescriptionstatic IcnsTypeIcnsType.find1BPPMaskType(IcnsType imageType) static IcnsTypeIcnsType.find8BPPMaskType(IcnsType imageType) static IcnsTypeIcnsType.findAnyType(int type) static IcnsTypeIcnsType.findImageType(int type) static IcnsTypeReturns 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 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 BufferedImageIcnsDecoder.decodeImageImpl(IcnsType imageType, IcnsImageParser.IcnsElement imageElement, IcnsImageParser.IcnsElement[] icnsElements) static IcnsTypeIcnsType.find1BPPMaskType(IcnsType imageType) static IcnsTypeIcnsType.find8BPPMaskType(IcnsType imageType)