Package com.luciad.gui
Interface ILcdResizeableIcon
- All Superinterfaces:
Cloneable
,ILcdCloneable
,ILcdIcon
,Serializable
- All Known Implementing Classes:
TLcdCompositeIcon
,TLcdResizeableIcon
,TLcdSVGIcon
,TLcdSymbol
,TLcdVectorIcon
ILcdResizeableIcon extends ILcdIcon, allowing to set the width and the height of the icon.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIconHeight
(int aHeight) Set the height of the icon.void
setIconWidth
(int aWidth) Set the width of the icon.Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.gui.ILcdIcon
getIconHeight, getIconWidth, paintIcon
-
Method Details
-
setIconWidth
void setIconWidth(int aWidth) Set the width of the icon.- Parameters:
aWidth
- the new width.
-
setIconHeight
void setIconHeight(int aHeight) Set the height of the icon.- Parameters:
aHeight
- the new height.
-