|
||||||||||
| 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 java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
IcoUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List |
getListOfImageIcons(java.io.InputStream inputStream)
Return a list of the Images inside a ICO InputStream |
static java.util.List |
getListOfImageIcons(java.io.InputStream inputStream,
int bpp)
Return a list of the Images inside a ICO InputStream limited to a certain number of bits-per-pixel |
static java.util.List |
getListOfImageIcons(java.io.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(java.lang.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 java.lang.String SOURCECODE_VERSION
| Constructor Detail |
|---|
public IcoUtils()
| Method Detail |
|---|
public static java.util.List getListOfImageIcons(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOException
public static java.util.List getListOfImageIcons(java.io.InputStream inputStream,
int bpp)
throws java.io.IOException
java.io.IOException
public static java.util.List getListOfImageIcons(java.io.InputStream inputStream,
int minBPP,
int maxBPP,
int minColorCount,
int maxColorCount)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||