net.simplace.pipe.formcomponents.result.FWImageFormComponent

Version: 1.0

Displays an image in a form component for selected argument


public class FWImageFormComponent extends
net.simplace.pipe.formcomponents.FWAbstractFormComponent {
// Public Constructors
public FWImageFormComponent(String aFormID, String aFieldID, boolean
aShowLabel, Element aFormElement, FWObservable aObservable);


// Public Instance Methods
public String getValue(); // Defines
net.simplace.pipe.formcomponents.FWAbstractFormComponent


Returns JFreeChart.toString() of the displayed chart.
returns {@code null} if no chart is currently displayed
public void setValue(Object aValue); // Defines
net.simplace.pipe.formcomponents.FWAbstractFormComponent


Does nothing because a chart can not be created from string.
public void update(FWObservable aObservabal, Object aKeyOfParameterChanged);
// Defines net.simplace.pipe.formcomponents.FWAbstractFormComponent


This method is called whenever the observed object is changed. It does nothing yet, because ChartFormComponent is not an input component.
public void processFormFiller(); // Defines
net.simplace.pipe.formcomponents.FWAbstractFormComponent



// Protected Instance Methods
protected Rectangle getValueCell(int aType);
// Defines net.simplace.pipe.formcomponents.FWAbstractFormComponent


protected void updateImageFromMap();



}



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.FWAbstractFormComponent (net.simplace.core.FWObserver) - FWImageFormComponent