Uses of Interface
com.luciad.gui.ILcdResizeableIcon
Packages that use ILcdResizeableIcon
Package
Description
GUI aspects independent of any chosen windows API.
Representation aspects of APP-6A symbols in xy space.
Representation aspects of MIL-STD 2525 military symbols in xy space.
-
Uses of ILcdResizeableIcon in com.luciad.gui
Classes in com.luciad.gui that implement ILcdResizeableIconModifier and TypeClassDescriptionclassAnILcdResizeableIconcomposed from multipleILcdResizeableIcons.classWrapper implementation ofILcdResizeableIconthat rescales the wrapped icon when it is too large to fit the given size.classIcon implementation based on a Scalable Vector Graphics (SVG) file or XML document.classA convenience icon implementation for simple symbols, such as squares or circles.classDeprecated.Do not use this class, it is for internal use only.Methods in com.luciad.gui that return ILcdResizeableIconModifier and TypeMethodDescriptionTLcdCompositeIcon.getIcon(int aIndex) Get the sub icon at the given index.Methods in com.luciad.gui with parameters of type ILcdResizeableIconModifier and TypeMethodDescriptionvoidTLcdCompositeIcon.addIcon(ILcdResizeableIcon aIcon) Add an icon.voidTLcdCompositeIcon.removeIcon(ILcdResizeableIcon aIcon) Remove an icon. -
Uses of ILcdResizeableIcon in com.luciad.symbology.app6a.view.gxy
Methods in com.luciad.symbology.app6a.view.gxy that return types with arguments of type ILcdResizeableIconMethods in com.luciad.symbology.app6a.view.gxy with parameters of type ILcdResizeableIconModifier and TypeMethodDescriptionvoidTLcdDefaultAPP6AStyle.setSelectionIcon(ILcdResizeableIcon aIcon) Deprecated. -
Uses of ILcdResizeableIcon in com.luciad.symbology.milstd2525b.view.gxy
Methods in com.luciad.symbology.milstd2525b.view.gxy that return types with arguments of type ILcdResizeableIconMethods in com.luciad.symbology.milstd2525b.view.gxy with parameters of type ILcdResizeableIconModifier and TypeMethodDescriptionvoidTLcdDefaultMS2525bStyle.setSelectionIcon(ILcdResizeableIcon aIcon) Deprecated. -
Uses of ILcdResizeableIcon in com.luciad.symbology.view.common
Methods in com.luciad.symbology.view.common that return types with arguments of type ILcdResizeableIconModifier and TypeMethodDescriptionTLcdMilitarySymbolStyle.getSelectionIcon()Returns the icon which is displayed when the icon symbol is selected.Methods in com.luciad.symbology.view.common with parameters of type ILcdResizeableIconModifier and TypeMethodDescriptionvoidTLcdMilitarySymbolStyle.setSelectionIcon(ILcdResizeableIcon aIcon) Sets the icon which is displayed when the icon symbol is selected.