Package org.knowm.xchart.internal.series
Class NoMarkersSeries
- java.lang.Object
-
- org.knowm.xchart.internal.series.Series
-
- org.knowm.xchart.internal.series.AxesChartSeries
-
- org.knowm.xchart.internal.series.MarkerSeries
-
- org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
-
- org.knowm.xchart.internal.series.NoMarkersSeries
-
- Direct Known Subclasses:
BubbleSeries
public abstract class NoMarkersSeries extends AxesChartSeriesNumericalNoErrorBars
A Series containing X and Y data to be plotted on a Chart with X and Y Axes, values associated with each X-Y point, could be used for bubble sizes for example, but no error bars, as the min and max are calculated differently. No markers.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.knowm.xchart.internal.series.Series
Series.DataType
-
-
Field Summary
-
Fields inherited from class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
extraValues, extraValuesAll, xData, xDataAll, yData, yDataAll
-
Fields inherited from class org.knowm.xchart.internal.series.AxesChartSeries
xAxisDataType, xMax, xMin, yAxisType, yMax, yMin
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNoMarkersSeries(java.lang.String name, double[] xData, double[] yData, double[] extraValues, Series.DataType axisType)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcalculateMinMax()-
Methods inherited from class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
filterXByIndex, filterXByValue, findMinMax, getExtraValues, getXData, getYData, isAllXData, replaceData, resetFilter
-
Methods inherited from class org.knowm.xchart.internal.series.MarkerSeries
getMarker, getMarkerColor, setMarker, setMarkerColor
-
Methods inherited from class org.knowm.xchart.internal.series.AxesChartSeries
getLineColor, getLineStyle, getLineWidth, getxAxisDataType, getXMax, getXMin, getyAxisDataType, getYMax, getYMin, setLineColor, setLineStyle, setLineWidth
-
Methods inherited from class org.knowm.xchart.internal.series.Series
getFillColor, getLabel, getLegendRenderType, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
-
-
-
-
Constructor Detail
-
NoMarkersSeries
protected NoMarkersSeries(java.lang.String name, double[] xData, double[] yData, double[] extraValues, Series.DataType axisType)Constructor- Parameters:
name-xData-yData-extraValues-
-
-
Method Detail
-
calculateMinMax
protected void calculateMinMax()
- Overrides:
calculateMinMaxin classAxesChartSeriesNumericalNoErrorBars
-
-