Package breitband.GUI.ui
Class LicenseInfo
- java.lang.Object
-
- breitband.GUI.ui.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
-
-
-
Method Detail
-
setInfo
public void setInfo(MapCredits credits)
Sets the license information that will be displayed- Parameters:
credits
- The credits - These are retrieved by callingConfig.getMapCredits()
-
-