net.sf.jame.mandelbrot.extensions.fractal.rendering
Class SINZConfigXMLImporterRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
          extended by net.sf.jame.core.xml.extension.ExtensionConfigXMLImporterExtensionRuntime
              extended by net.sf.jame.mandelbrot.extensions.fractal.rendering.SINZConfigXMLImporterRuntime

public class SINZConfigXMLImporterRuntime
extends ExtensionConfigXMLImporterExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
SINZConfigXMLImporterRuntime()
           
 
Method Summary
 XMLImporter<SINZConfig> createXMLImporter()
           
 
Methods inherited from class net.sf.jame.core.xml.extension.ExtensionConfigXMLImporterExtensionRuntime
dispose
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SINZConfigXMLImporterRuntime

public SINZConfigXMLImporterRuntime()
Method Detail

createXMLImporter

public XMLImporter<SINZConfig> createXMLImporter()
Specified by:
createXMLImporter in class ExtensionConfigXMLImporterExtensionRuntime
Returns:
the importer.
See Also:
ExtensionConfigXMLImporterExtensionRuntime.createXMLImporter()