|
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.XYPlot
public class XYPlot
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
Constructor Summary | |
---|---|
XYPlot(int maxEntriesPerSeries)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
Map<Object,Number> |
getEntries(String key)
Delivers the entries for the given series. |
Set<String> |
getKeys()
|
void |
setEntry(String key,
Object x,
Number y)
Sets a value for the given series. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XYPlot(int maxEntriesPerSeries)
maxEntriesPerSeries
- The maximal number of allowed entries per series in this plot.Method Detail |
---|
public Map<Object,Number> getEntries(String key)
key
- The name of the series.
public Set<String> getKeys()
public void setEntry(String key, Object x, Number y)
key
- The name of the series to modify.x
- The x value.y
- The y value.
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |