Class PointFeatureOverlayPropertyChooser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • PointFeatureOverlayPropertyChooser

      public PointFeatureOverlayPropertyChooser(PointFeatureOverlay<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<PointFeatureOverlay<SimpleSymbol>>
    • main

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