ij2x.ui.jai.imageio
Class PlanarImageLoadedEvent
java.lang.Object
java.util.EventObject
ij2x.ui.jai.imageio.PlanarImageLoadedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PlanarImageLoadedEvent
- extends java.util.EventObject
- implements java.io.Serializable
The event-state class for the planarImageLoaded event.
- Version:
- 1.0 26 Juli 2003
- Author:
- Mahdi Rawak
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlanarImageLoadedEvent
public PlanarImageLoadedEvent(java.lang.Object obj,
PlanarImage img)
- The PlanarImageLoadedEvent constructor.
- Parameters:
obj
- the source object.img
- the image that is sent to the target.
PlanarImageLoadedEvent
public PlanarImageLoadedEvent(java.lang.Object obj,
PlanarImage[] img)
- Parameters:
obj
- the source object.img
- an array of images to be sent to the target.
getImage
public PlanarImage getImage()
- Returns:
- the image.
getImages
public PlanarImage[] getImages()