Changeset 5903 in josm for trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
- Timestamp:
- 2013-04-25T17:57:04+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
r5870 r5903 347 347 * Zoom to the given coordinate. 348 348 * @param newCenter The center x-value (easting) to zoom to. 349 * @param scale The scale to use.349 * @param newScale The scale to use. 350 350 */ 351 351 public void zoomTo(EastNorth newCenter, double newScale) { … … 396 396 * Zoom to the given coordinate without adding to the zoom undo buffer. 397 397 * @param newCenter The center x-value (easting) to zoom to. 398 * @param scale The scale to use.398 * @param newScale The scale to use. 399 399 */ 400 400 private void zoomNoUndoTo(EastNorth newCenter, double newScale) { … … 929 929 * @return The nearest way to point p, 930 930 * prefer a selected way if there are multiple nearest. 931 * @see #getNearestWaySegment(Point, Collection,Predicate)931 * @see #getNearestWaySegment(Point, Predicate) 932 932 * 933 933 * @param p the point for which to search the nearest segment. … … 985 985 * 986 986 * @return Primitives nearest to the given screen point. 987 * @see #getNearests(Point, Collection, Predicate) 987 * @see #getNearestNodesOrWays(Point, Collection, Predicate) 988 988 * 989 989 * @param p The point on screen. … … 1035 1035 * @return A primitive within snap-distance to point p, 1036 1036 * that is chosen by the algorithm described. 1037 * @see getNearestNode(Point, Predicate) 1038 * @see getNearestNodesImpl(Point, Predicate) 1039 * @see getNearestWay(Point, Predicate) 1037 * @see #getNearestNode(Point, Predicate) 1038 * @see #getNearestNodesImpl(Point, Predicate) 1039 * @see #getNearestWay(Point, Predicate) 1040 1040 * 1041 1041 * @param p The point on screen.
Note:
See TracChangeset
for help on using the changeset viewer.
