All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.awt.animation.AnimatedImageInfo

java.lang.Object
   |
   +----ncsa.hdf.awt.animation.AnimatedImageInfo

public class AnimatedImageInfo
extends Object
implements ImageObserver
This class define an animated image object, which keeps the image name, image source, and image transformation filter if possible.

Version:
2.00 9/3/97

Constructor Index

 o AnimatedImageInfo()
 o AnimatedImageInfo(Image, String)
 o AnimatedImageInfo(Image, String, int)

Method Index

 o getHeight()
 o getImage()
 o getImageSource()
 o getName()
 o getOrder()
 o getOrderInfo()
 o getWidth()
 o imageUpdate(Image, int, int, int, int, int)
 o setFilter(ImageFilter)
 o setImage(Image)
 o setName(String)
 o setOrder(int)
 o toString()

Constructors

 o AnimatedImageInfo
 public AnimatedImageInfo()
 o AnimatedImageInfo
 public AnimatedImageInfo(Image image,
                          String name)
 o AnimatedImageInfo
 public AnimatedImageInfo(Image image,
                          String name,
                          int order)

Methods

 o setName
 public void setName(String name)
 o getName
 public String getName()
 o setImage
 public void setImage(Image image)
 o getImage
 public Image getImage()
 o getImageSource
 public ImageProducer getImageSource()
 o setFilter
 public void setFilter(ImageFilter filter)
 o setOrder
 public void setOrder(int order)
 o getOrder
 public int getOrder()
 o getOrderInfo
 public String getOrderInfo()
 o getWidth
 public int getWidth()
 o getHeight
 public int getHeight()
 o toString
 public String toString()
Overrides:
toString in class Object
 o imageUpdate
 public boolean imageUpdate(Image img,
                            int infoflags,
                            int x,
                            int y,
                            int width,
                            int height)

All Packages  Class Hierarchy  This Package  Previous  Next  Index