Ignore:
Timestamp:
2015-10-22T16:20:56+02:00 (8 years ago)
Author:
Don-vip
Message:

javadoc fixes

File:
1 edited

Legend:

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

    r8624 r8929  
    1515 */
    1616public abstract class RotationAngle {
     17
    1718    /**
    1819     * Calculates the rotation angle depending on the primitive to displayed.
     20     * @param p primitive
     21     * @return rotation angle
    1922     */
    2023    public abstract double getRotationAngle(OsmPrimitive p);
     
    2225    /**
    2326     * Always returns the fixed {@code angle}.
     27     * @param angle angle
     28     * @return rotation angle
    2429     */
    2530    public static RotationAngle buildStaticRotation(final double angle) {
     
    3944    /**
    4045     * Parses the rotation angle from the specified {@code string}.
     46     * @param string angle as string
     47     * @return rotation angle
    4148     */
    4249    public static RotationAngle buildStaticRotation(final String string) {
     
    8996    /**
    9097     * Computes the angle depending on the referencing way segment, or {@code 0} if none exists.
     98     * @return rotation angle
    9199     */
    92100    public static RotationAngle buildWayDirectionRotation() {
Note: See TracChangeset for help on using the changeset viewer.