Package net.simplace.core.io
Class MapAsciiReader
java.lang.Object
net.simplace.core.io.AbstractDataReader
net.simplace.core.io.AbstractAsciiReader
net.simplace.core.io.MapAsciiReader
Simple I/O and conversion methods for
jFreeChart.
-
Field Summary
Fields inherited from class net.simplace.core.io.AbstractAsciiReader
iDefaultDateFormat, iSeperator, iSourceFile, iTabLenFields inherited from class net.simplace.core.io.AbstractDataReader
iColumnsData, iConfigData, iObservable -
Constructor Summary
ConstructorsConstructorDescriptionMapAsciiReader(File aSourceFile, org.jdom2.Element aConfigData, String aTabLen, String aSeperator, String aDefaultDateFormat, FWObservable aObservable) -
Method Summary
Methods inherited from class net.simplace.core.io.AbstractAsciiReader
getStringParameter, getTitle, initColumnHeads, initTitle, readData, setTitleMethods inherited from class net.simplace.core.io.AbstractDataReader
getIntegerValue
-
Constructor Details
-
MapAsciiReader
public MapAsciiReader(File aSourceFile, org.jdom2.Element aConfigData, String aTabLen, String aSeperator, String aDefaultDateFormat, FWObservable aObservable) - Parameters:
aSourceFile-aConfigData-aTabLen-aSeperator-aDefaultDateFormat-aObservable-
-
-
Method Details
-
readMap
- Returns:
- result Map
- Throws:
Exception
-
processLineOfFile
- Specified by:
processLineOfFilein classAbstractAsciiReader- Parameters:
aOrientation-aLine-aRowIdx-- Throws:
Exception
-