Class SwingTrajectoryPlot

    • Constructor Detail

      • SwingTrajectoryPlot

        public SwingTrajectoryPlot​(TrajectoryPlot plot)
        Construct a new Swing container for a TrajectoryPlot.
        Parameters:
        plot - TrajectoryPlot; the plot to embed
    • Method Detail

      • getChartMouseListener

        protected ChartMouseListener getChartMouseListener()
        Overridable; may return a chart listener for additional functions. This implementation creates a listener to disable and enable lanes through the legend.
        Overrides:
        getChartMouseListener in class SwingPlot
        Returns:
        ChartMouseListener, null by default