Package gda.scan
Interface ScanDataPointFormatter
- All Known Implementing Classes:
XasScanDataPointFormatter
public interface ScanDataPointFormatter
An interface which can be provided to ScanDataPoints and changes
the way they are printed to console and file.
-
Method Summary
-
Method Details
-
getData
- Returns:
- The data string
-
getHeader
- Returns:
- The header string
-
isValid
- Parameters:
dataPoint-- Returns:
- true if formatter should be used
-