Package org.knowm.xchart
Class BoxChart
-
Field Summary
FieldsFields inherited from class org.knowm.xchart.internal.chartpart.Chart
annotations, axisPair, chartTitle, legend, plot, seriesMap, styler -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBoxChart(int width, int height) BoxChart(int width, int height, Styler.ChartTheme chartTheme) BoxChart(BoxChartBuilder chartBuilder) -
Method Summary
Modifier and TypeMethodDescriptionvoidpaint(Graphics2D g, int width, int height) private voidsanityCheck(String seriesName, List<? extends Number> yData) private voidsanityCheckYData(List<? extends Number> yData) private voidupdateBoxSeries(String seriesName, double[] newYData) updateBoxSeries(String seriesName, int[] newYData) updateBoxSeries(String seriesName, List<? extends Number> newYData) Methods inherited from class org.knowm.xchart.internal.chartpart.Chart
addAnnotation, getChartXFromCoordinate, getChartYFromCoordinate, getChartYFromCoordinate, getHeight, getScreenXFromChart, getScreenYFromChart, getScreenYFromChart, getSeriesMap, getStyler, getTitle, getWidth, getXAxisTitle, getYAxisGroupTitle, getYAxisLeftWidth, getYAxisTitle, paintBackground, removeSeries, setCustomXAxisTickLabelsFormatter, setCustomYAxisTickLabelsFormatter, setHeight, setTitle, setWidth, setXAxisTitle, setYAxisGroupTitle, setYAxisTitle
-
Field Details
-
xData
-
-
Constructor Details
-
BoxChart
protected BoxChart(int width, int height) -
BoxChart
-
BoxChart
-
BoxChart
-
-
Method Details