net.avh4.framework.uilayer.scene
Class SceneOval

java.lang.Object
  extended by net.avh4.framework.uilayer.scene.SceneElement
      extended by net.avh4.framework.uilayer.scene.SceneOval

public class SceneOval
extends SceneElement


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

Field Detail

color

protected final int color
Constructor Detail

SceneOval

public SceneOval(int x,
                 int y,
                 int width,
                 int height,
                 int color)


Copyright © 2011. All Rights Reserved.