|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sdl.video.SDLRect
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 |
public short m_X
public short m_Y
public short m_Width
public short m_Height
Constructor Detail |
public SDLRect(int x, int y, int width, int height)
public SDLRect(int handle)
Method Detail |
public void freeRect()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |