Constructor and Description |
---|
FormAdminCriteriaBoxplots(Config conf,
java.lang.String key,
int formId)
Constructor of criteria 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[] |
getGraphAreaComplexity()
Method to get boxplots of area complexity.
|
BoxplotMulti[] |
getGraphCritSum()
Method to get boxplots of criteria sum.
|
BoxplotMulti[] |
getGraphErosion()
Method to get boxplots of susceptibility to (water) erosion.
|
BoxplotMulti[] |
getGraphLandscapeDiversity()
Method to get boxplots of landscape diversity.
|
BoxplotMulti[] |
getGraphNitrateLeaching()
Method to get boxplots of pot. nitrate leaching.
|
BoxplotMulti[] |
getGraphPercolationWater()
Method to get boxplots of rate of percolation water.
|
BoxplotMulti[] |
getGraphScaledAnnuityDiff()
Method to get boxplots of scaled annuity difference.
|
BoxplotMulti[] |
getGraphScaledAreaComplexity()
Method to get boxplots of scaled area complexity.
|
BoxplotMulti[] |
getGraphScaledErosion()
Method to get boxplots of scaled susceptibility to water erosion.
|
BoxplotMulti[] |
getGraphScaledLandscapeDiversity()
Method to get boxplots of scaled landscape diversity.
|
BoxplotMulti[] |
getGraphScaledNitrateLeaching()
Method to get boxplots of scaled pot. nitrate leaching.
|
BoxplotMulti[] |
getGraphScaledPercolationWater()
Method to get boxplots of scaled rate of percolation water.
|
java.lang.String |
toString()
Method to get title of form.
|
public FormAdminCriteriaBoxplots(Config conf, java.lang.String key, int formId) throws java.net.MalformedURLException
conf
- Configurationkey
- KeyformId
- Id of formjava.net.MalformedURLException
public 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.ActionListener
public BoxplotMulti[] getGraphErosion()
public BoxplotMulti[] getGraphAreaComplexity()
public BoxplotMulti[] getGraphLandscapeDiversity()
public BoxplotMulti[] getGraphNitrateLeaching()
public BoxplotMulti[] getGraphPercolationWater()
public BoxplotMulti[] getGraphScaledAnnuityDiff()
public BoxplotMulti[] getGraphScaledErosion()
public BoxplotMulti[] getGraphScaledAreaComplexity()
public BoxplotMulti[] getGraphScaledLandscapeDiversity()
public BoxplotMulti[] getGraphScaledNitrateLeaching()
public BoxplotMulti[] getGraphScaledPercolationWater()
public BoxplotMulti[] getGraphCritSum()
public int getFormId()
IForm