org.rubato.rubettes.bigbang.model.operations
Class EndWallpaperOperation

java.lang.Object
  extended by org.rubato.rubettes.bigbang.model.operations.AbstractOperation
      extended by org.rubato.rubettes.bigbang.model.operations.EndWallpaperOperation

public class EndWallpaperOperation
extends AbstractOperation


Constructor Summary
EndWallpaperOperation(BigBangModel model)
           
EndWallpaperOperation(BigBangModel model, XMLReader reader, org.w3c.dom.Element element)
           
 
Method Summary
 OperationPathResults execute()
           
 
Methods inherited from class org.rubato.rubettes.bigbang.model.operations.AbstractOperation
clone, clone, getDuration, getPresentationName, getSplitOperations, isAnimatable, isSplittable, modify, setDuration, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndWallpaperOperation

public EndWallpaperOperation(BigBangModel model)

EndWallpaperOperation

public EndWallpaperOperation(BigBangModel model,
                             XMLReader reader,
                             org.w3c.dom.Element element)
Method Detail

execute

public OperationPathResults execute()
Specified by:
execute in class AbstractOperation