Ignore:
Timestamp:
2017-05-15T22:40:54+02:00 (7 years ago)
Author:
michael2402
Message:

See #14794: Add javadoc for all gpx classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/WayPoint.java

    r12169 r12186  
    2828     */
    2929    public double time;
     30    /**
     31     * The color to draw the segment before this point in
     32     * @see #drawLine
     33     */
    3034    public Color customColoring;
     35    /**
     36     * <code>true</code> indicates that the line before this point should be drawn
     37     */
    3138    public boolean drawLine;
     39    /**
     40     * The direction of the line before this point. Used as cache to speed up drawing. Should not be relied on.
     41     */
    3242    public int dir;
    3343
Note: See TracChangeset for help on using the changeset viewer.