Class OverlayPropertyChooserFactory

java.lang.Object
noaa.coastwatch.gui.visual.OverlayPropertyChooserFactory

public class OverlayPropertyChooserFactory extends Object
The OverlayPropertyChooserFactory class may be used to create appropriate OverlayPropertyChooser objects for a given overlay.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Method Details

    • create

      public static OverlayPropertyChooser create(EarthDataOverlay overlay)
      Creates a new property chooser panel for the specified overlay.
      Parameters:
      overlay - the overlay to use.
      Returns:
      the newly created chooser panel.
      Throws:
      IllegalArgumentException - if the overlay is not supported by any known property chooser panel.