simtools.ui
Class TimePlotStatisticsDialog

java.lang.Object
  extended by simtools.ui.PlotInformationDialog
      extended by simtools.ui.TimePlotStatisticsDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, ShapeListener

public class TimePlotStatisticsDialog
extends PlotInformationDialog


Nested Class Summary
 
Nested classes/interfaces inherited from class simtools.ui.PlotInformationDialog
PlotInformationDialog.HeaderPanel
 
Field Summary
static java.text.SimpleDateFormat dateTimeFormatter
           
 
Fields inherited from class simtools.ui.PlotInformationDialog
bok, curveStatisticsPanel, dialog, FIELD_SIZE, headerPanel, plotShape, resources, STANDARD_INSETS, tfpxmax, tfpxmin, tfsxmax, tfsxmin
 
Constructor Summary
TimePlotStatisticsDialog(PlotShape ps)
           
 
Method Summary
protected  javax.swing.JPanel createCurveStatisticsPanel()
           
protected  void upateGlobalStatistics()
           
 
Methods inherited from class simtools.ui.PlotInformationDialog
actionPerformed, createButtonPanel, createDialog, createGlobalStatisticPanel, dispose, getHeaderPanel, getXmax, getXmin, shapeChanged, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dateTimeFormatter

public static java.text.SimpleDateFormat dateTimeFormatter
Constructor Detail

TimePlotStatisticsDialog

public TimePlotStatisticsDialog(PlotShape ps)
Method Detail

createCurveStatisticsPanel

protected javax.swing.JPanel createCurveStatisticsPanel()
Overrides:
createCurveStatisticsPanel in class PlotInformationDialog
Returns:
JPanel containing statistics related to all curves

upateGlobalStatistics

protected void upateGlobalStatistics()
Overrides:
upateGlobalStatistics in class PlotInformationDialog