org.jfree.layouting.util

Class ImageUtils

public class ImageUtils extends Object

Creation-Date: 28.11.2006, 12:27:05

Author: Thomas Morgner

Method Summary
static BufferedImagecreateTransparentImage(int width, int height)
Creates a transparent image.

Method Detail

createTransparentImage

public static BufferedImage createTransparentImage(int width, int height)
Creates a transparent image. These can be used for aligning menu items.

Parameters: width the width. height the height.

Returns: the created transparent image.