public class BubbleEntry extends Entry
| Constructor and Description |
|---|
BubbleEntry(int xIndex,
float val,
float size)
Constructor.
|
BubbleEntry(int xIndex,
float val,
float size,
java.lang.Object data)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BubbleEntry |
copy()
returns an exact copy of the entry
|
float |
getSize()
Returns the size of this entry (the size of the bubble).
|
void |
setSize(float size) |
public BubbleEntry(int xIndex,
float val,
float size)
xIndex - The index on the x-axis.val - The value on the y-axis.size - The size of the bubble.public BubbleEntry(int xIndex,
float val,
float size,
java.lang.Object data)
xIndex - The index on the x-axis.val - The value on the y-axis.size - The size of the bubble.data - Spot for additional data this Entry represents.public BubbleEntry copy()
Entrypublic float getSize()
public void setSize(float size)