public class Point2Df
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
timestamp |
float |
value |
float |
x |
float |
y |
Constructor and Description |
---|
Point2Df() |
Point2Df(float x,
float y) |
Point2Df(float x,
float y,
float value) |
Point2Df(float x,
float y,
int value) |
Modifier and Type | Method and Description |
---|---|
float |
get(java.lang.String coord) |
java.lang.String |
toString() |
public long timestamp
public float x
public float y
public float value