net.avh4.framework.uilayer.scene
Class ScenePlaceholder

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

public class ScenePlaceholder
extends SceneElementBase


Field Summary
protected  int color
           
protected  int textColor
           
 
Fields inherited from class net.avh4.framework.uilayer.scene.SceneElementBase
height, hidden, name, width, x, y
 
Constructor Summary
ScenePlaceholder(String name, int x, int y, int width, int height)
           
 
Method Summary
 void draw(GraphicsOperations g, FontMetricsService fm)
           
 boolean equals(Object obj)
           
 
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

color

protected final int color

textColor

protected final int textColor
Constructor Detail

ScenePlaceholder

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

draw

public void draw(GraphicsOperations g,
                 FontMetricsService fm)


Copyright © 2012. All Rights Reserved.