public interface IGraphicalUpdater
| Modifier and Type | Method and Description |
|---|---|
void |
resetSampleCount() |
void |
setComponentAvailable(boolean tmp,
java.lang.String reason,
int position) |
void |
setTimeWindow(double frequency,
int time) |
void |
setValues(java.lang.String component,
java.lang.String property,
int position) |
void |
updateValues(long time,
double value,
int position) |
void updateValues(long time,
double value,
int position)
void setValues(java.lang.String component,
java.lang.String property,
int position)
void setComponentAvailable(boolean tmp,
java.lang.String reason,
int position)
void resetSampleCount()
void setTimeWindow(double frequency,
int time)