Package gda.scan
Class ScanDataPointPlotConfig
java.lang.Object
gda.scan.ScanDataPointPlotConfig
class that holds information on which data from a scandata point is to be plotted and where to get that data
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Double[]data from point used to construct this configfinal List<ScanDataPlotConfigLine> final intfinal ScanPlotSettingsfinal Stringfinal int -
Constructor Summary
ConstructorsConstructorDescriptionScanDataPointPlotConfig(ScanDataPoint point, ScanPlotSettings scanPlotSettings) -
Method Summary
-
Field Details
-
xAxisIndex
public final int xAxisIndex -
xAxisHeader
-
linesToAdd
-
scanPlotSettings
-
numberOfChildScans
public final int numberOfChildScans -
initialDataAsDoubles
data from point used to construct this config
-
-
Constructor Details
-
ScanDataPointPlotConfig
- Parameters:
point-scanPlotSettings-
-
-
Method Details
-
isValid
- Parameters:
pt-- Returns:
- true if the config was constructed for a ScanDataPoint of the same scan as the current point
-