org.xwt.plat
Class Win32.Win32Picture

java.lang.Object
  extended byorg.xwt.Picture
      extended byorg.xwt.plat.Win32.Win32Picture
Enclosing class:
Win32

public static class Win32.Win32Picture
extends Picture


Field Summary
 
Fields inherited from class org.xwt.Picture
res
 
Constructor Summary
Win32.Win32Picture(int[] data, int w, int h)
           
 
Method Summary
 int[] getData()
           
 int getHeight()
          the height of the picture
 int getWidth()
          the width of the picture
 void natInit()
           
 
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
 

Constructor Detail

Win32.Win32Picture

public Win32.Win32Picture(int[] data,
                          int w,
                          int h)
Method Detail

getWidth

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

Specified by:
getWidth in class Picture

getHeight

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

Specified by:
getHeight in class Picture

getData

public int[] getData()

natInit

public void natInit()