Ignore:
Timestamp:
2016-08-28T19:00:16+02:00 (10 years ago)
Author:
Don-vip
Message:

improve javadoc, unit tests, reduce visibility of some public fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapViewState.java

    r10875 r10910  
    264264    }
    265265
     266    /**
     267     * Returns the area for the given bounds.
     268     * @param bounds bounds
     269     * @return the area for the given bounds
     270     */
    266271    public Area getArea(Bounds bounds) {
    267272        Path2D area = new Path2D.Double();
Note: See TracChangeset for help on using the changeset viewer.