org.rubato.rubettes.bigbang.view.subview.multitouch
Class BigBangScene

java.lang.Object
  extended by org.mt4j.sceneManagement.AbstractScene
      extended by org.rubato.rubettes.bigbang.view.subview.multitouch.BigBangScene
All Implemented Interfaces:
org.mt4j.sceneManagement.Iscene

public class BigBangScene
extends org.mt4j.sceneManagement.AbstractScene


Constructor Summary
BigBangScene(org.mt4j.MTApplication mtApplication, ViewController controller)
           
 
Method Summary
 org.mt4j.components.MTComponent getAxesLayer()
           
 org.mt4j.input.inputProcessors.componentProcessors.lassoProcessor.LassoProcessor getLassoProcessor()
           
 org.mt4j.components.MTComponent getNoteLayer()
           
 void init()
           
 void shutDown()
           
 
Methods inherited from class org.mt4j.sceneManagement.AbstractScene
destroy, drawAndUpdate, getCanvas, getClearColor, getGlobalInputProcessors, getMTApplication, getName, getSceneCam, getTransition, isClear, registerGlobalInputProcessor, registerPreDrawAction, setClear, setClearColor, setName, setSceneCam, setTransition, unregisterGlobalInputProcessor, unregisterPreDrawAction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigBangScene

public BigBangScene(org.mt4j.MTApplication mtApplication,
                    ViewController controller)
Method Detail

getAxesLayer

public org.mt4j.components.MTComponent getAxesLayer()

getNoteLayer

public org.mt4j.components.MTComponent getNoteLayer()

getLassoProcessor

public org.mt4j.input.inputProcessors.componentProcessors.lassoProcessor.LassoProcessor getLassoProcessor()

init

public void init()
Specified by:
init in interface org.mt4j.sceneManagement.Iscene
Specified by:
init in class org.mt4j.sceneManagement.AbstractScene

shutDown

public void shutDown()
Specified by:
shutDown in interface org.mt4j.sceneManagement.Iscene
Specified by:
shutDown in class org.mt4j.sceneManagement.AbstractScene