Schnittstelle MutableChartActivity
- Alle Superschnittstellen:
Activity, ChartActivity, MutableActivity
- Alle bekannten Implementierungsklassen:
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.
- Seit:
- 1.0
-
Methodenübersicht
Von Schnittstelle geerbte Methoden Activity
getEndTime, getId, getName, getStartTimeVon Schnittstelle geerbte Methoden ChartActivity
getChartValueVon Schnittstelle geerbte Methoden MutableActivity
setEndTime, setName, setStartTime
-
Methodendetails
-
setChartValue
void setChartValue(double value) Sets a new chart value.- Parameter:
value- the new value- Seit:
- 1.0
-