| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsdljavax.gui.Widget
sdljavax.gui.Container
sdljavax.gui.Window
public class Window
| Field Summary | 
|---|
| Fields inherited from class sdljavax.gui.Container | 
|---|
| children, mouseFocus, screenDimensions | 
| Fields inherited from class sdljavax.gui.Widget | 
|---|
| backgroundTexture, border, container, defaultFont, drawBorder, height, name, visible, width, xPos, yPos | 
| Constructor Summary | |
|---|---|
| Window(GL gl,
       java.lang.String name,
       SDLRect rect,
       SDLRect screenDimensions,
       java.lang.String backgroundTexturePath) | |
| Method Summary | |
|---|---|
|  void | draw(GL gl)Describe drawmethod here. | 
| Methods inherited from class sdljavax.gui.Container | 
|---|
| add, add, handleEvent, remove, setMouseFocus | 
| Methods inherited from class sdljavax.gui.Widget | 
|---|
| contains, contains, draw, getBackgroundTexture, getHeight, getName, getWidth, getX, getY, hide, isVisible, mouseEntered, mouseExit, setBackgroundTexture, setHeight, setName, setWidth, setX, setY, show | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Window(GL gl,
              java.lang.String name,
              SDLRect rect,
              SDLRect screenDimensions,
              java.lang.String backgroundTexturePath)
       throws java.io.IOException
java.io.IOException| Method Detail | 
|---|
public void draw(GL gl)
Widgetdraw method here.
draw in class Containergl - a GL value| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||