Documentation of 'de.erichseifert.gral.plots.DataPoint' Java class
DataPoint
de.erichseifert.gral.plots

Class DataPoint

  • Direct Known Subclasses:
    Tick


    public class DataPoint
    extends java.lang.Object
    Class for storing points of a plot.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      PointData data
      Axes and data values that were used to create the data point.
      PointND<java.lang.Double> position
      Position of the data point (n-dimensional).
    • Constructor Summary

      Constructors 
      Constructor and Description
      DataPoint(PointData data, PointND<java.lang.Double> position)
      Creates a new DataPoint object with the specified position, Drawable, and shape.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        public final PointData data
        Axes and data values that were used to create the data point.
      • position

        public final PointND<java.lang.Double> position
        Position of the data point (n-dimensional).
    • Constructor Detail

      • DataPoint

        public DataPoint(PointData data,
                         PointND<java.lang.Double> position)
        Creates a new DataPoint object with the specified position, Drawable, and shape.
        Parameters:
        data - Data that this point was created from.
        position - Coordinates in view/screen units.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.