public class XYPlot extends AbstractDisplay
| Constructor and Description |
|---|
XYPlot(int maxEntriesPerSeries)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Object,java.lang.Number> |
getEntries(java.lang.String key)
Delivers the entries for the given series.
|
java.util.Set<java.lang.String> |
getKeys() |
void |
setEntry(java.lang.String key,
java.lang.Object x,
java.lang.Number y)
Sets a value for the given series.
|
public XYPlot(int maxEntriesPerSeries)
maxEntriesPerSeries - The maximal number of allowed entries per series in this plot.public java.util.Map<java.lang.Object,java.lang.Number> getEntries(java.lang.String key)
key - The name of the series.public java.util.Set<java.lang.String> getKeys()
public void setEntry(java.lang.String key,
java.lang.Object x,
java.lang.Number y)
key - The name of the series to modify.x - The x value.y - The y value.Copyright 2020 Kieker Project, http://kieker-monitoring.net