Interface ChartItemModel

All Known Implementing Classes:
DefaultChartItemModel

public interface ChartItemModel
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

  • Method Details

    • getId

      RmaDataId getId()
      Returns:
      the id of this item's data
    • getValue

      double getValue()
      Returns:
      the value of the item at this snapshot
    • getMinValue

      double getMinValue()
      Returns:
      the minimum value of the item at this snapshot
    • getMaxValue

      double getMaxValue()
      Returns:
      the maximum value of the item at this snapshot
    • getQuality

      int getQuality()
      Returns:
      the quality of this item's values at this snapshot
    • getUnits

      String getUnits()
      Returns:
      the units of the item's values at this snapshot note that units "should" be the same across each item's snapshots, but not necessarily between different items on the same chart