Made the track serializable.
[utils] / gps / src / org / wamblee / gpx / ZoomableBackgroundXYPlot.java
index f3788baf3e8f5fef026e84d286397582aa81ef8b..8de0711405034cd71c524466089b9beb363d761a 100644 (file)
@@ -26,7 +26,8 @@ import org.jfree.chart.renderer.xy.XYItemRenderer;
 import org.jfree.data.xy.XYDataset;
 
 /**
- * 
+ * Extension of XY plot that provides automatic zooming of the background 
+ * image. 
  */
 public class ZoomableBackgroundXYPlot extends XYPlot {