|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.display.AbstractDisplay kieker.analysis.display.MeterGauge
public class MeterGauge
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
Constructor Summary | |
---|---|
MeterGauge()
Creates a new instance of this class. |
Method Summary | |
---|---|
List<String> |
getIntervalColors(String key)
|
List<Number> |
getIntervals(String key)
|
Set<String> |
getKeys()
|
Number |
getValue(String key)
|
void |
setIntervals(String key,
List<Number> intervals,
List<String> colors)
Sets the intervals for the colors of the meter gauge with the given name. |
void |
setValue(String key,
Number value)
Sets the value for the given meter gauge "series". |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeterGauge()
Method Detail |
---|
public void setIntervals(String key, List<Number> intervals, List<String> colors)
key
- The name of the meter gauge "series".intervals
- The intervals for the colors.colors
- The colors of the intervals. It is assumed that the size of this list is the same as the one for the intervals. The colors are given as html string
(e.g., FF000).public void setValue(String key, Number value)
key
- The name of the meter gauge "series".value
- The new value for the meter gauge.public Set<String> getKeys()
public List<Number> getIntervals(String key)
public List<String> getIntervalColors(String key)
public Number getValue(String key)
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |