|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.ImageEvent
public class ImageEvent
An event which is generated every time an image of the Pedigree is requested through method getImage(BufferedImage[] bi) and is generated. Interested classes must register to receive these events using the Pedigree Instance's addImageListener() method.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ImageEvent(java.lang.Object source,
java.awt.image.BufferedImage bimage)
Creates a new instance of ImageEvent. |
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
getImage()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImageEvent(java.lang.Object source,
java.awt.image.BufferedImage bimage)
source - Pedigree instance from which the imageEvent was generatedbimage - The image for which this event was generated. This value will be null
if event is generated at the beggining of the image generation and may remain so
until such time as the image has been fully generated by the pedigree and is fully available| Method Detail |
|---|
public java.awt.image.BufferedImage getImage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||