jas2.hist
Interface HasStyle
-
- All Known Implementing Classes:
- Gauss, JAS2DRebinAdaptor, JASRebinAdaptor, MemoryDataSource, OneDAdapter, OneDTreeData, Partition2DAdapter, RefP1D, ScatterAdapter, ScatterSliceAdapter, ScatterTreeData, ScatterTwoDAdapter, StringGauss, TimeGauss, TwoDAdapter, TwoDSliceAdapter, XYTestData
public interface HasStyleAn interface that can be implemented by any DataSource that wants to have control of the style used to display the data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description JASHistStylegetStyle()This method is called by the plot to determine what style to be used for a plot.
-
-
-
Method Detail
-
getStyle
JASHistStyle getStyle()
This method is called by the plot to determine what style to be used for a plot. It is the programmers responsibility to return the correct subclass of JASHistStyle corresponding to the type of data being implemented by the DataSource.- Returns:
- The style to be used, or null to use the default style.
- See Also:
JASHist1DHistogramStyle,JASHist2DHistogramStyle,JASHistScatterPlotStyle
-
-
DataMelt 3.0 © DataMelt by jWork.ORG