wx
Class ImageList
java.lang.Object
wx.Object
wx.ImageList
- public class ImageList
- extends Object
Method Summary |
int |
add(Bitmap bitmap)
|
int |
add(Bitmap bitmap,
Bitmap mask)
|
int |
add(Bitmap bitmap,
Colour maskColour)
|
int |
add(Icon icon)
|
void |
delete()
|
boolean |
draw(int index,
DC dc,
int x,
int y)
|
boolean |
draw(int index,
DC dc,
int x,
int y,
int flags)
|
boolean |
draw(int index,
DC dc,
int x,
int y,
int flags,
boolean solidBackground)
|
Bitmap |
getBitmap(int index)
|
Icon |
getIcon(int index)
|
int |
getImageCount()
|
Size |
getSize(int index)
|
boolean |
remove(int index)
|
boolean |
removeAll()
|
boolean |
replace(int index,
Bitmap bitmap)
|
boolean |
replace(int index,
Icon icon)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMAGELIST_DRAW_NORMAL
public static final int IMAGELIST_DRAW_NORMAL
IMAGELIST_DRAW_TRANSPARENT
public static final int IMAGELIST_DRAW_TRANSPARENT
IMAGELIST_DRAW_SELECTED
public static final int IMAGELIST_DRAW_SELECTED
IMAGELIST_DRAW_FOCUSED
public static final int IMAGELIST_DRAW_FOCUSED
IMAGE_LIST_NORMAL
public static final int IMAGE_LIST_NORMAL
IMAGE_LIST_SMALL
public static final int IMAGE_LIST_SMALL
IMAGE_LIST_STATE
public static final int IMAGE_LIST_STATE
ImageList
public ImageList()
ImageList
public ImageList(int width,
int height,
boolean mask,
int initialCount)
ImageList
public ImageList(int width,
int height,
boolean mask)
ImageList
public ImageList(int width,
int height)
delete
public void delete()
- Overrides:
delete
in class Object
add
public int add(Bitmap bitmap,
Bitmap mask)
add
public int add(Bitmap bitmap)
add
public int add(Bitmap bitmap,
Colour maskColour)
add
public int add(Icon icon)
draw
public boolean draw(int index,
DC dc,
int x,
int y,
int flags,
boolean solidBackground)
draw
public boolean draw(int index,
DC dc,
int x,
int y,
int flags)
draw
public boolean draw(int index,
DC dc,
int x,
int y)
getBitmap
public Bitmap getBitmap(int index)
getIcon
public Icon getIcon(int index)
getImageCount
public int getImageCount()
getSize
public Size getSize(int index)
remove
public boolean remove(int index)
removeAll
public boolean removeAll()
replace
public boolean replace(int index,
Bitmap bitmap)
replace
public boolean replace(int index,
Icon icon)
© 2006 Amit G Mendapara.