|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectImageUtilities
public class ImageUtilities
The ImageUtilities class provides the buffered images for the graphics. All images are offered by an image object with components such as width, height, and color information. The class ImageUtilities includes methods for waiting and obtaining the buffered images. There are no OS/Hardware dependencies and no variances. There is no need for any security constraints and no references to external specifications.
Constructor Summary | |
---|---|
ImageUtilities()
Constructs an ImageUtilities object. |
Method Summary | |
---|---|
static java.awt.image.BufferedImage |
getBufferedImage(java.lang.String imageFile,
java.awt.Component c)
Returns BufferedImage object that we look for. |
static boolean |
waitForImage(java.awt.Image image,
java.awt.Component c)
Waits for the image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageUtilities()
Method Detail |
---|
public static java.awt.image.BufferedImage getBufferedImage(java.lang.String imageFile, java.awt.Component c)
imageFile
- the string used to get an image to be passed for waiting for the image.c
- contains the information of the image.
public static boolean waitForImage(java.awt.Image image, java.awt.Component c)
image
- contains information about the image with its size.c
- the components of the image.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |