Class SwingSpaceTimePlot

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
SwingContourPlot, SwingTrajectoryPlot

public class SwingSpaceTimePlot extends SwingPlot
Embed a SpaceTimePlot in a Swing JPanel.

Copyright (c) 2023-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Constructor Details

    • SwingSpaceTimePlot

      public SwingSpaceTimePlot(AbstractSpaceTimePlot plot)
      Construct a new Swing container for SpaceTimePlot.
      Parameters:
      plot - SpaceTimePlot; the plot to embed
  • Method Details