public abstract class BaseEntry
extends java.lang.Object
| Constructor and Description |
|---|
BaseEntry() |
BaseEntry(float y) |
BaseEntry(float y,
android.graphics.drawable.Drawable icon) |
BaseEntry(float y,
android.graphics.drawable.Drawable icon,
java.lang.Object data) |
BaseEntry(float y,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getData()
Returns the data, additional information that this Entry represents, or
null, if no data has been specified.
|
android.graphics.drawable.Drawable |
getIcon()
Returns the icon of this Entry.
|
float |
getY()
Returns the y value of this Entry.
|
void |
setData(java.lang.Object data)
Sets additional data this Entry should represent.
|
void |
setIcon(android.graphics.drawable.Drawable icon)
Sets the icon drawable
|
void |
setY(float y)
Sets the y-value for the Entry.
|
public BaseEntry()
public BaseEntry(float y)
public BaseEntry(float y,
java.lang.Object data)
public BaseEntry(float y,
android.graphics.drawable.Drawable icon)
public BaseEntry(float y,
android.graphics.drawable.Drawable icon,
java.lang.Object data)
public float getY()
public void setIcon(android.graphics.drawable.Drawable icon)
icon - public android.graphics.drawable.Drawable getIcon()
public void setY(float y)
y - public java.lang.Object getData()
public void setData(java.lang.Object data)
data -