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
    Constructor
    Description
    TimePoint2D(double x, double y, long timeMillis)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setTimeMillis(long timeMillis)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TimePoint2D

      public TimePoint2D(double x, double y, long timeMillis)
  • Method Details

    • getTimeMillis

      public long getTimeMillis()
    • setTimeMillis

      public void setTimeMillis(long timeMillis)