net.avh4.framework.uilayer.scene
Class SceneElement

java.lang.Object
  extended by net.avh4.framework.uilayer.scene.SceneElement
Direct Known Subclasses:
SceneImage, ScenePlaceholder, SceneRect, SceneText

public abstract class SceneElement
extends Object


Field Summary
protected  int height
           
protected  String name
           
protected  int width
           
protected  int x
           
protected  int y
           
 
Constructor Summary
SceneElement(String name, int x, int y, int width, int height)
           
 
Method Summary
 int getHeight()
           
 String getName()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected int x

y

protected int y

width

protected final int width

height

protected final int height

name

protected final String name
Constructor Detail

SceneElement

public SceneElement(String name,
                    int x,
                    int y,
                    int width,
                    int height)
Method Detail

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.