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 Link icon

  • Method Details Link icon

    • getPanel Link icon

      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 Link icon

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

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

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

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

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

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

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