Class GlobeScaleDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class GlobeScaleDialog extends VertScaleDialog
A widget to get the vertical exaggeration
Author:
IDV Development Team
See Also:
  • Constructor Details

    • GlobeScaleDialog

      public GlobeScaleDialog(JFrame parent, ViewpointControl control)
      Create a new dialog for setting the vertical range of the display
      Parameters:
      parent - parent for model dialog
      control - The control
    • GlobeScaleDialog

      public GlobeScaleDialog(JFrame parent, ViewpointControl control, VertScaleInfo transfer)
      Create a new dialog for setting the vertical range of the display
      Parameters:
      parent - parent for model dialog
      control - The control
      transfer - The info to use
  • Method Details

    • doMakeContents

      protected void doMakeContents()
      Make the contents for this widget
      Overrides:
      doMakeContents in class VertScaleDialog
    • showDialog

      public void showDialog(VertScaleInfo vertScaleInfo)
      Show the dialog box and wait for results and deal with them.
      Overrides:
      showDialog in class VertScaleDialog
      Parameters:
      vertScaleInfo - default values for the dialog
    • doApply

      public boolean doApply()
      Apply the dialog state
      Overrides:
      doApply in class VertScaleDialog
      Returns:
      Was it successful