Ignore:
Timestamp:
2020-06-07T14:49:02+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19334 - javadoc fixes + protected constructors for abstract classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java

    r16444 r16553  
    431431
    432432    /**
     433     * Returns geographic coordinates from a specific pixel coordination on the screen.
    433434     * @param x X-Pixelposition to get coordinate from
    434435     * @param y Y-Pixelposition to get coordinate from
     
    492493
    493494    /**
     495     * Returns minimum bounds that will cover a given rectangle.
    494496     * @param r rectangle
    495497     * @return Minimum bounds that will cover rectangle
     
    12361238    /**
    12371239     * The result *order* depends on the current map selection state.
    1238      * Segments within 10px of p are searched and sorted by their distance to @param p,
     1240     * Segments within 10px of p are searched and sorted by their distance to {@code p},
    12391241     * then, within groups of equally distant segments, prefer those that are selected.
    12401242     *
     
    16371639
    16381640    /**
     1641     * Returns the projection to be used in calculating stuff.
    16391642     * @return The projection to be used in calculating stuff.
    16401643     */
Note: See TracChangeset for help on using the changeset viewer.