|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.util.ImageUtils
Provides utility methods for image creation and manipluation.
Method Summary | |
static javax.swing.Icon |
createTransparentIcon(int width,
int height)
Creates a transparent icon. |
static java.awt.image.BufferedImage |
createTransparentImage(int width,
int height)
Creates a transparent image. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.awt.image.BufferedImage createTransparentImage(int width, int height)
width
- the width.height
- the height.
public static javax.swing.Icon createTransparentIcon(int width, int height)
width
- the width of the new iconheight
- the height of the new icon
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |