edu.cmu.emulator.creator.config.fadingModels
Class NullFadingModel

java.lang.Object
  extended by edu.cmu.emulator.creator.config.ConfigNode
      extended by edu.cmu.emulator.creator.config.FadingModel
          extended by edu.cmu.emulator.creator.config.fadingModels.NullFadingModel

public class NullFadingModel
extends FadingModel


Constructor Summary
NullFadingModel()
           
 
Method Summary
 FadingModel clone()
           
static NullFadingModel fromXML(Element el)
           
 String getType()
           
protected  void toXML(Document doc, Element parent)
           
 
Methods inherited from class edu.cmu.emulator.creator.config.FadingModel
toXML
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFadingModel

public NullFadingModel()
Method Detail

getType

public String getType()
Specified by:
getType in class FadingModel

clone

public FadingModel clone()
Specified by:
clone in class FadingModel

fromXML

public static NullFadingModel fromXML(Element el)

toXML

protected void toXML(Document doc,
                     Element parent)
Specified by:
toXML in class FadingModel


Copyright © 2013. All Rights Reserved.