Index

A B C D E F G H I L M N O P R S T U 
All Classes and Interfaces|All Packages|Serialized Form

A

AccelerationGtuColorer - Class in org.opentrafficsim.animation.gtu.colorer
Color GTUs based on their current acceleration.
AccelerationGtuColorer(Acceleration, Acceleration) - Constructor for class org.opentrafficsim.animation.gtu.colorer.AccelerationGtuColorer
Construct a new AccelerationGtuColorer.
add(int, Predicate<Gtu>, GtuColorer) - Method in class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager
Add colorer with predicate at given index in priority list.
add(Predicate<Gtu>, GtuColorer) - Method in class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager
Add colorer with predicate at end of priority list.
add(GtuType) - Method in class org.opentrafficsim.animation.colorer.GtuTypeColorer
Adds a GTU type to the list with color based on the type.
add(GtuType, Color) - Method in class org.opentrafficsim.animation.colorer.GtuTypeColorer
Adds a GTU type to the list with given color.
addActiveColorer(GtuColorer) - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer.Builder
Adds a colorer, make it selected.
addColorer(GtuColorer) - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer.Builder
Adds a colorer.
animateGTU(LaneBasedGtu) - Method in class org.opentrafficsim.animation.DefaultAnimationFactory
Draw the GTU (scheduled method).
animateLocatedObject(LocatedObject) - Method in class org.opentrafficsim.animation.DefaultAnimationFactory
Draw the static object.
animateNetwork(Network, Contextualized, GtuColorerManager, Map<GtuType, DefaultCarAnimation.GtuData.GtuMarker>) - Static method in class org.opentrafficsim.animation.DefaultAnimationFactory
Creates animations for nodes, links, lanes and GTUs.
animateNonLocatedObject(NonLocatedObject) - Method in class org.opentrafficsim.animation.DefaultAnimationFactory
Draw non-located objects.
animateXmlNetwork(Network, GtuColorerManager, Map<GtuType, DefaultCarAnimation.GtuData.GtuMarker>) - Static method in class org.opentrafficsim.animation.DefaultAnimationFactory
Creates animations for nodes, links, lanes and GTUs.
AnimationBusStopData - Class in org.opentrafficsim.animation.data
Animation data of a BusStop.
AnimationBusStopData(BusStop) - Constructor for class org.opentrafficsim.animation.data.AnimationBusStopData
Constructor.
AnimationConflictData - Class in org.opentrafficsim.animation.data
Animation data of a Conflict.
AnimationConflictData(Conflict) - Constructor for class org.opentrafficsim.animation.data.AnimationConflictData
Constructor.
AnimationCrossSectionElementData<T extends CrossSectionElement> - Class in org.opentrafficsim.animation.data
Animation data of a CrossSectionElement.
AnimationCrossSectionElementData(T) - Constructor for class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
Constructor.
AnimationGtuData - Class in org.opentrafficsim.animation.data
Animation data of a LaneBasedGtu.
AnimationGtuData(GtuColorerManager, LaneBasedGtu, DefaultCarAnimation.GtuData.GtuMarker) - Constructor for class org.opentrafficsim.animation.data.AnimationGtuData
Constructor.
AnimationGtuGeneratorPositionData - Class in org.opentrafficsim.animation.data
Animation data of a GtuGeneratorPosition.
AnimationGtuGeneratorPositionData(GtuGenerator.GtuGeneratorPosition) - Constructor for class org.opentrafficsim.animation.data.AnimationGtuGeneratorPositionData
Constructor.
AnimationLaneBasedObjectData<T extends LaneBasedObject> - Class in org.opentrafficsim.animation.data
Animation data of a LaneBasedObject.
AnimationLaneBasedObjectData(T) - Constructor for class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
Constructor.
AnimationLaneData - Class in org.opentrafficsim.animation.data
Animation data of a Lane.
AnimationLaneData(Lane) - Constructor for class org.opentrafficsim.animation.data.AnimationLaneData
Constructor.
AnimationLaneDetectorData - Class in org.opentrafficsim.animation.data
Animation data of a LaneDetector.
AnimationLaneDetectorData(LaneDetector) - Constructor for class org.opentrafficsim.animation.data.AnimationLaneDetectorData
Constructor.
AnimationLinkData - Class in org.opentrafficsim.animation.data
Animation data of a Link.
AnimationLinkData(Link) - Constructor for class org.opentrafficsim.animation.data.AnimationLinkData
Constructor.
AnimationNodeData - Class in org.opentrafficsim.animation.data
Animation data of a Node.
AnimationNodeData(Node) - Constructor for class org.opentrafficsim.animation.data.AnimationNodeData
Constructor.
AnimationPriorityData - Class in org.opentrafficsim.animation.data
Priority data for animation.
AnimationPriorityData(CrossSectionLink) - Constructor for class org.opentrafficsim.animation.data.AnimationPriorityData
Constructor.
AnimationShoulderData - Class in org.opentrafficsim.animation.data
Animation data of a shoulder.
AnimationShoulderData(Lane) - Constructor for class org.opentrafficsim.animation.data.AnimationShoulderData
Constructor.
AnimationSpeedSignData - Class in org.opentrafficsim.animation.data
Animation data of a SpeedSign.
AnimationSpeedSignData(SpeedSign) - Constructor for class org.opentrafficsim.animation.data.AnimationSpeedSignData
Constructor.
AnimationStripeData - Class in org.opentrafficsim.animation.data
Animation data of a Stripe.
AnimationStripeData(Stripe) - Constructor for class org.opentrafficsim.animation.data.AnimationStripeData
Constructor.
AnimationTrafficLightData - Class in org.opentrafficsim.animation.data
Animation data of a TrafficLight.
AnimationTrafficLightData(TrafficLight) - Constructor for class org.opentrafficsim.animation.data.AnimationTrafficLightData
Constructor.
AnimationTrafficLightDetectorData - Class in org.opentrafficsim.animation.data
Animation data of a TrafficLightDetector.
AnimationTrafficLightDetectorData(TrafficLightDetector) - Constructor for class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
Constructor.
AR - Static variable in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
Fully compensated by anticipation reliance.
AR - Static variable in class org.opentrafficsim.animation.colorer.TaskColorer
Fully compensated by anticipation reliance.

B

BlockingColorer - Class in org.opentrafficsim.animation.colorer
Displays whether a GTU is blocking conflicts.
BlockingColorer() - Constructor for class org.opentrafficsim.animation.colorer.BlockingColorer
 
build() - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer.Builder
Builds the colorer.
builder() - Static method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
Returns a builder for SwitchableGtuColorer.
Builder() - Constructor for class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer.Builder
 

C

color() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorer.LegendEntry
Returns the value of the color record component.
colorer() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager.PredicatedColorer
Returns the value of the colorer record component.
Colorer<D extends org.opentrafficsim.base.geometry.OtsLocatable> - Interface in org.opentrafficsim.animation
Colorer is the generic interface for anything that can get a static or dynamic color in an animation within OTS.
ControlColorer - Class in org.opentrafficsim.animation.colorer
Color based on control state.
ControlColorer() - Constructor for class org.opentrafficsim.animation.colorer.ControlColorer
 
CoordinateTransformLonLatToXy - Class in org.opentrafficsim.animation.gis
Transformation from lat-lon to X-Y in meters.
CoordinateTransformLonLatToXy(double, double) - Constructor for class org.opentrafficsim.animation.gis.CoordinateTransformLonLatToXy
Transformation from: https://en.wikipedia.org/wiki/Geographic_coordinate_system.
CoordinateTransformWgs84toRdNew - Class in org.opentrafficsim.animation.gis
Convert coordinates from WGS84 to the Dutch RD system.
CoordinateTransformWgs84toRdNew(double, double) - Constructor for class org.opentrafficsim.animation.gis.CoordinateTransformWgs84toRdNew
 
createCrossSection(String, LanePosition) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a cross section at the provided lane and position.
createCrossSection(List<String>, List<LaneDataRoad>, List<Length>, Speed) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a cross section.
createCrossSection(List<String>, LinkPosition) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a cross section at the provided link and position.
createPath(String, Lane) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a path starting at the provided lane and moving downstream until a dead-end, split, or loop.
createPath(String, Lane, Lane) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a path starting at the provided lane and moving downstream until a dead-end, split, or loop.
createPath(List<String>, List<Lane>) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a path starting at the provided lanes and moving downstream for as long as no lane finds a loop (on to any of the lanes) and there's a unique link all lanes have downstream.
createPath(List<String>, List<Lane>, List<Lane>) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a path starting at the provided lanes and moving downstream for as long as no lane finds a loop (on to any of the lanes) and there's a unique link all lanes have downstream.
createSingleLanePath(String, Lane) - Static method in class org.opentrafficsim.animation.GraphLaneUtil
Creates a single-lane path.

D

DefaultAnimationFactory - Class in org.opentrafficsim.animation
DefaultAnimationFactory.
DefaultAnimationFactory(Network, GtuColorerManager, boolean) - Constructor for class org.opentrafficsim.animation.DefaultAnimationFactory
Creates animations for nodes, links and lanes.
description() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorer.LegendEntry
Returns the value of the description record component.
DesireColorer - Class in org.opentrafficsim.animation.colorer
Super class with default coloring of left and right desire value.
DesireColorer() - Constructor for class org.opentrafficsim.animation.colorer.DesireColorer
 
DesiredHeadwayColorer - Class in org.opentrafficsim.animation.colorer
Color on a scale from Tmin to Tmax parameters, or two given limits.
DesiredHeadwayColorer() - Constructor for class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
Constructor using Tmin and Tmax parameters.
DesiredHeadwayColorer(Duration, Duration) - Constructor for class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
Constructor using input Tmin and Tmax.
DesiredSpeedColorer - Class in org.opentrafficsim.animation.colorer
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
DesiredSpeedColorer(Speed, Speed) - Constructor for class org.opentrafficsim.animation.colorer.DesiredSpeedColorer
Construct a new SpeedGtuColorer.
DistractionColorer - Class in org.opentrafficsim.animation.colorer
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
DistractionColorer(DefaultDistraction...) - Constructor for class org.opentrafficsim.animation.colorer.DistractionColorer
Constructor.
doubleTransform(double, double) - Method in class org.opentrafficsim.animation.gis.CoordinateTransformLonLatToXy
 
doubleTransform(double, double) - Method in class org.opentrafficsim.animation.gis.CoordinateTransformWgs84toRdNew
 
doubleTransformWgs84ToCartesianXy(double, double) - Method in class org.opentrafficsim.animation.gis.CoordinateTransformLonLatToXy
Convert WGS84 coordinates to Cartesian coordinates.

E

equals(Object) - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorer.LegendEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager.PredicatedColorer
Indicates whether some other object is "equal to" this one.

F

FixedColor - Class in org.opentrafficsim.animation.colorer
Fixed color colorer.
FixedColor(Color) - Constructor for class org.opentrafficsim.animation.colorer.FixedColor
Constructor.
FixedColor(Color, String) - Constructor for class org.opentrafficsim.animation.colorer.FixedColor
Constructor.
floatTransform(double, double) - Method in class org.opentrafficsim.animation.gis.CoordinateTransformLonLatToXy
 
floatTransform(double, double) - Method in class org.opentrafficsim.animation.gis.CoordinateTransformWgs84toRdNew
 
fromMap(Map<GtuType, Color>) - Static method in class org.opentrafficsim.animation.colorer.GtuTypeColorer
Returns a colorer from a map.
fromWgs84(double, double) - Static method in class org.opentrafficsim.animation.gis.TransformWgs84DutchRdNew
Convert a coordinate pair in WGS84 coordinates to local coordinates.
fromWgs84(Point2D) - Static method in class org.opentrafficsim.animation.gis.TransformWgs84DutchRdNew
Convert a coordinate pair in WGS84 coordinates to local coordinates.
fromWgs84Bounds() - Static method in class org.opentrafficsim.animation.gis.TransformWgs84DutchRdNew
Report the bounding box for conversion to the local coordinate system.
Conversions from WGS84 to the local coordinate system should fail for locations outside this bounding box.

G

getBounds() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getBounds() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getBounds() - Method in class org.opentrafficsim.animation.data.AnimationGtuGeneratorPositionData
 
getBounds() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
getBounds() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
 
getCenterLine() - Method in class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
 
getCenterLine() - Method in class org.opentrafficsim.animation.data.AnimationLaneData
 
getCenterLine() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
getCenterLine() - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
getColor() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getColor() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getColor() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightData
 
getColor(double, double) - Method in class org.opentrafficsim.animation.colorer.DesireColorer
Returns a color based on desire.
getColor(D) - Method in interface org.opentrafficsim.animation.Colorer
Get the color, based on the OtsLocatable object.
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.BlockingColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.ControlColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.DesiredSpeedColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.DistractionColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.FixedColor
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.GtuTypeColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.IncentiveColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.SocialPressureColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.SplitColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.SynchronizationColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.TaskColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.colorer.TotalDesireColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.gtu.colorer.AccelerationGtuColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager
Returns the color based on the first GTU colorer for which the coupled predicate is true.
getColor(Gtu) - Method in class org.opentrafficsim.animation.gtu.colorer.IdGtuColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.gtu.colorer.SpeedGtuColorer
 
getColor(Gtu) - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
 
getColorers() - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
 
getConflict() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
Returns the Conflict.
getContour() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationGtuGeneratorPositionData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationNodeData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationSpeedSignData
 
getContour() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
 
getDashOffset() - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
getElement() - Method in class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
Returns the cross section element.
getElements() - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
getFront() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getGeneratorPosition() - Method in class org.opentrafficsim.animation.data.AnimationGtuGeneratorPositionData
Returns the generator position.
getGtu() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
Returns the GTU.
getId() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getId() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getId() - Method in class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
 
getId() - Method in class org.opentrafficsim.animation.data.AnimationLaneData
 
getId() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
getId() - Method in class org.opentrafficsim.animation.data.AnimationNodeData
 
getId() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
 
getLaneWidth() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getLaneWidth() - Method in class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.BlockingColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.ControlColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.DesireColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.DesiredSpeedColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.DistractionColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.FixedColor
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.GtuTypeColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.SocialPressureColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.SplitColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.SynchronizationColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.TaskColorer
 
getLegend() - Method in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
 
getLegend() - Method in class org.opentrafficsim.animation.gtu.colorer.AccelerationGtuColorer
 
getLegend() - Method in interface org.opentrafficsim.animation.gtu.colorer.GtuColorer
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
getLegend() - Method in class org.opentrafficsim.animation.gtu.colorer.IdGtuColorer
 
getLegend() - Method in class org.opentrafficsim.animation.gtu.colorer.SpeedGtuColorer
 
getLegend() - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
 
getLength() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getLine() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getLine() - Method in class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
 
getLine() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
getLine() - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
getLink() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
Returns the link.
getLinkId() - Method in class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
 
getLinkId() - Method in class org.opentrafficsim.animation.data.AnimationLaneData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationGtuGeneratorPositionData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationNodeData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationSpeedSignData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
getLocation() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
 
getMarker() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getName() - Method in class org.opentrafficsim.animation.colorer.BlockingColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.ControlColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.DesiredSpeedColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.DistractionColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.FixedColor
 
getName() - Method in interface org.opentrafficsim.animation.Colorer
Returns the name of the colorer.
getName() - Method in class org.opentrafficsim.animation.colorer.GtuTypeColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.IncentiveColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.SocialPressureColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.SplitColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.SynchronizationColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.TaskColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
 
getName() - Method in class org.opentrafficsim.animation.colorer.TotalDesireColorer
 
getName() - Method in class org.opentrafficsim.animation.gtu.colorer.AccelerationGtuColorer
 
getName() - Method in class org.opentrafficsim.animation.gtu.colorer.IdGtuColorer
 
getName() - Method in class org.opentrafficsim.animation.gtu.colorer.SpeedGtuColorer
 
getName() - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
 
getNode() - Method in class org.opentrafficsim.animation.data.AnimationNodeData
Returns the node.
getObject() - Method in class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
Returns the wrapped object.
getOccupancy() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
 
getQueueCount() - Method in class org.opentrafficsim.animation.data.AnimationGtuGeneratorPositionData
 
getRear() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getReferenceLine() - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
getShape() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
getShape() - Method in class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
 
getShape() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getShape() - Method in class org.opentrafficsim.animation.data.AnimationLaneBasedObjectData
 
getShape() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
getSpeed() - Method in class org.opentrafficsim.animation.data.AnimationSpeedSignData
 
getSpeedSign() - Method in class org.opentrafficsim.animation.data.AnimationSpeedSignData
Returns the speed sign.
getTrafficLightDetector() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
Returns the traffic light detector.
getWidth() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
getWidth(Length) - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
GraphLaneUtil - Class in org.opentrafficsim.animation
Utilities to create GraphPaths and GraphCrossSections for graphs, based on lanes.
GtuColorer - Interface in org.opentrafficsim.animation.gtu.colorer
Determine the fill color for a GTU.
GtuColorer.LegendEntry - Record Class in org.opentrafficsim.animation.gtu.colorer
Packs a Color, a short description and a long description in one object.
GtuColorerManager - Class in org.opentrafficsim.animation.gtu.colorer
With a GTU color manager, advanced logic can be applied to determine what the color of a GTU should be.
GtuColorerManager(Color) - Constructor for class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager
Constructor.
GtuColorerManager.PredicatedColorer - Record Class in org.opentrafficsim.animation.gtu.colorer
Record of predicate and GTU colorer.
GtuTypeColorer - Class in org.opentrafficsim.animation.colorer
Color by GTU type, based on the GtuType id or the enum id from the defaults.
GtuTypeColorer() - Constructor for class org.opentrafficsim.animation.colorer.GtuTypeColorer
 

H

hashCode() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorer.LegendEntry
Returns a hash code value for this object.
hashCode() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager.PredicatedColorer
Returns a hash code value for this object.
HIGH - Static variable in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
Full.
HIGH - Static variable in class org.opentrafficsim.animation.colorer.TaskColorer
Full.

I

id - Variable in class org.opentrafficsim.animation.colorer.TaskColorer
Id.
IdGtuColorer - Class in org.opentrafficsim.animation.gtu.colorer
Color GTUs based on their id.
IdGtuColorer() - Constructor for class org.opentrafficsim.animation.gtu.colorer.IdGtuColorer
 
IncentiveColorer - Class in org.opentrafficsim.animation.colorer
Colorer for desire from a specific incentive.
IncentiveColorer(Class<? extends Incentive>) - Constructor for class org.opentrafficsim.animation.colorer.IncentiveColorer
 
isAllStop() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
isBrakingLightsOn() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
isBusStop() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
isConnector() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
isCrossing() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
isNone() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
isPermitted() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
isPriority() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
isStop() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
isYield() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 

L

LEFT - Static variable in class org.opentrafficsim.animation.colorer.SplitColorer
Left color.
leftIndicatorOn() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
LEGEND - Static variable in class org.opentrafficsim.animation.colorer.TaskColorer
Legend.
LEGEND - Static variable in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
Legend.
LEGEND - Static variable in class org.opentrafficsim.animation.gtu.colorer.IdGtuColorer
The legend.
LegendEntry(Color, String, String) - Constructor for record class org.opentrafficsim.animation.gtu.colorer.GtuColorer.LegendEntry
Creates an instance of a LegendEntry record class.
LOW - Static variable in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
Zero.
LOW - Static variable in class org.opentrafficsim.animation.colorer.TaskColorer
Zero.

M

MAX - Static variable in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
Full.
MID - Static variable in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
Medium.
MID - Static variable in class org.opentrafficsim.animation.colorer.TaskColorer
Medium.
MID - Static variable in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
Medium.

N

NA - Static variable in class org.opentrafficsim.animation.colorer.ControlColorer
N/A color.
NA - Static variable in class org.opentrafficsim.animation.colorer.DesireColorer
N/A color.
NA - Static variable in class org.opentrafficsim.animation.colorer.ReactionTimeColorer
Not available.
NA - Static variable in class org.opentrafficsim.animation.colorer.SynchronizationColorer
N/A color.
NA - Static variable in class org.opentrafficsim.animation.colorer.TaskColorer
Not available.
NA - Static variable in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
Not available.
name() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorer.LegendEntry
Returns the value of the name record component.
notify(Event) - Method in class org.opentrafficsim.animation.DefaultAnimationFactory
 

O

org.opentrafficsim.animation - package org.opentrafficsim.animation
Drawing information for animation, but non-specific for any type of visualization engine like Swing.
org.opentrafficsim.animation.colorer - package org.opentrafficsim.animation.colorer
GTU animations.
org.opentrafficsim.animation.data - package org.opentrafficsim.animation.data
Data classes that couple simulated objects to ots-draw.
org.opentrafficsim.animation.gis - package org.opentrafficsim.animation.gis
Transformations between geographical coordinate systems.
org.opentrafficsim.animation.gtu.colorer - package org.opentrafficsim.animation.gtu.colorer
GTU animations.
OTHER - Static variable in class org.opentrafficsim.animation.colorer.SplitColorer
Other color.

P

predicate() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager.PredicatedColorer
Returns the value of the predicate record component.
PredicatedColorer(Predicate<Gtu>, GtuColorer) - Constructor for record class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager.PredicatedColorer
Creates an instance of a PredicatedColorer record class.

R

ReactionTimeColorer - Class in org.opentrafficsim.animation.colorer
Colors the reaction time.
ReactionTimeColorer(Duration) - Constructor for class org.opentrafficsim.animation.colorer.ReactionTimeColorer
Constructor.
RIGHT - Static variable in class org.opentrafficsim.animation.colorer.SplitColorer
Right color.
rightIndicatorOn() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 

S

setGtuColorer(int) - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
Replace the currently active GtuColorer.
setGtuMarker(GtuType, DefaultCarAnimation.GtuData.GtuMarker) - Method in class org.opentrafficsim.animation.DefaultAnimationFactory
Set marker on GTU type.
size() - Method in class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager
Returns the number of colorers, each with their predicate.
SocialPressureColorer - Class in org.opentrafficsim.animation.colorer
Colorer for social pressure.
SocialPressureColorer() - Constructor for class org.opentrafficsim.animation.colorer.SocialPressureColorer
 
SpeedGtuColorer - Class in org.opentrafficsim.animation.gtu.colorer
Color GTU depending on their speed.
SpeedGtuColorer(Speed) - Constructor for class org.opentrafficsim.animation.gtu.colorer.SpeedGtuColorer
Construct a new SpeedGtuColorer.
SplitColorer - Class in org.opentrafficsim.animation.colorer
Colors GTUs by the direction that they will take at the next split.
SplitColorer() - Constructor for class org.opentrafficsim.animation.colorer.SplitColorer
 
SUBCRIT - Static variable in class org.opentrafficsim.animation.colorer.TaskSaturationColorer
Zero.
SwitchableGtuColorer - Class in org.opentrafficsim.animation.gtu.colorer
GTU colorer that uses a coloring method that can be switched by the user of the program.
SwitchableGtuColorer() - Constructor for class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
Empty constructor for the builder.
SwitchableGtuColorer(int, GtuColorer...) - Constructor for class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer
Construct a new Switchable GtuColorer based on a list of colorers.
SwitchableGtuColorer.Builder - Class in org.opentrafficsim.animation.gtu.colorer
Builder for SwitchableGtuColorer.
SynchronizationColorer - Class in org.opentrafficsim.animation.colorer
Color based on synchronization state.
SynchronizationColorer() - Constructor for class org.opentrafficsim.animation.colorer.SynchronizationColorer
 

T

TaskColorer - Class in org.opentrafficsim.animation.colorer
Colorer for task demand with anticipation reliance indicated by interpolating towards white, for a specific task.
TaskColorer(String) - Constructor for class org.opentrafficsim.animation.colorer.TaskColorer
Constructor.
TaskSaturationColorer - Class in org.opentrafficsim.animation.colorer
Displays task saturation.
TaskSaturationColorer() - Constructor for class org.opentrafficsim.animation.colorer.TaskSaturationColorer
 
tMax - Variable in class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
Maximum value on input scale.
tMin - Variable in class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
Minimum value on input scale.
toString() - Method in class org.opentrafficsim.animation.data.AnimationBusStopData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationConflictData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationCrossSectionElementData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationGtuData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationGtuGeneratorPositionData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationLaneData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationLaneDetectorData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationLinkData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationNodeData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationPriorityData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationShoulderData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationSpeedSignData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationStripeData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightData
 
toString() - Method in class org.opentrafficsim.animation.data.AnimationTrafficLightDetectorData
 
toString() - Method in class org.opentrafficsim.animation.gis.CoordinateTransformLonLatToXy
 
toString() - Method in class org.opentrafficsim.animation.gis.CoordinateTransformWgs84toRdNew
 
toString() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorer.LegendEntry
Returns a string representation of this record class.
toString() - Method in record class org.opentrafficsim.animation.gtu.colorer.GtuColorerManager.PredicatedColorer
Returns a string representation of this record class.
toString() - Method in class org.opentrafficsim.animation.gtu.colorer.SwitchableGtuColorer.Builder
 
TotalDesireColorer - Class in org.opentrafficsim.animation.colorer
Colorer for total desire.
TotalDesireColorer() - Constructor for class org.opentrafficsim.animation.colorer.TotalDesireColorer
 
toWgs84(double, double) - Static method in class org.opentrafficsim.animation.gis.TransformWgs84DutchRdNew
Convert a coordinate pair in the local system to WGS84 coordinates.
toWgs84(Point2D) - Static method in class org.opentrafficsim.animation.gis.TransformWgs84DutchRdNew
Convert a coordinate pair in the local system to WGS84 coordinates.
toWgs84Bounds() - Static method in class org.opentrafficsim.animation.gis.TransformWgs84DutchRdNew
Report the bounding box for conversions from the local coordinate system.
TransformWgs84DutchRdNew - Class in org.opentrafficsim.animation.gis
Convert geographical coordinates between WGS84 and the Dutch RD (Rijksdriehoek) system.

U

UNKNOWN - Static variable in class org.opentrafficsim.animation.colorer.DesiredHeadwayColorer
Unknown color.
UNKNOWN - Static variable in class org.opentrafficsim.animation.colorer.SplitColorer
Unknown color.
A B C D E F G H I L M N O P R S T U 
All Classes and Interfaces|All Packages|Serialized Form