|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.media.Image
public abstract class Image
Abstract base class for images. An image is either a bitmapped "picture" or a vector "drawing".
Nested Class Summary | |
---|---|
static class |
Image.LoadTask
Task that executes an image load operation. |
Constructor Summary | |
---|---|
Image()
|
Method Summary | |
---|---|
Dimensions |
getSize()
|
static Image |
load(java.net.URL url)
|
static Image.LoadTask |
load(java.net.URL url,
TaskListener<Image> loadListener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface pivot.wtk.Visual |
---|
getHeight, getWidth, paint |
Constructor Detail |
---|
public Image()
Method Detail |
---|
public Dimensions getSize()
public static Image load(java.net.URL url)
public static Image.LoadTask load(java.net.URL url, TaskListener<Image> loadListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |