Uses of Class
org.opentrafficsim.draw.graphs.FundamentalDiagram
Packages that use FundamentalDiagram
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of FundamentalDiagram in org.opentrafficsim.draw.graphs
Methods in org.opentrafficsim.draw.graphs that return types with arguments of type FundamentalDiagramModifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableSet<FundamentalDiagram>FundamentalDiagram.AbstractFdSource.getDiagrams()Returns the diagrams.org.djutils.immutablecollections.ImmutableSet<FundamentalDiagram>FundamentalDiagram.FdSource.getDiagrams()Returns the diagrams.Methods in org.opentrafficsim.draw.graphs with parameters of type FundamentalDiagramModifier and TypeMethodDescriptionvoidFundamentalDiagram.AbstractFdSource.addFundamentalDiagram(FundamentalDiagram fundamentalDiagram) Add fundamental diagram.voidFundamentalDiagram.FdSource.addFundamentalDiagram(FundamentalDiagram fundamentalDiagram) Add fundamental diagram.