vooga.games.digger.parse
Class ImageBackgroundModule

java.lang.Object
  extended by vooga.widget.levelparse.modules.Module
      extended by vooga.widget.levelparse.modules.BackgroundModule
          extended by vooga.games.digger.parse.ImageBackgroundModule

public class ImageBackgroundModule
extends BackgroundModule


Constructor Summary
ImageBackgroundModule()
           
 
Method Summary
 java.util.Collection<Background> getBackgrounds(org.w3c.dom.Element backgroundElement)
           
 
Methods inherited from class vooga.widget.levelparse.modules.Module
getEventPool, getOverlayTracker, processVisual, setEventPool, setOverlayTracker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageBackgroundModule

public ImageBackgroundModule()
Method Detail

getBackgrounds

public java.util.Collection<Background> getBackgrounds(org.w3c.dom.Element backgroundElement)
Specified by:
getBackgrounds in class BackgroundModule