Class DataLineInfo

java.lang.Object
dataPlots.data.DataLineInfo
Direct Known Subclasses:
D3DataLineInfo

public class DataLineInfo extends Object
Info about a specific data line within a TDDataInfo. This is needed since the DataInfos generally represent a whole data block, but the data lines represent a single way of displaying the data within that block.
Author:
Doug Gillespie
  • Field Details

    • name

      public String name
      Name of the data, e.g. accelerometer x; bearing; slant angle, etc.
    • unit

      public String unit
      Units of the data, e.g. m/s2, deg., deg.C, etc.
  • Constructor Details

    • DataLineInfo

      public DataLineInfo(String name, String unit)
  • Method Details