Package com.luciad.view.lightspeed.layer
Class ALspTouchInfo
java.lang.Object
com.luciad.view.lightspeed.layer.ALspTouchInfo
- All Implemented Interfaces:
ILcdCloneable
,Cloneable
- Direct Known Subclasses:
ALspViewTouchInfo
,ALspWorldTouchInfo
Abstract super class for objects that return information about how/where an object was touched.
- Since:
- 2012.0
-
Constructor Details
-
ALspTouchInfo
public ALspTouchInfo()
-
-
Method Details
-
getDomainObject
Returns the domain object.- Returns:
- the domain object
-
clone
Returns a clone of this object. The default implementation delegates toObject.clone()
.- Specified by:
clone
in interfaceILcdCloneable
- Overrides:
clone
in classObject
- Returns:
- a clone of this object.
- See Also:
-