|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.panayotis.gnuplot.dataset.parser.NumericDataParser
com.panayotis.gnuplot.dataset.parser.LongDataParser
public class LongDataParser
Parser for Long data
| Constructor Summary | |
|---|---|
LongDataParser()
Create a new numeric data parser for Float values |
|
LongDataParser(boolean first_column_date)
Create a new Long data parser, with the information that the first column is in date format. |
|
| Method Summary | |
|---|---|
protected boolean |
checkNumberFormat(java.lang.String format)
Check whether this String represents a Long number |
| Methods inherited from class com.panayotis.gnuplot.dataset.parser.NumericDataParser |
|---|
isValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LongDataParser()
public LongDataParser(boolean first_column_date)
first_column_date - Whether the first column is in date format| Method Detail |
|---|
protected boolean checkNumberFormat(java.lang.String format)
checkNumberFormat in class NumericDataParserformat - the String containing the Long number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||