Uses of Interface
com.luciad.util.ILcdAssoc
Packages that use ILcdAssoc
Package
Description
Contains a broad range of classes related to the visual represention of a map.
Basic utilities.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Controllers for 2D views.
-
Uses of ILcdAssoc in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ILcdAssoc -
Uses of ILcdAssoc in com.luciad.util
Classes in com.luciad.util that implement ILcdAssocModifier and TypeClassDescriptionclass
This class provides an implementation ofILcdAssoc
.Methods in com.luciad.util that return ILcdAssocModifier and TypeMethodDescriptionILcdAssoc.cloneAsILcdAssoc()
TLcdAssoc.cloneAsILcdAssoc()
ILcdAssocSet.getAssocs()
TLcdAssocList.getAssocs()
Methods in com.luciad.util with parameters of type ILcdAssocModifier and TypeMethodDescriptionvoid
Adds an association to this set.void
void
Sets the associations as an array ofILcdAssoc
objects.void
Constructors in com.luciad.util with parameters of type ILcdAssocModifierConstructorDescriptionCreates a newTLcdAssoc
that has the same key/value pair as the the given ILcdAssoc.TLcdAssocList
(ILcdAssoc[] aAssocArray) Creates a newTLcdAssocList
from an array ofILcdAssoc
objects. -
Uses of ILcdAssoc in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdAssoc -
Uses of ILcdAssoc in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller with parameters of type ILcdAssocModifier and TypeMethodDescriptionprotected boolean
TLcdGXYEditController.retrieveSnaptargetSFCT
(Object aObjectToSnap, ILcdGXYLayer aObjectToSnapGXYLayer, MouseEvent aMouseEvent, ILcdAssoc aAssoc, int aDeltaX, int aDeltaY) Deprecated.Tries to retrieve a snap target and puts it in the given assoc.