Class DataPoint

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
    Constructor
    Description
     
    DataPoint(double X, double Y)
     
    DataPoint(double X, double Y, double VALUE)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    void
    setValue(double VALUE)
     
     

    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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public String toString()
      Overrides:
      toString in class eu.hansolo.toolboxfx.geom.Point