Class MapPanel2D<T extends PamDataUnit>

java.lang.Object
targetMotionModule.panels.MapPanel<T>
targetMotionModule.panels.MapPanel2D<T>
All Implemented Interfaces:
TMDialogComponent

public class MapPanel2D<T extends PamDataUnit> extends MapPanel<T>
  • Constructor Details

  • Method Details

    • getPanel

      public JPanel getPanel()
      Specified by:
      getPanel in interface TMDialogComponent
      Specified by:
      getPanel in class MapPanel<T extends PamDataUnit>
      Returns:
      a panel to include in the main dialog
    • zoomPlot

      public void zoomPlot(Point point, int unitsToScroll)
      Zoom the plot in or out, centering the zoom about the current point
      Parameters:
      point -
      unitsToScroll -
    • canRun

      public boolean canRun()
      Returns:
      true if settigns on this panel think it's possible to start a run
    • enableControls

      public void enableControls()
      Description copied from interface: TMDialogComponent
      Enable controls - based on event selection and other controls
    • notifyNewResults

      public void notifyNewResults()
      Specified by:
      notifyNewResults in class MapPanel<T extends PamDataUnit>
    • settings

      public void settings()
      Specified by:
      settings in class MapPanel<T extends PamDataUnit>
    • showMap

      public void showMap(boolean b)
      Specified by:
      showMap in class MapPanel<T extends PamDataUnit>
    • update

      public void update(int flag)
      Description copied from interface: TMDialogComponent
      Updates the panel depending on the integer flag.