net.avh4.framework.uilayer.scene
Class SceneObject<G>

java.lang.Object
  extended by net.avh4.framework.uilayer.scene.SceneObject<G>

public abstract class SceneObject<G>
extends Object


Field Summary
protected  int height
           
protected  int width
           
protected  int x
           
protected  int y
           
 
Constructor Summary
SceneObject(int x, int y, int width, int height)
           
 
Method Summary
abstract  void draw(G g)
           
 
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
Constructor Detail

SceneObject

public SceneObject(int x,
                   int y,
                   int width,
                   int height)
Method Detail

draw

public abstract void draw(G g)


Copyright © 2011. All Rights Reserved.