wyvern.common.util
Class ImageList.ImageListItem

java.lang.Object
  extended bywyvern.common.util.ImageList.ImageListItem
Enclosing class:
ImageList

protected class ImageList.ImageListItem
extends java.lang.Object

This class keeps track of an image and some text. It also handles animating the image (eventually).


Constructor Summary
ImageList.ImageListItem(java.lang.String text, java.awt.Image image)
           
 
Method Summary
 java.awt.Color getForegroundColor()
           
 java.awt.Image getImage()
           
 java.lang.String getText()
           
 void setForegroundColor(java.awt.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageList.ImageListItem

public ImageList.ImageListItem(java.lang.String text,
                               java.awt.Image image)
Method Detail

setForegroundColor

public void setForegroundColor(java.awt.Color color)

getForegroundColor

public java.awt.Color getForegroundColor()

getText

public java.lang.String getText()

getImage

public java.awt.Image getImage()