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>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringxAxisTitle(package private) java.lang.StringyAxisTitle-
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(java.lang.String xAxisTitle)BubbleChartBuilderyAxisTitle(java.lang.String yAxisTitle)-
Methods inherited from class org.knowm.xchart.internal.ChartBuilder
height, theme, title, width
-
-
-
-
Method Detail
-
xAxisTitle
public BubbleChartBuilder xAxisTitle(java.lang.String xAxisTitle)
-
yAxisTitle
public BubbleChartBuilder yAxisTitle(java.lang.String yAxisTitle)
-
build
public BubbleChart build()
return fully built BubbleChart- Specified by:
buildin classChartBuilder<BubbleChartBuilder,BubbleChart>- Returns:
- a BubbleChart
-
-