Changeset 9243 in josm for trunk/src/org/openstreetmap/josm/command/ScaleCommand.java
- Timestamp:
- 2016-01-01T19:51:11+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ScaleCommand.java
r9067 r9243 31 31 * Computation of pivot point is done by the same rules that are used in 32 32 * the "align nodes in circle" action. 33 * @param objects objects to fetch nodes from 34 * @param currentEN cuurent eats/north 33 35 */ 34 36 public ScaleCommand(Collection<OsmPrimitive> objects, EastNorth currentEN) {
Note:
See TracChangeset
for help on using the changeset viewer.