apps.control.controlmenu
Class ControlMenu

java.lang.Object
  extended by apps.control.controlmenu.ControlMenu

public class ControlMenu
extends java.lang.Object

The Class ControlMenu.


Constructor Summary
ControlMenu(ContentSystem contentSystem, NetworkedContentManager networkedContentManager, SubAppMenu subAppMenu, BackgroundController backgroundController)
          Instantiates a new control menu.
 
Method Summary
 void setLocation(float x, float y)
          Sets the location.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlMenu

public ControlMenu(ContentSystem contentSystem,
                   NetworkedContentManager networkedContentManager,
                   SubAppMenu subAppMenu,
                   BackgroundController backgroundController)
Instantiates a new control menu.

Parameters:
contentSystem - the content system
networkedContentManager - the networked content manager
subAppMenu - the sub app menu
backgroundController - the background controller
Method Detail

setLocation

public void setLocation(float x,
                        float y)
Sets the location.

Parameters:
x - the x
y - the y