|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.exports.Exports.TemplateExport
public final class Exports.TemplateExport
| Constructor Summary | |
|---|---|
Exports.TemplateExport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getXML()
Returns all chart properties that are different from their default values, in XML text format. |
java.lang.String |
getXML(java.lang.Object value)
Returns all properties in "value" Object that are different from their default values, in XML text format. |
void |
toFile(java.lang.String fileName)
Writes all non-transient chart fields to a file using Java standard serialization mechanism. |
void |
toStream(java.io.OutputStream stream)
Writes all non-transient chart fields to a stream using Java standard serialization mechanism. |
void |
toXML(java.io.File file)
Stores all chart properties to a file in XML format using Java XMLEncoder class. |
void |
toXML(java.lang.Object value,
java.io.OutputStream stream)
Stores value object properties to stream, in XML text format using Java XMLEncoder class. |
void |
toXML(java.io.OutputStream stream)
Stores all chart properties to stream, in XML text format using Java XMLEncoder class. |
void |
toXML(java.lang.String fileName)
Stores all chart properties to a file in XML format using Java XMLEncoder class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Exports.TemplateExport()
| Method Detail |
|---|
public java.lang.String getXML()
public java.lang.String getXML(java.lang.Object value)
value - Object
public void toXML(java.io.File file)
throws java.io.FileNotFoundException
file - File
java.io.FileNotFoundException
public void toXML(java.lang.String fileName)
throws java.io.FileNotFoundException
fileName - String
java.io.FileNotFoundExceptionpublic void toXML(java.io.OutputStream stream)
stream - OutputStream
public void toXML(java.lang.Object value,
java.io.OutputStream stream)
value - Objectstream - OutputStream
public void toFile(java.lang.String fileName)
throws java.io.FileNotFoundException,
java.io.IOException
fileName - String
java.io.FileNotFoundException
java.io.IOException
public void toStream(java.io.OutputStream stream)
throws java.io.IOException
stream - OutputStream
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||