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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BubbleChart
build()
return fully built BubbleChartBubbleChartBuilder
xAxisTitle(String xAxisTitle)
BubbleChartBuilder
yAxisTitle(String yAxisTitle)
-
Methods inherited from class org.knowm.xchart.internal.ChartBuilder
height, theme, title, width
-
-
-
-
Method Detail
-
xAxisTitle
public BubbleChartBuilder xAxisTitle(String xAxisTitle)
-
yAxisTitle
public BubbleChartBuilder yAxisTitle(String yAxisTitle)
-
build
public BubbleChart build()
return fully built BubbleChart- Specified by:
build
in classChartBuilder<BubbleChartBuilder,BubbleChart>
- Returns:
- a BubbleChart
-
-