public class BubbleChartDataPoint extends ScatterChartDataPoint
Constructor and Description |
---|
BubbleChartDataPoint() |
Modifier and Type | Method and Description |
---|---|
BubbleChartDataPoint |
bubbleSize(Double bubbleSize) |
boolean |
equals(Object o) |
Double |
getBubbleSize()
Bubble size.
|
int |
hashCode() |
void |
setBubbleSize(Double bubbleSize) |
String |
toString() |
getXvalue, getYvalue, setXvalue, setYvalue, xvalue, yvalue
effectFormat, fillFormat, getEffectFormat, getFillFormat, getLineFormat, getThreeDFormat, lineFormat, setEffectFormat, setFillFormat, setLineFormat, setThreeDFormat, threeDFormat
public BubbleChartDataPoint bubbleSize(Double bubbleSize)
public Double getBubbleSize()
public void setBubbleSize(Double bubbleSize)
public boolean equals(Object o)
equals
in class ScatterChartDataPoint
public int hashCode()
hashCode
in class ScatterChartDataPoint
public String toString()
toString
in class ScatterChartDataPoint
Copyright © 2022. All rights reserved.