Ignore:
Timestamp:
2014-01-19T15:33:15+01:00 (13 years ago)
Author:
Don-vip
Message:

update javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionChoice.java

    r6070 r6733  
    3838    /**
    3939     * Get the projection that matches the internal state.
     40     * @return the effective projection
    4041     */
    4142    Projection getProjection();
     
    6263    /**
    6364     * Return all projection codes supported by this projection choice.
     65     * @return all supported projection codes
    6466     */
    6567    String[] allCodes();
     
    6769    /**
    6870     * Get Preferences from projection code.
     71     * @param code projection code
    6972     *
    7073     * @return null when code is not part of this projection choice.
     
    8083     */
    8184    String toString();
    82 
    8385}
Note: See TracChangeset for help on using the changeset viewer.