Class FunctionGraphsXALSynopticAdaptor

java.lang.Object
xal.extension.widgets.smf.FunctionGraphsXALSynopticAdaptor

public class FunctionGraphsXALSynopticAdaptor extends Object
Provides a convenience method for adding and configuring an XAL Synoptic view to a FunctionGraphsJPanel
  • 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 view
      sequence - the accelerator sequence for which to generate the synoptic view
      Returns:
      the synoptic view