com.steema.teechart.imports
Class Imports.Template
java.lang.Object
com.steema.teechart.imports.Imports.Template
- Enclosing class:
- Imports
public final class Imports.Template
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Imports.Template
public Imports.Template()
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