Class MultiPointFeatureOverlayPropertyChooser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MultiPointFeatureOverlayPropertyChooser extends OverlayPropertyChooser<MultiPointFeatureOverlay<SimpleSymbol>>
A MultiPointFeatureOverlayPropertyChooser is an OverlayPropertyChooser that handles MultiPointFeatureOverlay objects.
Since:
3.3.2
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • MultiPointFeatureOverlayPropertyChooser

      public MultiPointFeatureOverlayPropertyChooser(MultiPointFeatureOverlay<SimpleSymbol> overlay)
      Creates a new chooser panel.
      Parameters:
      overlay - the overlay to manipulate.
  • Method Details

    • getTitle

      protected String getTitle()
      Description copied from class: OverlayPropertyChooser
      Gets the title that will be used to annotate the properties panel. The properties panel will be titled "XXX Overlay Properties" where "XXX" is the string returned by this method.
      Specified by:
      getTitle in class OverlayPropertyChooser<MultiPointFeatureOverlay<SimpleSymbol>>
    • createTestOverlay

      public static MultiPointFeatureOverlay createTestOverlay()
      Creates a simple overlay for testing.
      Returns:
      the test overlay.
    • main

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