Uses of Interface
com.luciad.util.collections.ILcdCollection
Packages that use ILcdCollection
Package
Description
Provides a set of interfaces and implementations for lists of primitives.
Provides layering support for
ILspView.Provides support for visualizing
ILcdGXYLayer instances in an
ILspView.Support for various global graphics effects in an
ILspView.-
Uses of ILcdCollection in com.luciad.util.collections
Subinterfaces of ILcdCollection in com.luciad.util.collectionsModifier and TypeInterfaceDescriptioninterfaceILcdList<T>An extension of the JavaListwhich fires aTLcdCollectionEventandTLcdListEventfor every element that is added to or removed from the list.Classes in com.luciad.util.collections that implement ILcdCollectionModifier and TypeClassDescriptionclassMethods in com.luciad.util.collections that return ILcdCollectionConstructors in com.luciad.util.collections with parameters of type ILcdCollectionModifierConstructorDescriptionTLcdCollectionEvent(ILcdCollection<T> aCollection, TLcdCollectionEvent.Type aType, T aElement, boolean aIsAdjusting) Create a new event describing a change in the collectionaCollection. -
Uses of ILcdCollection in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer that return ILcdCollectionModifier and TypeMethodDescriptionTLspEditingSupport.getObjects()Returns the edited objects.ILspInteractivePaintableLayer.getObjectsWithPaintState(TLspPaintState aState) Returns the objects in the specified paint state.TLspLayer.getObjectsWithPaintState(TLspPaintState aState) -
Uses of ILcdCollection in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy that return ILcdCollectionModifier and TypeMethodDescriptionTLspGXYLayerAdapter.getObjectsWithPaintState(TLspPaintState aState) Deprecated. -
Uses of ILcdCollection in com.luciad.view.lightspeed.services.effects
Classes in com.luciad.view.lightspeed.services.effects that implement ILcdCollectionModifier and TypeClassDescriptionfinal classA central registry for global graphics effects in anILspView.