-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class RadarEntry extends Entry
Created by philipp on 13/06/16.
-
-
Constructor Summary
Constructors Constructor Description RadarEntry(float value)RadarEntry(float value, Object data)
-
Method Summary
Modifier and Type Method Description floatgetValue()This is the same as getY(). RadarEntrycopy()voidsetX(float x)floatgetX()-
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
-
-
Constructor Detail
-
RadarEntry
RadarEntry(float value)
-
RadarEntry
RadarEntry(float value, Object data)
-
-
Method Detail
-
getValue
float getValue()
This is the same as getY(). Returns the value of the RadarEntry.
-
copy
RadarEntry copy()
-
setX
@Deprecated() void setX(float x)
-
getX
@Deprecated() float getX()
-
-
-
-