com.steema.teechart.drawing
Class BufferedImage
java.lang.Object
com.steema.teechart.drawing.BufferedImage
public class BufferedImage
- extends java.lang.Object
Field Summary |
protected net.rim.device.api.system.Bitmap |
bitmap
|
static java.lang.String |
TYPE_3BYTE_BGR
|
Constructor Summary |
BufferedImage(int i,
int j,
java.lang.String type3byteBgr)
|
Method Summary |
int |
getRGB(int x,
int z)
|
void |
setRGB(int i,
int j,
int rgb)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bitmap
protected net.rim.device.api.system.Bitmap bitmap
TYPE_3BYTE_BGR
public static final java.lang.String TYPE_3BYTE_BGR
BufferedImage
public BufferedImage(int i,
int j,
java.lang.String type3byteBgr)
getRGB
public int getRGB(int x,
int z)
setRGB
public void setRGB(int i,
int j,
int rgb)