net.simplace.ui.formengine.fuzzy.FWFuzzyResultFormComponentPanel
public class FWFuzzyResultFormComponentPanel extends
net.simplace.ui.formengine.result.FWAbstractResultFormComponentPanel {
// Public Constructors
public FWFuzzyResultFormComponentPanel();
// Protected Instance Variables
protected ChartPanel iChartPanel;
protected GeoObjectChooserPanel iGeoObjectChooserPanel;
// Public Instance Methods public Object getValue();
Returns JFreeChart.toString() of the displayed chart.
returns {@code null} if no chart is currently displayed
public void
setValue(Object aValue);
Does nothing because a chart can not be created from string.
- aValue of the implemented component
public JFreeChart getChart();
returns the currently displayed chart.
public void
setChart(JFreeChart aChart);
Sets the displayed chart.
public void
setChart(Dataset aDataset,
ChartStyle aStyle);
Creates and displays a chart.
- aDataset the data for the a chart
- aStyle the style for the chart
public void
update(Observable o, Object arg);
This method is called whenever the observed object is changed.
It does nothing yet, because ChartFormComponent is not an
input component.
- o the observable object.
- arg an argument passed to the
notifyObservers
method.
// Protected Instance Methods
}
Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JPanel (javax.accessibility.Accessible) - net.simplace.ui.formengine.result.FWAbstractResultFormComponentPanel - FWFuzzyResultFormComponentPanel