apps.threedpuzzle.TetrisLoader
Class FileTetrisLoader

java.lang.Object
  extended by apps.threedpuzzle.TetrisLoader.FileTetrisLoader
All Implemented Interfaces:
TetrisLoader

public class FileTetrisLoader
extends java.lang.Object
implements TetrisLoader

The Class FileTetrisLoader.


Constructor Summary
FileTetrisLoader()
           
 
Method Summary
 void loadTetris(java.util.List<com.jme.scene.Spatial> tetrisList, com.jme.scene.Node worldNode)
          Load tetris.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTetrisLoader

public FileTetrisLoader()
Method Detail

loadTetris

public void loadTetris(java.util.List<com.jme.scene.Spatial> tetrisList,
                       com.jme.scene.Node worldNode)
Description copied from interface: TetrisLoader
Load tetris.

Specified by:
loadTetris in interface TetrisLoader
Parameters:
tetrisList - the tetris list
worldNode - the world node