net.simplace.client.sim.formengine.FWCropResultFormComponentPanel

Version: 1.0

This form component displays a org.jfree.chart.JFreeChart. It is a display only component. The displayed chart can be set by one of the setChart(JFreeChart) methods.


public class FWCropResultFormComponentPanel extends
net.simplace.pipe.formcomponents.result.FWAbstractResultFormComponentPanel {
// Public Constructors
public FWCropResultFormComponentPanel();

// Protected Instance Variables
protected ChartPanel iChartPanel;

// Public Instance Methods
public void exportData(); // Defines
net.simplace.pipe.formcomponents.result.FWAbstractResultFormComponentPanel


public void setChart(JFreeChart aChart);

Sets the displayed chart.
public void setChart(Dataset aDataset, ChartStyle aStyle);

Creates and displays a chart.

// Protected Instance Methods
protected void initFromFiller();
// Defines
net.simplace.pipe.formcomponents.result.FWAbstractResultFormComponentPanel


protected void initFromParameters();
// Defines
net.simplace.pipe.formcomponents.result.FWAbstractResultFormComponentPanel




}



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.pipe.formcomponents.result.FWAbstractResultFormComponentPanel - FWCropResultFormComponentPanel