|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarf.Storage.StorageManager
marf.gui.WaveGrapher
public class WaveGrapher
Class WaveGrapher.
$Id: WaveGrapher.java,v 1.16 2007/12/18 03:45:42 mokhov Exp $
Field Summary | |
---|---|
private double[] |
adDataArray
Data to graph. |
private double |
dXmax
Range of data for the X axis -- Maximum. |
private double |
dXmin
Range of data for the X axis -- Minimum. |
private static long |
serialVersionUID
For serialization versioning. |
Fields inherited from class marf.Storage.StorageManager |
---|
bDumpOnNotFound, iCurrentDumpMode, oObjectToSerialize, strFilename |
Fields inherited from interface marf.Storage.IStorageManager |
---|
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, MARF_INTERFACE_CODE_REVISION, STORAGE_FILE_EXTENSIONS |
Constructor Summary | |
---|---|
WaveGrapher(double[] padData,
double pdMin,
double pdMax,
java.lang.String pstrName,
java.lang.String pstrDescriptor)
Constructor. |
Method Summary | |
---|---|
void |
dump()
Dumps graph of wave in the CSV format. |
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
void |
restore()
Not implemented. |
Methods inherited from class marf.Storage.StorageManager |
---|
backSynchronizeObject, clone, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, enableDumpOnNotFound, equals, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, getObjectToSerialize, hashCode, restoreBinary, restoreCSV, restoreGzipBinary, restoreHTML, restoreSQL, restoreXML, setDumpMode, setFilename, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
serialver
tool that comes with JDK.
private double[] adDataArray
private double dXmin
private double dXmax
Constructor Detail |
---|
public WaveGrapher(double[] padData, double pdMin, double pdMax, java.lang.String pstrName, java.lang.String pstrDescriptor)
padData
- pdMin
- pdMax
- pstrName
- pstrDescriptor
- Method Detail |
---|
public final void dump() throws StorageException
dump
in interface IStorageManager
dump
in class StorageManager
StorageException
IStorageManager.DUMP_GZIP_BINARY
,
IStorageManager.DUMP_BINARY
,
StorageManager.dumpGzipBinary()
,
StorageManager.dumpCSV()
,
StorageManager.dumpBinary()
,
StorageManager.dumpXML()
,
StorageManager.dumpHTML()
,
StorageManager.dumpSQL()
,
StorageManager.backSynchronizeObject()
,
StorageManager.iCurrentDumpMode
public final void restore() throws StorageException
restore
in interface IStorageManager
restore
in class StorageManager
NotImplementedException
StorageException
- never thrownIStorageManager.DUMP_GZIP_BINARY
,
IStorageManager.DUMP_BINARY
,
StorageManager.dumpGzipBinary()
,
StorageManager.dumpCSV()
,
StorageManager.dumpBinary()
,
StorageManager.dumpXML()
,
StorageManager.dumpHTML()
,
StorageManager.dumpSQL()
,
StorageManager.backSynchronizeObject()
,
StorageManager.iCurrentDumpMode
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |