Package org.knowm.xchart
Class BubbleChartBuilder
java.lang.Object
org.knowm.xchart.internal.ChartBuilder<BubbleChartBuilder,BubbleChart>
org.knowm.xchart.BubbleChartBuilder
public class BubbleChartBuilder extends ChartBuilder<BubbleChartBuilder,BubbleChart>
- Author:
- timmolter
-
Field Summary
Fields inherited from class org.knowm.xchart.internal.ChartBuilder
chartTheme, height, title, width -
Constructor Summary
Constructors Constructor Description BubbleChartBuilder() -
Method Summary
Modifier and Type Method Description BubbleChartbuild()return fully built BubbleChartBubbleChartBuilderxAxisTitle(String xAxisTitle)BubbleChartBuilderyAxisTitle(String yAxisTitle)Methods inherited from class org.knowm.xchart.internal.ChartBuilder
height, theme, title, width
-
Constructor Details
-
BubbleChartBuilder
public BubbleChartBuilder()
-
-
Method Details
-
xAxisTitle
-
yAxisTitle
-
build
return fully built BubbleChart- Specified by:
buildin classChartBuilder<BubbleChartBuilder,BubbleChart>- Returns:
- a BubbleChart
-