net.avh4.framework.uilayer.scene
Class SceneElement
java.lang.Object
net.avh4.framework.uilayer.scene.SceneElement
- Direct Known Subclasses:
- CompositeSceneElement, SceneImage, SceneLabel, SceneLine, SceneOval, 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 int width
height
protected 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()
setWidth
public void setWidth(int width)
setHeight
public void setHeight(int height)
setX
public void setX(int x)
setY
public void setY(int y)
Copyright © 2011. All Rights Reserved.