Interface MutableHighLowChartActivity

All Superinterfaces:
Activity, HighLowChartActivity, MutableActivity
All Known Implementing Classes:
MutableHighLowChartActivityBase

public interface MutableHighLowChartActivity
extends MutableActivity, HighLowChartActivity
An add-on interface for high-low activities which allows the user to interactively edit the high and low value of the activity.
Since:
1.0
  • Method Details

    • setLow

      void setLow​(double low)
      Sets the low value of the activity.
      Parameters:
      low - the new low value
      Since:
      1.0
    • setHigh

      void setHigh​(double high)
      Sets the high value of the activity.
      Parameters:
      high - the new high value
      Since:
      1.0