Uses of Class
org.knowm.xchart.BubbleSeries
Packages that use BubbleSeries
-
Uses of BubbleSeries in org.knowm.xchart
Subclasses with type arguments of type BubbleSeries in org.knowm.xchartMethods in org.knowm.xchart that return BubbleSeriesModifier and TypeMethodDescriptionAdd a series for a Bubble type chart using using ListsBubbleChart.addSeries(String seriesName, List<? extends Number> xData, List<? extends Number> yData, List<? extends Number> bubbleData) Add a series for a Bubble type chart using using double arraysBubbleChart.updateBubbleSeries(String seriesName, double[] newXData, double[] newYData, double[] newBubbleData) Update a series by updating the X-Axis, Y-Axis and bubble dataBubbleChart.updateBubbleSeries(String seriesName, List<?> newXData, List<? extends Number> newYData, List<? extends Number> newBubbleData) Update a series by updating the X-Axis, Y-Axis and bubble data -
Uses of BubbleSeries in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type BubbleSeriesModifier and TypeClassDescriptionclassPlot_Bubble<ST extends BubbleStyler, S extends BubbleSeries>classPlotContent_Bubble<ST extends BubbleStyler, S extends BubbleSeries>