apps.diamondranking
Class DiamondRankingApp

java.lang.Object
  extended by com.jmex.game.state.GameState
      extended by synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
          extended by synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
              extended by apps.diamondranking.DiamondRankingApp

public class DiamondRankingApp
extends DefaultSynergyNetApp

The Class DiamondRankingApp.


Constructor Summary
DiamondRankingApp(ApplicationInfo info)
          Instantiates a new diamond ranking app.
 
Method Summary
 void addContent()
          Adds the content.
 boolean clicksOnCorners(ContentItem item, java.util.ArrayList<apps.diamondranking.DiamondRankingApp.CursorPoint> clickPoints)
          Clicks on corners.
 void onDeactivate()
          On deactivate.
 void stateUpdate(float tpf)
          State update.
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
init
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
cleanup, exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, onActivate, render, renderDebug, setActivationCount, setActive, setMenuController, setOrthoRenderPass, setRootNode, setWorldRenderPass, update
 
Methods inherited from class com.jmex.game.state.GameState
getName, getParent, isActive, setName, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiamondRankingApp

public DiamondRankingApp(ApplicationInfo info)
Instantiates a new diamond ranking app.

Parameters:
info - the info
Method Detail

addContent

public void addContent()
Description copied from class: SynergyNetApp
Adds the content.

Specified by:
addContent in class SynergyNetApp

clicksOnCorners

public boolean clicksOnCorners(ContentItem item,
                               java.util.ArrayList<apps.diamondranking.DiamondRankingApp.CursorPoint> clickPoints)
Clicks on corners.

Parameters:
item - the item
clickPoints - the click points
Returns:
true, if successful

onDeactivate

public void onDeactivate()
Description copied from class: SynergyNetApp
On deactivate.


stateUpdate

public void stateUpdate(float tpf)
Description copied from class: SynergyNetApp
State update.

Parameters:
tpf - the tpf