Class AutoScaleInspector

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

public class AutoScaleInspector extends JDialog
This displays and the DrawingPanel autoscale properties.
Version:
1.0
Author:
W. Christian
See Also:
  • Field Details

    • plotPanel

      protected DrawingPanel plotPanel
    • dataPanel

      protected JPanel dataPanel
    • xAutoscaleCheckBox

      protected JCheckBox xAutoscaleCheckBox
    • yAutoscaleCheckBox

      protected JCheckBox yAutoscaleCheckBox
    • okButton

      protected JButton okButton
  • Constructor Details

    • AutoScaleInspector

      public AutoScaleInspector(DrawingPanel panel)
      Constructs an Autoscale Inspector.
      Parameters:
      panel - the track plotting panel
  • Method Details

    • updateDisplay

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