Changeset 16877 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-08-12T20:42:31+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/Shape.java
r16643 r16877 59 59 /** 60 60 * Encodes the shapes as a string using {@code ,} and {@code ;} as separators 61 * @param shapes The shapes to encode 61 62 * @return The string encoded shapes 62 63 */ -
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TaginfoAction.java
r16606 r16877 106 106 107 107 /** 108 * Opens Taginfofor the given tag or key (if the tag value is null)108 * Returns the Taginfo URL for the given tag or key (if the tag value is null) 109 109 * @param tag the tag 110 * @return the Taginfo URL for the given tag or key 110 111 * @since 16596 111 112 */ … … 123 124 124 125 /** 125 * Opens Taginfofor the given relation type126 * Returns the Taginfo URL for the given relation type 126 127 * @param type the relation type 128 * @return the Taginfo URL for the given relation type 127 129 * @since 16596 128 130 */ … … 135 137 * @param name the action's text as displayed on the menu (if it is added to a menu) 136 138 * @param taginfoUrl Taginfo URL 139 * @return a new action which launches the Taginfo instance from the given URL 137 140 * @since 16597 138 141 */ -
trunk/src/org/openstreetmap/josm/gui/download/overpass/OverpassWizardRegistration.java
r16359 r16877 44 44 /** 45 45 * Gets all wizards that are currently registered. 46 * @param callbacks wizard callbacks 46 47 * @return The list of wizards. 47 48 */ -
trunk/src/org/openstreetmap/josm/gui/io/importexport/GpxImporter.java
r16869 r16877 57 57 * Constructs a new {@code GpxImporterData}. 58 58 * @param gpxLayer The imported GPX layer. May be null if no GPX data. 59 * @param gpxRouteLayer The imported GPX route layer. May be null if no GPX route. 59 60 * @param markerLayer The imported marker layer. May be null if no marker. 60 61 * @param postLayerTask The task to run after GPX and/or marker layer has been added to MapView. -
trunk/src/org/openstreetmap/josm/io/OnlineResource.java
r16430 r16877 42 42 /** 43 43 * Replies whether the given URL matches this online resource 44 * @param url the URL to check 44 45 * @return whether the given URL matches this online resource 45 46 */ -
trunk/src/org/openstreetmap/josm/tools/HiDPISupport.java
r16486 r16877 145 145 * Will return the argument, in case it is not a multi-resolution image. 146 146 * @param img the image 147 * @param destImageWidth the width of the destination image 148 * @param destImageHeight the height of the destination image 147 149 * @return if <code>img</code> is a <code>java.awt.image.BaseMultiResolutionImage</code>, 148 150 * then the result of the method <code>#getResolutionVariant(destImageWidth, destImageHeight)</code>,
Note:
See TracChangeset
for help on using the changeset viewer.