public class IconDescriptor extends Object
IconDescriptor is an image resource that needs to be processed
by higher level classes that can read, modify and display the image data.
IconDescriptor can be very expensive, is highly
recommended to cache the result when possible.| Constructor and Description |
|---|
IconDescriptor(ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
static IconDescriptor |
createFromClassloader(ClassLoader classloader,
String resource) |
boolean |
equals(Object obj) |
ByteBuffer |
getData() |
int |
hashCode() |
public IconDescriptor(ByteBuffer data)
public ByteBuffer getData()
public static IconDescriptor createFromClassloader(ClassLoader classloader, String resource) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.