net.avh4.framework.uilayer.scene
Class SceneElement

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

public abstract class SceneElement
extends java.lang.Object


Field Summary
protected  int height
           
protected  java.lang.String name
           
protected  int width
           
protected  int x
           
protected  int y
           
 
Constructor Summary
SceneElement(java.lang.String name, int x, int y, int width, int height)
           
 
Method Summary
 int getHeight()
           
 java.lang.String getName()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
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 int width

height

protected int height

name

protected final java.lang.String name
Constructor Detail

SceneElement

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

getName

public java.lang.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 © 2012. All Rights Reserved.