Package org.knowm.xchart
Class HeatMapSeries
java.lang.Object
org.knowm.xchart.internal.series.Series
org.knowm.xchart.internal.series.AxesChartSeries
org.knowm.xchart.HeatMapSeries
A Series containing X, Y and heatData data to be plotted on a Chart
-
Nested Class Summary
Nested classes/interfaces inherited from class org.knowm.xchart.internal.series.Series
Series.DataType -
Field Summary
FieldsModifier and TypeFieldDescription(package private) double(package private) double(package private) List<?> (package private) List<?> Fields inherited from class org.knowm.xchart.internal.series.AxesChartSeries
xMax, xMin, yMax, yMin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprivate static Series.DataTypegetDataType(List<?> data) doublegetMax()private static doubledoublegetMin()private static doubleList<?> getXData()List<?> getYData()voidreplaceData(List<?> xData, List<?> yData, List<Number[]> heatData) setMax(double max) setMin(double min) Methods inherited from class org.knowm.xchart.internal.series.AxesChartSeries
getLineColor, getLineStyle, getLineWidth, getxAxisDataType, getXMax, getXMin, getyAxisDataType, getYMax, getYMin, setLineColor, setLineStyle, setLineWidthMethods inherited from class org.knowm.xchart.internal.series.Series
getFillColor, getLabel, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
-
Field Details
-
Constructor Details
-
HeatMapSeries
Constructor- Parameters:
name-xData-yData-heatData-
-
-
Method Details
-
replaceData
-
calculateMinMax
protected void calculateMinMax()- Specified by:
calculateMinMaxin classAxesChartSeries
-
getMin
-
getMax
-
getLegendRenderType
- Specified by:
getLegendRenderTypein classSeries
-
getDataType
-
getXData
-
getYData
-
getHeatData
-
getMin
public double getMin() -
setMin
-
getMax
public double getMax() -
setMax
-