|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.ImageList
public class ImageList
| 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 |
|---|
public ImageList(int width,
int height)
width - height - | Method Detail |
|---|
public void Add(java.awt.Image image)
image - public void Add(java.net.URL imageUrl)
imageUrl - public java.awt.Image[] getImages()
public java.awt.Image get(int index)
index -
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||