Class LatLonPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LatLonPanel extends JPanel
A panel to hold the gui for one lat lon line
See Also:
  • Constructor Details

    • LatLonPanel

      public LatLonPanel(LatLonData lld)
      Create a LatLonPanel
      Parameters:
      lld - Holds the lat lon data
  • Method Details

    • setLatLonData

      public void setLatLonData(LatLonData lld)
      Set the information that configures this.
      Parameters:
      lld - the latlon data
    • layoutPanels

      public static JPanel layoutPanels(LatLonPanel latPanel, LatLonPanel lonPanel)
      Layout the panels
      Parameters:
      latPanel - the lat panel
      lonPanel - the lon panel
      Returns:
      The layed out panels
    • applyStateToData

      public void applyStateToData()
      Apply any of the state in the gui (e.g., spacing) to the latLonData
    • getLatLonData

      public LatLonData getLatLonData()
      Get the latlondata object
      Returns:
      The latlondata object