java.lang.Object
eu.hansolo.toolboxfx.geom.Point
eu.hansolo.fx.charts.data.DataPoint
- All Implemented Interfaces:
Comparable<eu.hansolo.toolboxfx.geom.Point>
public class DataPoint
extends eu.hansolo.toolboxfx.geom.Point
-
Field Summary
Fields inherited from class eu.hansolo.toolboxfx.geom.Point
x, y -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.hansolo.toolboxfx.geom.Point
add, add, angle, angle, angle, angleBetween, angleBetween, clone, compareTo, crossProductLength, crossProductLength, crossProductLength, distanceSquareTo, distanceTo, distanceTo, div, dotProductLength, dotProductLength, dotProductLength, equals, euclideanDistanceTo, euclideanDistanceTo, fromPolar, getX, getXAsInt, getY, getYAsInt, hashCode, isColinearTo, isEmpty, length, lengthSquared, magnitude, midpoint, midpoint, multiply, nearest, nearestWithinRadius, normalize, scaleBy, set, set, set, setEmpty, setX, setY, subtract, subtract, translateBy
-
Constructor Details
-
DataPoint
public DataPoint() -
DataPoint
public DataPoint(double X, double Y) -
DataPoint
public DataPoint(double X, double Y, double VALUE)
-
-
Method Details
-
getValue
public double getValue() -
setValue
public void setValue(double VALUE) -
toString
- Overrides:
toStringin classeu.hansolo.toolboxfx.geom.Point
-