|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.plugin.icon.ImageHook
public class ImageHook
An image loader for jar files
Copyright 2005 Stefan Sechelmann TU-Berlin
Constructor Summary | |
---|---|
ImageHook()
|
Method Summary | |
---|---|
static Icon |
getIcon(String filename)
|
static Icon |
getIcon(String filename,
int width,
int height)
|
static Image |
getImage(String filename)
|
static Image |
getImage(String filename,
int width,
int height)
|
static Image |
renderIcon(Icon icon)
|
static Icon |
scaleIcon(Icon icon,
int width,
int height)
|
static Image |
scaleImage(Image image,
int width,
int height)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageHook()
Method Detail |
---|
public static Image getImage(String filename)
public static Image getImage(String filename, int width, int height)
public static Icon getIcon(String filename)
public static Icon getIcon(String filename, int width, int height)
public static Image renderIcon(Icon icon)
public static Icon scaleIcon(Icon icon, int width, int height)
public static Image scaleImage(Image image, int width, int height)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |