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 BubbleChartbuild()return fully built BubbleChartBubbleChartBuilderxAxisTitle(String xAxisTitle)BubbleChartBuilderyAxisTitle(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:
 buildin classChartBuilder<BubbleChartBuilder,BubbleChart>- Returns:
 - a BubbleChart
 
 
 - 
 
 -