org.jfree.report.util
public final class ImageUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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