| java.lang.Object org.jfree.report.util.ImageUtils
ImageUtils | final public class ImageUtils (Code) | | Provides utility methods for image creation and manipluation.
author: Thomas Morgner |
createTransparentIcon | public static Icon createTransparentIcon(int width, int height)(Code) | | Creates a transparent icon. The Icon can be used for aligning menu items.
Parameters: width - the width of the new icon Parameters: height - the height of the new icon the created transparent icon. |
createTransparentImage | public static BufferedImage createTransparentImage(int width, int height)(Code) | | Creates a transparent image. These can be used for aligning menu items.
Parameters: width - the width. Parameters: height - the height. the created transparent image. |
|
|