alxtree
Class AlxBufferedImage
java.lang.Object
|
+--alxtree.AlxBufferedImage
- public class AlxBufferedImage
- extends java.lang.Object
Titre : AlxBufferedImage
Description : pour tenter de remplacer le BufferedImage
du SDK1.2
- Version:
- 1.0
- Author:
- Alexandre Alapetite
- See Also:
BufferedImage
Constructor Summary |
AlxBufferedImage(int width,
int height,
java.awt.Component pere)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
image
public java.awt.Image image
graphics
private java.awt.Graphics graphics
width
private int width
height
private int height
AlxBufferedImage
public AlxBufferedImage(int width,
int height,
java.awt.Component pere)
getWidth
public int getWidth()
getHeight
public int getHeight()
getGraphics
public java.awt.Graphics getGraphics()
setRGB
public void setRGB(int x,
int y,
int rvb)