T - public class SparklinePoint extends Object
| Constructor and Description |
|---|
SparklinePoint(double x,
double y)
Target point.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getX()
Getter accessor for attribute 'x'.
|
double |
getY()
Getter accessor for attribute 'y'.
|
void |
setX(double x)
Setter accessor for attribute 'x'.
|
void |
setY(double y)
Setter accessor for attribute 'y'.
|
String |
toString() |
public SparklinePoint(double x,
double y)
x - abscissay - valuepublic double getX()
public void setX(double x)
x - new value for 'x 'public double getY()
public void setY(double y)
y - new value for 'y 'Copyright © 2013–2015 FF4J. All rights reserved.