mWaba.gui.graphics
Class ImageList

java.lang.Object
  |
  +--mWaba.Vector
        |
        +--mWaba.mVector
              |
              +--mWaba.gui.graphics.ImageList

public class ImageList
extends mVector


Fields inherited from class mWaba.Vector
count, incSize, items
 
Constructor Summary
ImageList()
           
 
Method Summary
 AniImage findHotImage(Point where)
           
 ImageList findHotImages(Point where, ImageList dest)
           
 ImageList findImages(waba.fx.Rect where, ImageList dest)
           
 void moveOnTop(AniImage which)
           
 void moveToBack(AniImage which)
           
 
Methods inherited from class mWaba.mVector
add, compare
 
Methods inherited from class mWaba.Vector
addElement, clear, contains, elementAt, elements, elements, ensureCapacity, firstElement, indexOf, indexOf, insertElementAt, lastElement, moreSpace, removeElement, removeElementAt, setElementAt, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageList

public ImageList()
Method Detail

findImages

public ImageList findImages(waba.fx.Rect where,
                            ImageList dest)

findHotImages

public ImageList findHotImages(Point where,
                               ImageList dest)

findHotImage

public AniImage findHotImage(Point where)

moveOnTop

public void moveOnTop(AniImage which)

moveToBack

public void moveToBack(AniImage which)