| Constructor and Description | 
|---|
FormSrcYieldBoxplots(Config conf,
                    int formId)
Constructor of yield boxplot form. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
actionPerformed(java.awt.event.ActionEvent e)
Method to handle button pushing. 
 | 
void | 
activate(PanelForm formPanel)
Method to activate the panel. 
 | 
com.jgoodies.forms.builder.PanelBuilder | 
createPotForm(int idx)
Method to create form. 
 | 
int | 
getFormId()
Method to get id of form. 
 | 
BoxplotMulti[] | 
getGraphBarleyMeanYield()
Method to get boxplots of mean barley yield. 
 | 
BoxplotMulti[] | 
getGraphMaizeMeanYield()
Method to get boxplots of mean maize yield. 
 | 
BoxplotMulti[] | 
getGraphRapeMeanYield()
Method to get boxplots of mean oilseed rape yield. 
 | 
BoxplotMulti[] | 
getGraphSrcMeanYield()
Method to get boxplots of mean SRC yield. 
 | 
BoxplotMulti[] | 
getGraphSugarBeetMeanYield()
Method to get boxplots of mean sugarbeet yield. 
 | 
BoxplotMulti[] | 
getGraphWheatMeanYield()
Method to get boxplots of mean wheat yield. 
 | 
java.lang.String | 
toString()
Method to get title of form. 
 | 
public FormSrcYieldBoxplots(Config conf, int formId) throws java.net.MalformedURLException
conf - ConfigurationformId - Id of formjava.net.MalformedURLExceptionpublic void activate(PanelForm formPanel)
public com.jgoodies.forms.builder.PanelBuilder createPotForm(int idx)
idx - Idpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic BoxplotMulti[] getGraphSrcMeanYield()
public BoxplotMulti[] getGraphWheatMeanYield()
public BoxplotMulti[] getGraphSugarBeetMeanYield()
public BoxplotMulti[] getGraphRapeMeanYield()
public BoxplotMulti[] getGraphBarleyMeanYield()
public BoxplotMulti[] getGraphMaizeMeanYield()
public int getFormId()
IForm