Class TLspBingMapsCopyrightIcon
java.lang.Object
com.luciad.format.bingmaps.copyright.TLcdBingMapsCopyrightIcon
com.luciad.format.bingmaps.copyright.lightspeed.TLspBingMapsCopyrightIcon
- All Implemented Interfaces:
ILcdIcon
,ILcdChangeSource
,ILcdCloneable
,Serializable
,Cloneable
Icon to display copyright info for an
ILspView
- Since:
- 2012.1
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new Bing maps copyright icon that will automatically be kept consistent with the passed view -
Method Summary
Methods inherited from class com.luciad.format.bingmaps.copyright.TLcdBingMapsCopyrightIcon
addChangeListener, asComponent, getAlignment, getCopyright, getFont, getFontColor, getIconHeight, getIconWidth, getMaxLineWidth, getShadowColor, paintIcon, removeChangeListener, setAlignment, setCopyright, setFont, setFontColor, setMaxLineWidth, setShadowColor
-
Constructor Details
-
TLspBingMapsCopyrightIcon
Creates a new Bing 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:ILcdCloneable
Makes
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:
clone
in interfaceILcdCloneable
- Overrides:
clone
in classTLcdBingMapsCopyrightIcon
- See Also:
-