|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tridas.io.formats.ooxml.OOXMLFile
public class OOXMLFile
| Constructor Summary | |
|---|---|
OOXMLFile(IMetadataFieldSet argDefaults)
|
|
| Method Summary | |
|---|---|
IMetadataFieldSet |
getDefaults()
Gets the defaults that this file uses to save the file |
String |
getExtension()
Gets the extension to use for saving this file. |
org.tridas.interfaces.ITridasSeries[] |
getSeries()
Get the series list. |
void |
saveToDisk(OutputStream os)
An alternative to the normal saveToString() as this is a binary format |
String[] |
saveToString()
Saves the file to strings. |
void |
setSeriesList(ArrayList<org.tridas.interfaces.ITridasSeries> lst)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OOXMLFile(IMetadataFieldSet argDefaults)
| Method Detail |
|---|
public void setSeriesList(ArrayList<org.tridas.interfaces.ITridasSeries> lst)
public String getExtension()
IDendroFile
getExtension in interface IDendroFilepublic org.tridas.interfaces.ITridasSeries[] getSeries()
IDendroFile
getSeries in interface IDendroFilepublic String[] saveToString()
IDendroFile
saveToString in interface IDendroFile
public void saveToDisk(OutputStream os)
throws IOException
os -
IOException
jxl.write.WriteExceptionpublic IMetadataFieldSet getDefaults()
IDendroFile
getDefaults in interface IDendroFileIDendroFile.getDefaults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||