Changeset 10399 in josm for trunk/src/org
- Timestamp:
- 2016-06-16T15:13:01+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapViewState.java
r10398 r10399 169 169 * Creates an affine transform that is used to convert the east/north coordinates to view coordinates. 170 170 * @return The affine transform. It should not be changed. 171 * @since xxx171 * @since 10375 172 172 */ 173 173 public AffineTransform getAffineTransform() { … … 180 180 * @param newCenter The new center coordinate. 181 181 * @return The new state. 182 * @since xxx182 * @since 10375 183 183 */ 184 184 public MapViewState usingCenter(EastNorth newCenter) { … … 190 190 * @param newEastNorthThere The east/north coordinate that should be there. 191 191 * @return The new state. 192 * @since xxx192 * @since 10375 193 193 */ 194 194 public MapViewState movedTo(MapViewPoint mapViewPoint, EastNorth newEastNorthThere) { … … 205 205 * @param newScale The new scale to use. 206 206 * @return The new state. 207 * @since xxx207 * @since 10375 208 208 */ 209 209 public MapViewState usingScale(double newScale) { … … 217 217 * @param positon The new location to use. 218 218 * @return The new state. 219 * @since xxx219 * @since 10375 220 220 */ 221 221 public MapViewState usingLocation(JComponent positon) { … … 230 230 * @param height The view height 231 231 * @return The state 232 * @since xxx232 * @since 10375 233 233 */ 234 234 public static MapViewState createDefaultState(int width, int height) {
Note:
See TracChangeset
for help on using the changeset viewer.