Uses of Interface
com.luciad.util.collections.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
Modifier and TypeInterfaceDescriptioninterface
ILcdList<T>
An extension of the JavaList
which fires aTLcdCollectionEvent
andTLcdListEvent
for every element that is added to or removed from the list.Modifier and TypeClassDescriptionclass
ModifierConstructorDescriptionTLcdCollectionEvent
(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
Modifier 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
Modifier and TypeMethodDescriptionTLspGXYLayerAdapter.getObjectsWithPaintState
(TLspPaintState aState) Deprecated. -
Uses of ILcdCollection in com.luciad.view.lightspeed.services.effects
Modifier and TypeClassDescriptionfinal class
A central registry for global graphics effects in anILspView
.