public class BubbleEntry extends Entry
| Constructor and Description |
|---|
BubbleEntry(float x,
float y,
float size)
Constructor.
|
BubbleEntry(float x,
float y,
float size,
android.graphics.drawable.Drawable icon)
Constructor.
|
BubbleEntry(float x,
float y,
float size,
android.graphics.drawable.Drawable icon,
java.lang.Object data)
Constructor.
|
BubbleEntry(float x,
float y,
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) |
describeContents, equalTo, getX, setX, toString, writeToParcelpublic BubbleEntry(float x,
float y,
float size)
x - The value on the x-axis.y - The value on the y-axis.size - The size of the bubble.public BubbleEntry(float x,
float y,
float size,
java.lang.Object data)
x - The value on the x-axis.y - The value on the y-axis.size - The size of the bubble.data - Spot for additional data this Entry represents.public BubbleEntry(float x,
float y,
float size,
android.graphics.drawable.Drawable icon)
x - The value on the x-axis.y - The value on the y-axis.size - The size of the bubble.icon - Icon imagepublic BubbleEntry(float x,
float y,
float size,
android.graphics.drawable.Drawable icon,
java.lang.Object data)
x - The value on the x-axis.y - The value on the y-axis.size - The size of the bubble.icon - Icon imagedata - Spot for additional data this Entry represents.public BubbleEntry copy()
Entrypublic float getSize()
public void setSize(float size)