public class BubbleChart extends AbstractChart<BubbleData<BubbleItem>,String>
| Constructor and Description |
|---|
BubbleChart()
Construtor
|
BubbleChart(String title)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(BubbleItem item)
Add a value
|
void |
addValue(Float x,
Float y,
Float radius,
String label)
Add a value
|
void |
addValue(Integer x,
Integer y,
Integer radius,
String label)
Add a value
|
ChartConfiguration<String> |
getChartConfiguration()
Return chart configuration
|
BubbleData<BubbleItem> |
getChartData()
Return chart data.
|
addIntervalColors, addIntervals, addSerie, addSeries, addSeriesColors, addSeriesColors, createAxes, createAxesDefaults, createXAxis, createYAxis, getAxes, getAxesDefaults, getCanvasOverlay, getGridPadding, getSeries, getSeriesColors, getSeriesDefaults, getTitle, getXAxis, getYAxis, setAxes, setAxesDefaults, setBarMargin, setBubbleAlpha, setCaptureRightClick, setDataLabels, setFill, setFillZero, setGridPadding, setHighlightAlpha, setHighlightMouseDown, setLabelX, setLabelY, setLegend, setLineWidth, setPadMin, setSeries, setSeriesColors, setSeriesDefaults, setShadow, setShadowAlpha, setShowDataLabels, setShowLabels, setSimpleTitle, setSliceMargin, setStackSeries, setTicks, setTitlepublic BubbleChart()
public BubbleChart(String title)
title - The titlepublic BubbleData<BubbleItem> getChartData()
Chartpublic void addValue(BubbleItem item)
item - Add a BubbleItempublic void addValue(Float x, Float y, Float radius, String label)
x - xy - yradius - radiuslabel - labelpublic void addValue(Integer x, Integer y, Integer radius, String label)
x - xy - yradius - radiuslabel - labelpublic ChartConfiguration<String> getChartConfiguration()
ChartgetChartConfiguration in interface Chart<BubbleData<BubbleItem>>getChartConfiguration in class AbstractChart<BubbleData<BubbleItem>,String>Copyright © 2025. All rights reserved.