public class DataPoint extends Object
protected double
x
protected int
y
DataPoint(double xValue, int yValue)
double
getX()
int
getY()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final double x
protected final int y
public DataPoint(double xValue, int yValue)
xValue
yValue
public double getX()
public int getY()
Copyright © 2019. All rights reserved.