ewe.graphics
Class ImageList
java.lang.Object
ewe.data.DataObject
ewe.util.Vector
ewe.graphics.ImageList
- All Implemented Interfaces:
- Comparable, Copyable, DataUnit
- public class ImageList
- extends Vector
| Methods inherited from class ewe.util.Vector |
add, add, add, addAll, addAll, addAll, addCopiesFrom, addElement, clear, compare, contains, copyCopiesFrom, copyFrom, copyInto, copyInto, del, elementAt, elements, find, find, get, getCount, getFullCopy, insert, insertElementAt, isEmpty, iterator, iterator, pop, push, remove, removeAllElements, removeElementAt, set, setElementAt, setSize, size, sort, sort, toArray, toArray, toObjectArray, toString, zero |
| Methods inherited from class ewe.data.DataObject |
_getSetField, appendAllFields, compareTo, copied, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew |
ImageList
public ImageList()
findImages
public ImageList findImages(Rect where,
ImageList dest)
findImages
public ImageList findImages(Rect where,
ImageList dest,
boolean doingOneImage)
findHotImages
public ImageList findHotImages(Point where,
ImageList dest)
findHotImage
public AniImage findHotImage(Point where)
moveOnTop
public boolean moveOnTop(AniImage which)
- Move the image to the top. Returns true if it was moved, false if it
was already on top.
moveToBack
public boolean moveToBack(AniImage which)