org.geotools.renderer.event
Interface MouseFeatureEvent
- public interface MouseFeatureEvent
A MouseFeatureEvent
is created whenever the mouse moves into
or out of the area of a feature, or if the mouse is
clicked while the mouse is over a feature. It is passed to all
MouseFeatureListener
objects that have been registered with the
HighlightManager
.
- Version:
- $Id: MouseFeatureEvent.java 17672 2006-01-19 00:25:55Z desruisseaux $
- Author:
- Julian Elliott
Method Summary |
java.util.Collection |
getFeatures()
Returns a collection of feature objects to which the event refers.
|
getFeatures
public java.util.Collection getFeatures()
- Returns a collection of feature objects to which the event refers.
Topmost feature is first.
Copyright © GeoTools. All Rights Reserved.