Package dataPlotsFX.data.generic
Class GenericLinePlotInfo.TimePoint2D
java.lang.Object
javafx.geometry.Point2D
dataPlotsFX.data.generic.GenericLinePlotInfo.TimePoint2D
- All Implemented Interfaces:
javafx.animation.Interpolatable<javafx.geometry.Point2D>
- Enclosing class:
GenericLinePlotInfo
public class GenericLinePlotInfo.TimePoint2D
extends javafx.geometry.Point2D
-
Field Summary
Fields inherited from class javafx.geometry.Point2D
ZERO
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.geometry.Point2D
add, add, angle, angle, angle, crossProduct, crossProduct, distance, distance, dotProduct, dotProduct, equals, getX, getY, hashCode, interpolate, magnitude, midpoint, midpoint, multiply, normalize, subtract, subtract, toString
-
Constructor Details
-
TimePoint2D
public TimePoint2D(double x, double y, long timeMillis)
-
-
Method Details
-
getTimeMillis
public long getTimeMillis() -
setTimeMillis
public void setTimeMillis(long timeMillis)
-