JxnRealArrayTextFileDataSource |
JxnRealArrayTextFileDataSource.setDateTimeFormat(String defaultDateTimeFormatPattern) |
|
JxnRealArrayTextFileDataSource |
JxnRealArrayTextFileDataSource.setDateTimeFormat(DateFormat defaultDateTimeFormat) |
Sets the default format for parsing date time values.
|
JxnRealArrayTextFileDataSource |
JxnRealArrayTextFileDataSource.setDecimalFormat(String defaultDecimalFormatPattern) |
|
JxnRealArrayTextFileDataSource |
JxnRealArrayTextFileDataSource.setDecimalFormat(DecimalFormat defaultDecimalFormat) |
Sets default format for parsing decimal values.
|
JxnRealArrayTextFileDataSource |
JxnRealArrayTextFileDataSource.setDelimiters(String delim1,
String delim2) |
Changes the delimiters to the given values ("" ignores the delimiter, null does not change the delimiter).
|
JxnRealArrayTextFileDataSource |
JxnRealArrayTextFileDataSource.setLabelOffset(int offset) |
Sets corrective offset for labels not in sync with data columns.
|
JxnRealArrayTextFileDataSource |
JxnRealArrayTextFileDataSource.setSkipHeadLines(int skipHeadLines) |
Sets the number of headlines to be skipped.
|