|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.esw.eengine.renderable.AbstractRenderable
de.esw.eengine.renderable.wtk.Component
de.esw.eengine.renderable.wtk.Container
de.esw.eengine.renderable.wtk.Window
public class Window
| Constructor Summary | |
|---|---|
Window(int x,
int y,
int width,
int height)
|
|
Window(java.awt.Rectangle extents)
|
|
| Method Summary |
|---|
| Methods inherited from class de.esw.eengine.renderable.wtk.Container |
|---|
addChild, getComponentAt, removeChild |
| Methods inherited from class de.esw.eengine.renderable.wtk.Component |
|---|
contains, getBorder, getBounds, getClientRect, getLocation, isActive, move, render, setActive, setBorder, setImage, setLocation, toggle |
| Methods inherited from class de.esw.eengine.renderable.AbstractRenderable |
|---|
blend, getAlpha, getName, setAlpha, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Window(int x,
int y,
int width,
int height)
x - X location of this Componenty - Y location of this Componentwidth - Width of this Componentheight - Height of this Componentpublic Window(java.awt.Rectangle extents)
extents - Extents of this Window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||