com.steema.teechart.imports
Class Imports.Template

java.lang.Object
  extended by com.steema.teechart.imports.Imports.Template
Enclosing class:
Imports

public final class Imports.Template
extends java.lang.Object


Constructor Summary
Imports.Template()
           
 
Method Summary
 Chart fromFile(java.io.File file)
           
 Chart fromFile(java.lang.String fileName)
           
 Chart fromStream(java.io.InputStream stream)
           
 Chart fromXML(java.io.InputStream stream)
           
 Chart fromXML(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Imports.Template

public Imports.Template()
Method Detail

fromXML

public Chart fromXML(java.lang.String fileName)
              throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

fromXML

public Chart fromXML(java.io.InputStream stream)

fromFile

public Chart fromFile(java.lang.String fileName)
               throws java.io.FileNotFoundException,
                      java.io.IOException,
                      java.lang.ClassNotFoundException
Throws:
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException

fromFile

public Chart fromFile(java.io.File file)
               throws java.io.FileNotFoundException,
                      java.io.IOException,
                      java.lang.ClassNotFoundException
Throws:
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException

fromStream

public Chart fromStream(java.io.InputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException