Package noaa.coastwatch.gui.visual
Class OverlayPropertyChooserFactory
java.lang.Object
noaa.coastwatch.gui.visual.OverlayPropertyChooserFactory
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 Summary
Modifier and TypeMethodDescriptionstatic OverlayPropertyChooser
create
(EarthDataOverlay overlay) Creates a new property chooser panel for the specified overlay.
-
Method Details
-
create
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.
-