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()
org.djutils.immutablecollections.ImmutableSet<FundamentalDiagram>
FundamentalDiagram.FdSource.getDiagrams()
Returns the diagrams.Methods in org.opentrafficsim.draw.graphs with parameters of type FundamentalDiagramModifier and TypeMethodDescriptionvoid
FundamentalDiagram.AbstractFdSource.addFundamentalDiagram
(FundamentalDiagram fundamentalDiagram) void
FundamentalDiagram.FdSource.addFundamentalDiagram
(FundamentalDiagram fundamentalDiagram) Add fundamental diagram.