org.xwt.plat
Class AWT.AWTPicture

java.lang.Object
  extended byorg.xwt.Picture
      extended byorg.xwt.plat.AWT.AWTPicture
Enclosing class:
AWT

protected static class AWT.AWTPicture
extends Picture


Field Summary
 java.awt.Image i
           
 
Fields inherited from class org.xwt.Picture
res
 
Constructor Summary
AWT.AWTPicture(int[] b, int w, int h)
           
 
Method Summary
 int[] getData()
           
 int getHeight()
          the height of the picture
 int getWidth()
          the width of the picture
 
Methods inherited from class org.xwt.Picture
fromRes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public java.awt.Image i
Constructor Detail

AWT.AWTPicture

public AWT.AWTPicture(int[] b,
                      int w,
                      int h)
Method Detail

getHeight

public int getHeight()
Description copied from class: Picture
the height of the picture

Specified by:
getHeight in class Picture

getWidth

public int getWidth()
Description copied from class: Picture
the width of the picture

Specified by:
getWidth in class Picture

getData

public int[] getData()