Ignore:
Timestamp:
2016-01-01T19:51:11+01:00 (9 years ago)
Author:
Don-vip
Message:

javadoc update

Location:
trunk/src/org/openstreetmap/josm/command
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/PurgeCommand.java

    r9062 r9243  
    5151     *  - Each element of makeIncomplete must not be new and must have only
    5252     *      referrers that are either a relation or included in toPurge.
     53     * @param layer OSM data layer
     54     * @param toPurge primitives to purge
     55     * @param makeIncomplete primitives to make incomplete
    5356     */
    5457    public PurgeCommand(OsmDataLayer layer, Collection<OsmPrimitive> toPurge, Collection<OsmPrimitive> makeIncomplete) {
     
    142145     * Sorts a collection of primitives such that for each object
    143146     * its referrers come later in the sorted collection.
     147     * @param sel collection of primitives to sort
    144148     * @return sorted list
    145149     */
  • trunk/src/org/openstreetmap/josm/command/RotateCommand.java

    r9067 r9243  
    3535     * Creates a RotateCommand.
    3636     * Assign the initial object set, compute pivot point and inital rotation angle.
     37     * @param objects objects to fetch nodes from
     38     * @param currentEN cuurent eats/north
    3739     */
    3840    public RotateCommand(Collection<OsmPrimitive> objects, EastNorth currentEN) {
     
    4850    /**
    4951     * Get angle between the horizontal axis and the line formed by the pivot and given point.
     52     * @param currentEN cuurent eats/north
    5053     * @return angle between the horizontal axis and the line formed by the pivot and given point
    5154     **/
  • trunk/src/org/openstreetmap/josm/command/ScaleCommand.java

    r9067 r9243  
    3131     * Computation of pivot point is done by the same rules that are used in
    3232     * the "align nodes in circle" action.
     33     * @param objects objects to fetch nodes from
     34     * @param currentEN cuurent eats/north
    3335     */
    3436    public ScaleCommand(Collection<OsmPrimitive> objects, EastNorth currentEN) {
  • trunk/src/org/openstreetmap/josm/command/TransformNodesCommand.java

    r8931 r9243  
    4646     * Creates a TransformNodesObject.
    4747     * Find out the impacted nodes and store their initial state.
     48     * @param objects objects to fetch nodes from
    4849     */
    4950    public TransformNodesCommand(Collection<OsmPrimitive> objects) {
Note: See TracChangeset for help on using the changeset viewer.