Documentation of 'de.erichseifert.gral.plots.points.PointData' Java class
PointData
de.erichseifert.gral.plots.points

Class PointData



  • public class PointData
    extends java.lang.Object
    Class for storing data that will be used to create a data point in a plot.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.List<Axis> axes
      Axes that will be used to project the point.
      java.util.List<? extends AxisRenderer> axisRenderers
      Renderers for the axes that will be used to project the point.
      int col
      The index of the column in the row that contains the data value.
      int index
      The index of the row.
      Row row
      The data row that will get projected.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PointData(java.util.List<Axis> axes, java.util.List<? extends AxisRenderer> axisRenderers, Row row, int rowIndex, int col)
      Initializes a new instance with the specified data.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • axes

        public final java.util.List<Axis> axes
        Axes that will be used to project the point.
      • axisRenderers

        public final java.util.List<? extends AxisRenderer> axisRenderers
        Renderers for the axes that will be used to project the point.
      • index

        public final int index
        The index of the row.
      • row

        public final Row row
        The data row that will get projected.
      • col

        public final int col
        The index of the column in the row that contains the data value.
    • Constructor Detail

      • PointData

        public PointData(java.util.List<Axis> axes,
                         java.util.List<? extends AxisRenderer> axisRenderers,
                         Row row,
                         int rowIndex,
                         int col)
        Initializes a new instance with the specified data.
        Parameters:
        axes - Axes that are used to project the point.
        axisRenderers - Renderers for the axes.
        row - Data row containing that will be projected on the axes.
        rowIndex - Index of the row.
        col - Index of the column in the row that contains the data value.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.