Class ScaleInspector

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

public class ScaleInspector extends JDialog
This displays and sets DrawingPanel scale properties.
Version:
1.1 01 Dec 2007
Author:
Douglas Brown, Wolfgang Christian
See Also:
  • Field Details

    • drawingPanel

      protected DrawingPanel drawingPanel
    • dataPanel

      protected JPanel dataPanel
    • xMinLabel

      protected JLabel xMinLabel
    • xMaxLabel

      protected JLabel xMaxLabel
    • yMinLabel

      protected JLabel yMinLabel
    • yMaxLabel

      protected JLabel yMaxLabel
    • xMinField

      protected NumberField xMinField
    • xMaxField

      protected NumberField xMaxField
    • yMinField

      protected NumberField yMinField
    • yMaxField

      protected NumberField yMaxField
    • xMinCheckBox

      protected JCheckBox xMinCheckBox
    • xMaxCheckBox

      protected JCheckBox xMaxCheckBox
    • yMinCheckBox

      protected JCheckBox yMinCheckBox
    • yMaxCheckBox

      protected JCheckBox yMaxCheckBox
    • okButton

      protected JButton okButton
  • Constructor Details

    • ScaleInspector

      public ScaleInspector(DrawingPanel panel)
      Constructs a PanelInspector.
      Parameters:
      panel - the track plotting panel
  • Method Details

    • updateDisplay

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