- darkGray() - Static method in class org.opentrafficsim.core.animation.FixedColorer
-
- DEFAULT - Static variable in class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
-
Default instance with colors for common GTUTypes.
- DefaultSwitchableGTUColorer - Class in org.opentrafficsim.core.animation.gtu.colorer
-
A simple way to construct a SwitchableGTUColorer set up with the "standard" set of GTUColorers.
- DefaultSwitchableGTUColorer() - Constructor for class org.opentrafficsim.core.animation.gtu.colorer.DefaultSwitchableGTUColorer
-
create a default list of GTU colorers.
- DesireColorer - Class in org.opentrafficsim.road.gtu.colorer
-
Super class with default coloring of left and right desire value.
- DesireColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.DesireColorer
-
- DesiredHeadwayColorer - Class in org.opentrafficsim.road.gtu.colorer
-
Color on a scale from Tmin to Tmax parameters, or two given limits.
- DesiredHeadwayColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.DesiredHeadwayColorer
-
Constructor using Tmin and Tmax parameters.
- DesiredHeadwayColorer(Duration, Duration) - Constructor for class org.opentrafficsim.road.gtu.colorer.DesiredHeadwayColorer
-
Constructor using input Tmin and Tmax.
- DesiredSpeedColorer - Class in org.opentrafficsim.road.gtu.colorer
-
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- DesiredSpeedColorer(Speed, Speed) - Constructor for class org.opentrafficsim.road.gtu.colorer.DesiredSpeedColorer
-
Construct a new SpeedGTUColorer.
- DistractionColorer - Class in org.opentrafficsim.road.gtu.colorer
-
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- DistractionColorer(DefaultDistraction...) - Constructor for class org.opentrafficsim.road.gtu.colorer.DistractionColorer
-
Constructor.
- doubleTransform(double, double) - Method in class org.opentrafficsim.core.gis.CoordinateTransformLonLatToXY
- doubleTransform(double, double) - Method in class org.opentrafficsim.core.gis.CoordinateTransformWGS84toRDNew
- doubleTransformWSG84toCartesianXY(double, double) - Method in class org.opentrafficsim.core.gis.CoordinateTransformLonLatToXY
-
Convert WGS84 coordinates to Cartesian coordinates.
- DrawingInfo - Interface in org.opentrafficsim.core.animation
-
DrawingInfo stores the drawing information about a graphics object.
- DrawingInfoLine<D extends Drawable> - Class in org.opentrafficsim.core.animation
-
DrawingInfoLine stores the drawing information about a line.
- DrawingInfoLine() - Constructor for class org.opentrafficsim.core.animation.DrawingInfoLine
-
Create an empty DrawingInfo object for a line.
- DrawingInfoLine(Color, float) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoLine
-
Create a DrawingInfo object for a line.
- DrawingInfoLine(Colorer<D>, float) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoLine
-
Create a DrawingInfo object for a line.
- DrawingInfoShape<D extends Drawable> - Class in org.opentrafficsim.core.animation
-
DrawingInfoLine stores the drawing information about a shape.
- DrawingInfoShape() - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
-
Create an empty DrawingInfo object for a shape.
- DrawingInfoShape(Color, float) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
-
Create a DrawingInfo object for a shape that is not filled.
- DrawingInfoShape(Color, float, Color) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
-
Create a DrawingInfo object for a shape that is filled, with a contour line.
- DrawingInfoShape(Color) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
-
Create a DrawingInfo object for a shape that is filled, without a contour line.
- DrawingInfoShape(Colorer<D>, float) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
-
Create a DrawingInfo object for a shape that is not filled.
- DrawingInfoShape(Colorer<D>, float, Colorer<D>) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
-
Create a DrawingInfo object for a shape that is filled, with a contour line.
- DrawingInfoShape(Colorer<D>) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
-
Create a DrawingInfo object for a shape that is filled, without a contour line.
- DrawingInfoStripe<D extends Drawable> - Class in org.opentrafficsim.core.animation
-
DrawingInfoStripe stores the drawing information about a stripe on a road.
- DrawingInfoStripe(StripeType) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoStripe
-
- DrawingInfoStripe(Color, float, StripeType) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoStripe
-
- DrawingInfoStripe(Colorer<D>, float, StripeType) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoStripe
-
- getColor(D) - Method in interface org.opentrafficsim.core.animation.Colorer
-
Get the color, based on the Drawable object.
- getColor(D) - Method in class org.opentrafficsim.core.animation.FixedColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.core.animation.gtu.colorer.AccelerationGTUColorer
-
Get the color, based on the Drawable object.
- getColor() - Method in class org.opentrafficsim.core.animation.gtu.colorer.GTUColorer.LegendEntry
-
- getColor(GTU) - Method in class org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.core.animation.gtu.colorer.SpeedGTUColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.BlockingColorer
-
Get the color, based on the Drawable object.
- getColor(double, double) - Method in class org.opentrafficsim.road.gtu.colorer.DesireColorer
-
Returns a color based on desire.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.DesiredHeadwayColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.DesiredSpeedColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.DistractionColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.FixedColor
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.IncentiveColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.ReactionTimeColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.SocialPressureColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.SplitColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.SynchronizationColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.TaskColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.TaskSaturationColorer
-
Get the color, based on the Drawable object.
- getColor(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.TotalDesireColorer
-
Get the color, based on the Drawable object.
- getColorers() - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer
-
- getDescription() - Method in class org.opentrafficsim.core.animation.gtu.colorer.GTUColorer.LegendEntry
-
- getDrawingInfo(Drawable) - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
-
Get the drawing information for a drawable instance.
- getDrawingInfoBase(Drawable) - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
-
Get the static drawing information for a drawable instance.
- getDrawingInfoClass(Class<? extends Drawable>) - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
-
Get the static class-based drawing information for a drawable instance.
- getFillColor(D) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
-
The returned color could be dependent on the state of the object for the fill color used.
- getLegend() - Method in class org.opentrafficsim.core.animation.gtu.colorer.AccelerationGTUColorer
-
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
- getLegend() - Method in interface org.opentrafficsim.core.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.core.animation.gtu.colorer.IDGTUColorer
-
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.core.animation.gtu.colorer.SpeedGTUColorer
-
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.core.animation.gtu.colorer.SwitchableGTUColorer
-
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.road.gtu.colorer.BlockingColorer
-
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.road.gtu.colorer.DesireColorer
-
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.road.gtu.colorer.DesiredHeadwayColorer
-
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.road.gtu.colorer.DesiredSpeedColorer
-
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.road.gtu.colorer.DistractionColorer
-
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.road.gtu.colorer.FixedColor
-
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.road.gtu.colorer.GTUTypeColorer
-
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.road.gtu.colorer.ReactionTimeColorer
-
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.road.gtu.colorer.SocialPressureColorer
-
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.road.gtu.colorer.SplitColorer
-
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.road.gtu.colorer.SynchronizationColorer
-
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.road.gtu.colorer.TaskColorer
-
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.road.gtu.colorer.TaskSaturationColorer
-
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
- getLineColor(D) - Method in class org.opentrafficsim.core.animation.DrawingInfoLine
-
The returned color could be dependent on the state of the object representing the line.
- getLineColor(D) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
-
The returned color could be dependent on the state of the object representing the line.
- getLineWidth() - Method in class org.opentrafficsim.core.animation.DrawingInfoLine
-
- getLineWidth() - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
-
- getName() - Method in class org.opentrafficsim.core.animation.gtu.colorer.GTUColorer.LegendEntry
-
- getNetwork() - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
-
- getStripeType() - Method in class org.opentrafficsim.core.animation.DrawingInfoStripe
-
- gray() - Static method in class org.opentrafficsim.core.animation.FixedColorer
-
- green() - Static method in class org.opentrafficsim.core.animation.FixedColorer
-
- GTUColorer - Interface in org.opentrafficsim.core.animation.gtu.colorer
-
Determine the fill color for a GTU.
- GTUColorer.LegendEntry - Class in org.opentrafficsim.core.animation.gtu.colorer
-
Packs a Color, a short description and a long description in one object.
- GTUTypeColorer - Class in org.opentrafficsim.road.gtu.colorer
-
Color by GTU type.
- GTUTypeColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
-