public class ImageList extends Object
Constructor and Description |
---|
ImageList(int style) |
ImageList(int style,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
add(Image image) |
int |
addRef() |
void |
dispose() |
Image |
get(int index) |
long |
getHandle() |
Point |
getImageSize() |
int |
getStyle() |
int |
indexOf(Image image) |
void |
put(int index,
Image image) |
void |
remove(int index) |
int |
removeRef() |
int |
size() |
public ImageList(int style)
public ImageList(int style, int width, int height)
public int add(Image image)
public int addRef()
public void dispose()
public Image get(int index)
public int getStyle()
public long getHandle()
public Point getImageSize()
public int indexOf(Image image)
public void put(int index, Image image)
public void remove(int index)
public int removeRef()
public int size()
Copyright © 2017. All Rights Reserved.