Class LicenseInfo


  • public class LicenseInfo
    extends java.lang.Object
    Visually displays the license information for the map data and provides a clickable link to the full license.
    Author:
    Luna Otte
    See Also:
    setInfo(MapCredits)
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseInfo​(sag.SAGPanel panel)
      Creates a new LicenseInfo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setInfo​(MapCredits credits)
      Sets the license information that will be displayed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LicenseInfo

        public LicenseInfo​(sag.SAGPanel panel)
        Creates a new LicenseInfo
        Parameters:
        panel - The panel the LicenseInfo will be attached to
    • Method Detail

      • setInfo

        public void setInfo​(MapCredits credits)
        Sets the license information that will be displayed
        Parameters:
        credits - The credits - These are retrieved by calling Config.getMapCredits()