sdl.video
Class SDLRect

java.lang.Object
  |
  +--sdl.video.SDLRect

public class SDLRect
extends java.lang.Object


Field Summary
 short m_Height
           
 short m_Width
           
 short m_X
           
 short m_Y
           
 
Constructor Summary
SDLRect(int handle)
           
SDLRect(int x, int y, int width, int height)
           
 
Method Summary
 void freeRect()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_X

public short m_X

m_Y

public short m_Y

m_Width

public short m_Width

m_Height

public short m_Height
Constructor Detail

SDLRect

public SDLRect(int x,
               int y,
               int width,
               int height)

SDLRect

public SDLRect(int handle)
Method Detail

freeRect

public void freeRect()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object