Uses of Class
org.apache.commons.imaging.formats.ico.IcoImageParser.IconInfo
-
Packages that use IcoImageParser.IconInfo Package Description org.apache.commons.imaging.formats.ico The ICO/CUR image formats. -
-
Uses of IcoImageParser.IconInfo in org.apache.commons.imaging.formats.ico
Fields in org.apache.commons.imaging.formats.ico declared as IcoImageParser.IconInfo Modifier and Type Field Description IcoImageParser.IconInfo
IcoImageParser.IconData. iconInfo
Methods in org.apache.commons.imaging.formats.ico that return IcoImageParser.IconInfo Modifier and Type Method Description private IcoImageParser.IconInfo
IcoImageParser. readIconInfo(java.io.InputStream is)
Methods in org.apache.commons.imaging.formats.ico with parameters of type IcoImageParser.IconInfo Modifier and Type Method Description private IcoImageParser.IconData
IcoImageParser. readBitmapIconData(byte[] iconData, IcoImageParser.IconInfo fIconInfo)
private IcoImageParser.IconData
IcoImageParser. readIconData(byte[] iconData, IcoImageParser.IconInfo fIconInfo)
Constructors in org.apache.commons.imaging.formats.ico with parameters of type IcoImageParser.IconInfo Constructor Description BitmapIconData(IcoImageParser.IconInfo iconInfo, IcoImageParser.BitmapHeader header, java.awt.image.BufferedImage bufferedImage)
IconData(IcoImageParser.IconInfo iconInfo)
PNGIconData(IcoImageParser.IconInfo iconInfo, java.awt.image.BufferedImage bufferedImage)
-