public class SurveyPlotFactory
extends java.lang.Object
SurveyPlotFactory
creates data plot panels that
are appropriate for a given survey.Constructor and Description |
---|
SurveyPlotFactory() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.JPanel |
create(EarthDataSurvey survey)
Creates a plot panel for the specified survey.
|
public static javax.swing.JPanel create(EarthDataSurvey survey)
survey
- the survey to use.java.lang.IllegalArgumentException
- if the survey is not supported
by any known property plot panel.