|
Kieker 1.11 | |||||||||
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 | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 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.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |