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

Field Summary
private  java.awt.Graphics graphics
           
private  int height
           
 java.awt.Image image
           
private  int width
           
 
Constructor Summary
AlxBufferedImage(int width, int height, java.awt.Component pere)
           
 
Method Summary
 java.awt.Graphics getGraphics()
           
 int getHeight()
           
 int getWidth()
           
 void setRGB(int x, int y, int rvb)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

image

public java.awt.Image image

graphics

private java.awt.Graphics graphics

width

private int width

height

private int height
Constructor Detail

AlxBufferedImage

public AlxBufferedImage(int width,
                        int height,
                        java.awt.Component pere)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getGraphics

public java.awt.Graphics getGraphics()

setRGB

public void setRGB(int x,
                   int y,
                   int rvb)