- All Superinterfaces:
Activity
,ChartActivity
,MutableActivity
- All Known Implementing Classes:
MutableChartActivityBase
An add-on interface for chart activities where it should be possible to
change the chart value at a later time. This turns a chart activity into a
mutable activity and allows for the user to edit the value interactively.
- Since:
- 1.0
-
Method Summary
Methods inherited from interface com.flexganttfx.model.Activity
getEndTime, getId, getName, getStartTime
Methods inherited from interface com.flexganttfx.model.activity.ChartActivity
getChartValue
Methods inherited from interface com.flexganttfx.model.activity.MutableActivity
setEndTime, setName, setStartTime
-
Method Details
-
setChartValue
void setChartValue(double value) Sets a new chart value.- Parameters:
value
- the new value- Since:
- 1.0
-