Changeset 13244 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-12-26T19:13:27+01:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/layer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/ImageryLayer.java
r13243 r13244 208 208 } 209 209 210 class ApplyOffsetAction extends AbstractAction {210 private static class ApplyOffsetAction extends AbstractAction { 211 211 private final transient OffsetMenuEntry menuEntry; 212 212 … … 359 359 * An additional menu entry in the imagery offset menu. 360 360 * @author Michael Zangl 361 * @see ImageryLayer#getOffsetMenuEntries() 361 362 * @since 13243 362 * @see ImageryLayer#getOffsetMenuEntries() 363 */ 364 public static interface OffsetMenuEntry { 363 */ 364 public interface OffsetMenuEntry { 365 365 /** 366 366 * Get the label to use for this menu item -
trunk/src/org/openstreetmap/josm/gui/layer/imagery/TileSourceDisplaySettings.java
r13243 r13244 170 170 * Gets the displacement in x (east) direction 171 171 * @return The displacement. 172 * @see #getDisplacement() 172 173 * @since 10571 173 * @see #getDisplacement()174 174 */ 175 175 public double getDx() { … … 180 180 * Gets the displacement in y (north) direction 181 181 * @return The displacement. 182 * @see #getDisplacement() 182 183 * @since 10571 183 * @see #getDisplacement()184 184 */ 185 185 public double getDy() {
Note:
See TracChangeset
for help on using the changeset viewer.