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

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.ExtensionConfigXMLExporterExtensionRuntime
              extended by net.sf.jame.mandelbrot.extensions.fractal.rendering.SINZConfigXMLExporterRuntime

public class SINZConfigXMLExporterRuntime
extends ExtensionConfigXMLExporterExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
SINZConfigXMLExporterRuntime()
           
 
Method Summary
 XMLExporter<SINZConfig> createXMLExporter()
           
 
Methods inherited from class net.sf.jame.core.xml.extension.ExtensionConfigXMLExporterExtensionRuntime
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

SINZConfigXMLExporterRuntime

public SINZConfigXMLExporterRuntime()
Method Detail

createXMLExporter

public XMLExporter<SINZConfig> createXMLExporter()
Specified by:
createXMLExporter in class ExtensionConfigXMLExporterExtensionRuntime
Returns:
the exporter.
See Also:
ExtensionConfigXMLExporterExtensionRuntime.createXMLExporter()