| Package | Description |
|---|---|
| org.gvsig.fmap.mapcontrol.tools | |
| org.gvsig.fmap.mapcontrol.tools.Listeners |
| Modifier and Type | Field and Description |
|---|---|
protected MeasureEvent |
AreaListenerImpl.event
Information about all vertexes and
GeneralPathXs of the polyline. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMapTool.circle(MeasureEvent event) |
void |
MeasureListenerImpl.pointFixed(MeasureEvent event) |
void |
BaseMapTool.pointFixed(MeasureEvent event) |
void |
PolygonSelectionListener.pointFixed(MeasureEvent event) |
void |
AreaListenerImpl.pointFixed(MeasureEvent event) |
void |
MeasureListenerImpl.points(MeasureEvent event) |
void |
BaseMapTool.points(MeasureEvent event) |
void |
PolygonSelectionListener.points(MeasureEvent event) |
void |
AreaListenerImpl.points(MeasureEvent event) |
void |
MeasureListenerImpl.polylineFinished(MeasureEvent event) |
void |
BaseMapTool.polylineFinished(MeasureEvent event) |
void |
PolygonSelectionListener.polylineFinished(MeasureEvent event) |
void |
AreaListenerImpl.polylineFinished(MeasureEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CircleListener.circle(MeasureEvent event)
Called when user defines a circular area.
|
void |
PolylineListener.pointFixed(MeasureEvent event)
Called when user executes a mouse click and selects a vertex of the polyline.
|
void |
PolylineListener.points(MeasureEvent event)
Called when user moves the mouse after selecting a vertex of the polyline.
|
void |
PolylineListener.polylineFinished(MeasureEvent event)
Called when user executes a double click with the mouse, finishing the
drawn of the polyline.
|
Copyright © 2015 gvSIG Association. All Rights Reserved.