Package xal.extension.widgets.smf
Class FunctionGraphsXALSynopticAdaptor
java.lang.Object
xal.extension.widgets.smf.FunctionGraphsXALSynopticAdaptor
Provides a convenience method for adding and configuring an XAL Synoptic view
to a FunctionGraphsJPanel
-
Method Summary
Modifier and TypeMethodDescriptionstatic XALSynopticPanel
assignXALSynopticViewTo
(FunctionGraphsJPanel chart, AcceleratorSeq sequence) Assign the synoptic view to the specified chart and configure it to auto size as the chart's position axis changes.
-
Method Details
-
assignXALSynopticViewTo
public static XALSynopticPanel assignXALSynopticViewTo(FunctionGraphsJPanel chart, AcceleratorSeq sequence) Assign the synoptic view to the specified chart and configure it to auto size as the chart's position axis changes. You will also need to explicitly add the synoptic panel to a container to be viewed along with your chart.- Parameters:
chart
- the chart to which to add the synoptic viewsequence
- the accelerator sequence for which to generate the synoptic view- Returns:
- the synoptic view
-