Interface IImageGenerator
-
- All Known Implementing Classes:
ImageGenerator
public interface IImageGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.image.BufferedImagecreateImage()java.awt.image.BufferedImagecreateImage(int width, int height)java.awt.image.BufferedImagecreateImage(int width, int height, int imageType)
-
-
-
Method Detail
-
createImage
java.awt.image.BufferedImage createImage() throws CreationException- Throws:
CreationException
-
createImage
java.awt.image.BufferedImage createImage(int width, int height) throws CreationException- Throws:
CreationException
-
createImage
java.awt.image.BufferedImage createImage(int width, int height, int imageType) throws CreationException- Throws:
CreationException
-
-