Class MultiPointFeatureOverlaySymbolPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MultiPointFeatureOverlaySymbolPanel extends JPanel
A MultiPointFeatureOverlaySymbolPanel shows a set of symbols and an attribute value table for features displayed by a MultiPointFeatureOverlay object.
Since:
3.3.2
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • MultiPointFeatureOverlaySymbolPanel

      public MultiPointFeatureOverlaySymbolPanel(MultiPointFeatureOverlay<SimpleSymbol> multiPointOverlay, EarthArea area)
      Creates a new symbol display panel.
      Parameters:
      multiPointOverlay - the overlay the use for feature display.
      area - the earth area to use for feature display.
  • Method Details

    • overlayChanged

      public void overlayChanged()
      Signals that the feature overlay has changed in some way, and to update the panel accordingly.
    • main

      public static void main(String[] argv)
      Tests this class.
      Parameters:
      argv - the array of command line parameters.