org.jfree.report.util
public final class ImageUtils extends Object
Method Summary | |
---|---|
static Icon | createTransparentIcon(int width, int height)
Creates a transparent icon. |
static BufferedImage | createTransparentImage(int width, int height)
Creates a transparent image. |
Parameters: width the width of the new icon height the height of the new icon
Returns: the created transparent icon.
Parameters: width the width. height the height.
Returns: the created transparent image.