Class TLspAzureMapsCopyrightIcon
java.lang.Object
com.luciad.format.azuremaps.copyright.TLcdAzureMapsCopyrightIcon
com.luciad.format.azuremaps.copyright.lightspeed.TLspAzureMapsCopyrightIcon
- All Implemented Interfaces:
ILcdIcon,ILcdChangeSource,ILcdCloneable,Serializable,Cloneable
Icon to display copyright info for an
ILspView.- Since:
- 2025.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new Azure maps copyright icon that will automatically be kept consistent with the passed view -
Method Summary
Methods inherited from class com.luciad.format.azuremaps.copyright.TLcdAzureMapsCopyrightIcon
addChangeListener, asComponent, getAlignment, getCopyright, getFont, getFontColor, getIconHeight, getIconWidth, getMaxLineWidth, getShadowColor, paintIcon, removeChangeListener, setAlignment, setCopyright, setFont, setFontColor, setMaxLineWidth, setShadowColor
-
Constructor Details
-
TLspAzureMapsCopyrightIcon
Creates a new Azure maps copyright icon that will automatically be kept consistent with the passed view- Parameters:
aView- the view for which the icon will display copyright information
-
-
Method Details
-
clone
Description copied from interface:ILcdCloneableMakes
When for example extending fromObject.clone()public.java.lang.Object, it can be implemented like this:public Object clone() { try { return super.clone(); } catch ( CloneNotSupportedException e ) { // Cannot happen: extends from Object and implements Cloneable (see also Object.clone) throw new RuntimeException( e ); } }- Specified by:
clonein interfaceILcdCloneable- Overrides:
clonein classTLcdAzureMapsCopyrightIcon- See Also:
-