net.avh4.framework.uilayer.scene
Class SceneElement
java.lang.Object
net.avh4.framework.uilayer.scene.SceneElement
- Direct Known Subclasses:
- SceneImage, ScenePlaceholder, SceneRect, SceneText
public abstract class SceneElement
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
protected int x
y
protected int y
width
protected final int width
height
protected final int height
name
protected final String name
SceneElement
public SceneElement(String name,
int x,
int y,
int width,
int height)
getName
public String getName()
getWidth
public int getWidth()
getX
public int getX()
getHeight
public int getHeight()
getY
public int getY()
Copyright © 2011. All Rights Reserved.