Interface HighLowChartActivity

All Superinterfaces:
Activity
All Known Subinterfaces:
MutableHighLowChartActivity
All Known Implementing Classes:
HighLowChartActivityBase, MutableHighLowChartActivityBase

public interface HighLowChartActivity
extends Activity
An add-on interface for Activity used for activities that want to be shown as "High Low Sticks" (e.g. Stock Charts) in a ChartLayout.
Since:
1.0
  • Method Summary

    Modifier and Type Method Description
    double getHigh()
    Returns the high value of the activity.
    double getLow()
    Returns the low value of the activity.

    Methods inherited from interface com.flexganttfx.model.Activity

    getEndTime, getId, getName, getStartTime
  • Method Details

    • getLow

      double getLow()
      Returns the low value of the activity.
      Returns:
      the low value
      Since:
      1.0
    • getHigh

      double getHigh()
      Returns the high value of the activity.
      Returns:
      the high value
      Since:
      1.0