public class PlotDisplayWindow extends Object implements EventObserver
Constructor and Description |
---|
PlotDisplayWindow() |
Modifier and Type | Method and Description |
---|---|
void |
handleEventChange(org.apache.commons.math3.util.Pair<stream.Data,String> itemKeyPair)
Adds the keys we can display in the plot window to the list on right side of the screen.
|
void |
handleKeySelectionChange(IntervallMarkerSelectionChangedEvent e) |
void |
handleKeySelectionChange(TimeSeriesSelectionChangedEvent e) |
static void |
main(String[] args) |
void |
showWindow() |
public void showWindow()
public void handleKeySelectionChange(TimeSeriesSelectionChangedEvent e)
public void handleKeySelectionChange(IntervallMarkerSelectionChangedEvent e)
public void handleEventChange(org.apache.commons.math3.util.Pair<stream.Data,String> itemKeyPair)
handleEventChange
in interface EventObserver
itemKeyPair
- the current data item we want to displaypublic static void main(String[] args)
Copyright © 2019. All rights reserved.