| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.layouting.util.ImageUtilspublic class ImageUtilsextends java.lang.ObjectMethod Summary | |
static BufferedImage |
|
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.