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 Link icon

    Fields inherited from class javafx.geometry.Point2D Link icon

    ZERO
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    TimePoint2D(double x, double y, long timeMillis)
     
  • Method Summary Link icon

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

    Methods inherited from class javafx.geometry.Point2D Link icon

    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 Link icon

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

    • TimePoint2D Link icon

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

    • getTimeMillis Link icon

      public long getTimeMillis()
    • setTimeMillis Link icon

      public void setTimeMillis(long timeMillis)