net.simplace.simulation.graphpanel.SimEnvGraphPanel
public class SimEnvGraphPanel extends net.simplace.ui.panel.FWDefaultPanel
implements java.awt.print.Printable {
// Public Constructors
public SimEnvGraphPanel(String aXMLFilePath, FWAbstractFunctionality
aFunctionality, boolean aCreateButtonPanel, boolean doShowResources,
boolean doShowOutput, boolean aReadonly, boolean aEditEnabled);
public SimEnvGraphPanel(FWSimSolution aSolution);
// Protected Instance Variables
protected JComboBox jcb;
// Class Methods public static void
writeJPEGImage(File file, JPanel aPanel);
copy the visible part of the graph to a file as a jpeg image
// Public Instance Methods public ArrayList getOutputAdapters();
returns Output Adapters
public int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
throws PrinterException; // From java.awt.print.Printable
public void doTransition();
public Map getSimFieldMap();
returns the SimFieldMap
public
FWSimSolution getSimSolution();
returns the SolutionObject
public
MultiHashMap getSimFieldLinksMap();
returns the simfieldmap
public Graph getGraphPanel();
returns the hypergraph
public boolean
isVisible(
FWSimFieldContainer aFieldContainer);
returns if Field should be visible
public boolean showOutputs();
returns if outputs should be shown
public boolean showResources();
returns if resources should be shown
public void initializeLayout();
public
FWSimSimulation getSimSimulation();
returns the current simulation object
}
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.panel.FWDefaultPanel (java.awt.event.ActionListener) - SimEnvGraphPanel (java.awt.print.Printable)
Passed to: net.simplace.simulation.graphpanel.factory.AbstractSimFactory(), net.simplace.simulation.graphpanel.factory.FWSimComponentFactory(), net.simplace.simulation.graphpanel.factory.FWSimOutputFactory(), net.simplace.simulation.graphpanel.factory.FWSimResourceFactory(), net.simplace.simulation.graphpanel.renderer.SimFieldLabelAsShapeRenderer(), net.simplace.simulation.graphpanel.renderer.SimFieldLabelRenderer(), net.simplace.simulation.graphpanel.factory.SimFieldLinkFactory(), net.simplace.simulation.graphpanel.layout.SimFieldLocationLayout()
Returned by: net.simplace.simulation.graphpanel.factory.SimFieldLinkFactory.getPanel(), net.simplace.simulation.graphpanel.factory.AbstractSimFactory.getPanel()
Type of: net.simplace.simulation.graphpanel.event.FWSimEditingPopupGraphMousePlugin.iGraphPanel