net.avh4.framework.uilayer.scene
Class SceneOval

java.lang.Object
  extended by net.avh4.framework.uilayer.scene.SceneElementBase
      extended by net.avh4.framework.uilayer.scene.SceneOval
All Implemented Interfaces:
SceneElement

public class SceneOval
extends SceneElementBase


Field Summary
protected  int color
           
 
Fields inherited from class net.avh4.framework.uilayer.scene.SceneElementBase
height, hidden, name, width, x, y
 
Constructor Summary
SceneOval(int x, int y, int width, int height, int color)
           
 
Method Summary
 void draw(GraphicsOperations g, FontMetricsService fm)
           
 
Methods inherited from class net.avh4.framework.uilayer.scene.SceneElementBase
getHeight, getName, getWidth, getX, getY, isHidden, setHeight, setHidden, setWidth, setX, setY, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)
Method Detail

draw

public void draw(GraphicsOperations g,
                 FontMetricsService fm)


Copyright © 2012. All Rights Reserved.