net.avh4.framework.uilayer.scene
Class ScenePlaceholder

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

public class ScenePlaceholder
extends SceneElement


Field Summary
protected  int color
           
protected  int textColor
           
 
Fields inherited from class net.avh4.framework.uilayer.scene.SceneElement
height, name, width, x, y
 
Constructor Summary
ScenePlaceholder(String name, int x, int y, int width, int height)
           
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class net.avh4.framework.uilayer.scene.SceneElement
getHeight, getName, getWidth, getX, getY
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, 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


Copyright © 2011. All Rights Reserved.