wx
Class Bitmap
java.lang.Object
wx.Object
wx.GDIObject
wx.Bitmap
- public class Bitmap
- extends GDIObject
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullBitmap
public static final Bitmap NullBitmap
Bitmap
public Bitmap()
Bitmap
public Bitmap(Bitmap bitmap)
Bitmap
public Bitmap(int width,
int height,
int depth)
Bitmap
public Bitmap(int width,
int height)
Bitmap
public Bitmap(java.lang.String name,
int type)
Bitmap
public Bitmap(java.lang.String name)
Bitmap
public Bitmap(Image img,
int depth)
Bitmap
public Bitmap(Image img)
delete
public void delete()
- Overrides:
delete
in class GDIObject
convertToImage
public Image convertToImage()
copyFromIcon
public boolean copyFromIcon(Icon icon)
getDepth
public int getDepth()
getHeight
public int getHeight()
getPalette
public Palette getPalette()
getMask
public Mask getMask()
getWidth
public int getWidth()
getSubBitmap
public Bitmap getSubBitmap(Rect rect)
loadFile
public boolean loadFile(java.lang.String name,
int type)
ok
public boolean ok()
saveFile
public boolean saveFile(java.lang.String name,
int type,
Palette palette)
saveFile
public boolean saveFile(java.lang.String name,
int type)
setDepth
public void setDepth(int depth)
setHeight
public void setHeight(int height)
setMask
public void setMask(Mask mask)
setPalette
public void setPalette(Palette palette)
setWidth
public void setWidth(int width)
© 2006 Amit G Mendapara.