vooga.widget.levelparse.modules
Class BackgroundModule

java.lang.Object
  extended by vooga.widget.levelparse.modules.Module
      extended by vooga.widget.levelparse.modules.BackgroundModule
Direct Known Subclasses:
ImageBackgroundModule, ImageBackgroundModule

public abstract class BackgroundModule
extends Module


Constructor Summary
BackgroundModule()
           
 
Method Summary
abstract  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

BackgroundModule

public BackgroundModule()
Method Detail

getBackgrounds

public abstract java.util.Collection<Background> getBackgrounds(org.w3c.dom.Element backgroundElement)