public class RadarEntry extends Entry
| Constructor and Description |
|---|
RadarEntry(float value) |
RadarEntry(float value,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
RadarEntry |
copy()
returns an exact copy of the entry
|
float |
getValue()
This is the same as getY().
|
float |
getX()
Deprecated.
|
void |
setX(float x)
Deprecated.
|
describeContents, equalTo, toString, writeToParcelpublic RadarEntry(float value)
public RadarEntry(float value,
java.lang.Object data)
public float getValue()
public RadarEntry copy()
Entry@Deprecated public void setX(float x)
Entry