|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.IcoUtils
public class IcoUtils
This class is a convenience wrapper on top of the AcLibIco - the ICO file library.
| Field Summary | |
|---|---|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
IcoUtils()
|
|
| Method Summary | |
|---|---|
static List |
getListOfImageIcons(InputStream inputStream)
Return a list of the Images inside a ICO InputStream |
static List |
getListOfImageIcons(InputStream inputStream,
int bpp)
Return a list of the Images inside a ICO InputStream limited to a certain number of bits-per-pixel |
static List |
getListOfImageIcons(InputStream inputStream,
int minBPP,
int maxBPP,
int minColorCount,
int maxColorCount)
Return a list of the Images inside a ICO InputStream with filtering on bits-per-pixel and the actual colorcount NOTE: even though BBP can be 8 or 24, the number of of colors can be 256 in both situations; filtering on colorcount would then return both icons. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SOURCECODE_VERSION
| Constructor Detail |
|---|
public IcoUtils()
| Method Detail |
|---|
public static List getListOfImageIcons(InputStream inputStream)
throws IOException
IOException
public static List getListOfImageIcons(InputStream inputStream,
int bpp)
throws IOException
IOException
public static List getListOfImageIcons(InputStream inputStream,
int minBPP,
int maxBPP,
int minColorCount,
int maxColorCount)
throws IOException
IOExceptionpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||