-
-
Constructor Summary
Constructors Constructor Description PieEntry(float value)PieEntry(float value, Object data)PieEntry(float value, Drawable icon)PieEntry(float value, Drawable icon, Object data)PieEntry(float value, String label)PieEntry(float value, String label, Object data)PieEntry(float value, String label, Drawable icon)PieEntry(float value, String label, Drawable icon, Object data)
-
Method Summary
Modifier and Type Method Description StringgetLabel()voidsetLabel(String label)floatgetValue()This is the same as getY(). voidsetX(float x)floatgetX()PieEntrycopy()-
Methods inherited from class com.github.mikephil.charting.data.Entry
copy, describeContents, equalTo, getX, setX, toString, writeToParcel -
Methods inherited from class com.github.mikephil.charting.data.BaseEntry
getData, getIcon, getY, setData, setIcon, setY -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-