Class LogAxesInspector

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class LogAxesInspector extends JDialog
Displays and sets DrawingPanel log-scale properties.
Version:
1.0
Author:
Wolfgang Christian
See Also:
  • Field Details

    • plotPanel

      protected PlottingPanel plotPanel
    • dataPanel

      protected JPanel dataPanel
    • logXCheckBox

      protected JCheckBox logXCheckBox
    • logYCheckBox

      protected JCheckBox logYCheckBox
    • okButton

      protected JButton okButton
  • Constructor Details

    • LogAxesInspector

      public LogAxesInspector(PlottingPanel panel)
      Constructs an LogAxis Inspector.
      Parameters:
      panel - the track plotting panel
  • Method Details

    • updateDisplay

      public void updateDisplay()
      Updates this inpector to reflect the current settings.