public class BubbleChartModel extends CartesianChartModel
axes
Constructor and Description |
---|
BubbleChartModel() |
BubbleChartModel(List<BubbleChartSeries> data) |
Modifier and Type | Method and Description |
---|---|
void |
add(BubbleChartSeries bubble) |
void |
addBubble(BubbleChartSeries bubble)
Deprecated.
|
void |
clear() |
double |
getBubbleAlpha() |
List<BubbleChartSeries> |
getData() |
boolean |
isBubbleGradients() |
boolean |
isShowLabels() |
void |
setBubbleAlpha(double bubbleAlpha) |
void |
setBubbleGradients(boolean bubbleGradients) |
void |
setData(List<BubbleChartSeries> data) |
void |
setShowLabels(boolean showLabels) |
addSeries, createAxes, getAxes, getAxis, getDatatipFormat, getSeries, isAnimate, isShowDatatip, isShowPointLabels, isZoom, setAnimate, setDatatipFormat, setShowDatatip, setShowPointLabels, setZoom
getExtender, getLegendCols, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isMouseoverHighlight, isShadow, setExtender, setLegendCols, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setSeriesColors, setShadow, setTitle
public BubbleChartModel()
public BubbleChartModel(List<BubbleChartSeries> data)
public List<BubbleChartSeries> getData()
public void setData(List<BubbleChartSeries> data)
public void add(BubbleChartSeries bubble)
@Deprecated public void addBubble(BubbleChartSeries bubble)
public void clear()
clear
in class CartesianChartModel
public boolean isBubbleGradients()
public void setBubbleGradients(boolean bubbleGradients)
public double getBubbleAlpha()
public void setBubbleAlpha(double bubbleAlpha)
public boolean isShowLabels()
public void setShowLabels(boolean showLabels)
Copyright © 2015. All rights reserved.