org.jfree.layouting.util
public class ImageUtils extends Object
| Method Summary | |
|---|---|
| static BufferedImage | createTransparentImage(int width, int height)
Creates a transparent image. |
Parameters: width the width. height the height.
Returns: the created transparent image.