Class TLspCompassNavigationControl

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TLspCompassNavigationControl extends ALcdCompassNavigationControl
Implementation of ALcdCompassNavigationControl for an ILspView.
Since:
2012.0
See Also:
  • Constructor Details

    • TLspCompassNavigationControl

      public TLspCompassNavigationControl(ILspView aView) throws IOException
      A constructor for the compass component of the navigation controls for a ILspView. The constructor also loads the necessary images and will initialize all the subcomponents of the panel.
      Parameters:
      aView - The view this panel will interact with
      Throws:
      IOException - when one of the necessary images is missing
      Since:
      2019.0.05
    • TLspCompassNavigationControl

      public TLspCompassNavigationControl(String aImagePath, ILspView aView) throws IOException
      A constructor for the compass component of the navigation controls for a ILspView using the given image path and view. The constructor also loads the necessary images and will initialize all the subcomponents of the panel.

      Parameters:
      aImagePath - The (relative or absolute) path to the directory where the images are stored.
      aView - The view this panel will interact with.
      Throws:
      IOException - when one of the necessary images is missing.
  • Method Details