Class LineFeatureOverlay

All Implemented Interfaces:
Serializable, Cloneable, Comparable

public class LineFeatureOverlay extends LineOverlay
The LineFeatureOverlay class annotates a data view with line features from a line feature source.
Since:
3.1.1
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • LineFeatureOverlay

      public LineFeatureOverlay(Color color, int layer, Stroke stroke, LineFeatureSource source)
      Constructs a new earth vector overlay.
      Parameters:
      color - the overlay color.
      layer - the overlay layer number.
      stroke - the stroke to use for vector paths.
      source - the source for vector data.
    • LineFeatureOverlay

      public LineFeatureOverlay(Color color, LineFeatureSource source)
      Constructs a new earth vector overlay. The layer number is initialized to 0 and the stroke to the default BasicStroke.
      Parameters:
      color - the overlay color.
      source - the source for vector data.
  • Method Details