LumiSoft.UI.Controls
Class ImageList

java.lang.Object
  extended by LumiSoft.UI.Controls.ImageList

public class ImageList
extends java.lang.Object


Constructor Summary
ImageList(int width, int height)
          Default constructor.
 
Method Summary
 void Add(java.awt.Image image)
          Adds image to image to list.
 void Add(java.net.URL imageUrl)
          Adds image to image to list.
 java.awt.Image get(int index)
          Gets image from specified index.
 int getCount()
          Gets images count in list.
 java.awt.Image[] getImages()
          Gets images.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageList

public ImageList(int width,
                 int height)
Default constructor.

Parameters:
width -
height -
Method Detail

Add

public void Add(java.awt.Image image)
Adds image to image to list.

Parameters:
image -

Add

public void Add(java.net.URL imageUrl)
Adds image to image to list.

Parameters:
imageUrl -

getImages

public java.awt.Image[] getImages()
Gets images.

Returns:

get

public java.awt.Image get(int index)
Gets image from specified index.

Parameters:
index -
Returns:

getCount

public int getCount()
Gets images count in list.

Returns: