|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.util.images.ImageHandler
hep.wired.image.WiredBaseImage
public class WiredBaseImage
Facility class to load Images, Icons and Cursors.
Field Summary |
---|
Fields inherited from class org.freehep.util.images.ImageHandler |
---|
brokenCursor, brokenIcon, brokenImage |
Method Summary | |
---|---|
static Cursor |
getBestCursor(String name,
int width,
int height)
Returns the best cursor for given name, relative to this class. |
static Cursor |
getBestCursor(String name,
int width,
int height,
int x,
int y)
Returns the best cursor for given name, relative to this class. |
static Icon |
getIcon(String name)
Returns an icon for given name, relative to this class. |
static Icon |
getIcon(String name,
int size)
Returns an icon for given name, relative to this class. |
static Image |
getImage(String name)
Returns an image for given name, relative to this class. |
Methods inherited from class org.freehep.util.images.ImageHandler |
---|
getBestCursor, getBestCursor, getCursor, getCursor, getCursor, getCursor, getIcon, getIcon, getImage, getImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Image getImage(String name)
public static Cursor getBestCursor(String name, int width, int height)
public static Cursor getBestCursor(String name, int width, int height, int x, int y)
public static Icon getIcon(String name)
public static Icon getIcon(String name, int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |