Uses of Interface
org.opentrafficsim.draw.road.LaneDetectorAnimation.LaneDetectorData
Packages that use LaneDetectorAnimation.LaneDetectorData
-
Uses of LaneDetectorAnimation.LaneDetectorData in org.opentrafficsim.draw.road
Classes in org.opentrafficsim.draw.road with type parameters of type LaneDetectorAnimation.LaneDetectorDataModifier and TypeClassDescriptionclass
LaneDetectorAnimation<L extends LaneDetectorAnimation.LaneDetectorData,
T extends TextAnimation<L, T>> Draw LaneDetectorData.Subinterfaces of LaneDetectorAnimation.LaneDetectorData in org.opentrafficsim.draw.roadModifier and TypeInterfaceDescriptionstatic interface
SinkData provides the information required to draw a sink.static interface
SinkData provides the information required to draw a sink.Methods in org.opentrafficsim.draw.road that return types with arguments of type LaneDetectorAnimation.LaneDetectorDataModifier and TypeMethodDescriptionLaneDetectorAnimation.ofGenericType
(LaneDetectorAnimation.LaneDetectorData laneDetector, nl.tudelft.simulation.naming.context.Contextualized contextualized, Color color) This method produces a detector animation that toggles generally for all LaneDetectorData and its respective text id.Methods in org.opentrafficsim.draw.road with parameters of type LaneDetectorAnimation.LaneDetectorDataModifier and TypeMethodDescriptionLaneDetectorAnimation.ofGenericType
(LaneDetectorAnimation.LaneDetectorData laneDetector, nl.tudelft.simulation.naming.context.Contextualized contextualized, Color color) This method produces a detector animation that toggles generally for all LaneDetectorData and its respective text id.Constructors in org.opentrafficsim.draw.road with parameters of type LaneDetectorAnimation.LaneDetectorDataModifierConstructorDescriptionText
(LaneDetectorAnimation.LaneDetectorData source, Supplier<String> text, float dx, float dy, TextAlignment textPlacement, Color color, nl.tudelft.simulation.naming.context.Contextualized contextualized)