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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidAdds an association to this set.voidvoidSets the associations as an array ofILcdAssocobjects.voidConstructors in com.luciad.util with parameters of type ILcdAssocModifierConstructorDescriptionCreates a newTLcdAssocthat has the same key/value pair as the the given ILcdAssoc.TLcdAssocList(ILcdAssoc[] aAssocArray) Creates a newTLcdAssocListfrom an array ofILcdAssocobjects. -
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 booleanTLcdGXYEditController.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.