|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.avh4.framework.uilayer.scene.SceneElement
net.avh4.framework.uilayer.scene.CompositeSceneElement
public abstract class CompositeSceneElement
| Field Summary |
|---|
| Fields inherited from class net.avh4.framework.uilayer.scene.SceneElement |
|---|
height, name, width, x, y |
| Constructor Summary | |
|---|---|
CompositeSceneElement(String name,
int x,
int y,
int width,
int height)
|
|
| Method Summary | |
|---|---|
abstract Iterable<SceneElement> |
getSceneElements()
|
| Methods inherited from class net.avh4.framework.uilayer.scene.SceneElement |
|---|
getHeight, getName, getWidth, getX, getY |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeSceneElement(String name,
int x,
int y,
int width,
int height)
| Method Detail |
|---|
public abstract Iterable<SceneElement> getSceneElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||