Class LatLonLabelPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • LatLonLabelPanel

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

    • setLatLonLabelData

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

      public static JPanel layoutPanels(LatLonLabelPanel latPanel, LatLonLabelPanel lonPanel)
      Layout the panels
      Parameters:
      latPanel - the lat panel
      lonPanel - the lon panel
      Returns:
      The laid back panels
    • applyStateToData

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

      public LatLonLabelData getLatLonLabelData()
      Get the latlondata object
      Returns:
      The latlondata object