Index
A B C D F G I L M N O P R S T U V W Y 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccelerationGTUColorer - Class in org.opentrafficsim.core.animation.gtu.colorer
 - 
Color GTUs based on their current acceleration.
 - AccelerationGTUColorer(Acceleration, Acceleration) - Constructor for class org.opentrafficsim.core.animation.gtu.colorer.AccelerationGTUColorer
 - 
Construct a new AccelerationGTUColorer.
 - add(GTUType) - Method in class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
 - 
Adds a GTU type to the list with color based on the type.
 - add(GTUType.DEFAULTS) - Method in class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
 - 
Adds a GTU type to the list with color from the default list.
 - add(GTUType.DEFAULTS, Color) - Method in class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
 - 
Adds a GTU type based on its enum to the list with given color.
 - add(GTUType, Color) - Method in class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
 - 
Adds a GTU type to the list with given color.
 - addActiveColorer(GTUColorer) - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer.Builder
 - 
Adds a colorer, make it selected.
 - addColorer(GTUColorer) - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer.Builder
 - 
Adds a colorer.
 - addDrawingInfoBase(Drawable, DrawingInfo) - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
 - 
Add the drawing info for an instance.
 - addDrawingInfoClass(Class<? extends Drawable>, DrawingInfo) - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
 - 
Add the drawing info for a class.
 - addDrawingInfoDynamic(Drawable, DrawingInfo) - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
 - 
Add the dynamic drawing information for an instance.
 
B
- black() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 - BLOCK - org.opentrafficsim.core.animation.StripeType
 - 
Block : allow to cross in both directions.
 - BlockingColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Displays whether a GTU is blocking conflicts.
 - BlockingColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.BlockingColorer
 - blue() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 - build() - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer.Builder
 - 
Builds the colorer.
 - builder() - Static method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer
 - 
Returns a builder for SwitchableGTUColorer.
 - Builder() - Constructor for class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer.Builder
 
C
- Colorer<D extends Drawable> - Interface in org.opentrafficsim.core.animation
 - 
Colorer is the generic interface for anything that can get a static or dynamic color in an animation within OTS.
 - ColorInterpolator - Class in org.opentrafficsim.core.animation
 - 
Interpolate between two color values.
 - ControlColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Color based on control state.
 - ControlColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.ControlColorer
 - CoordinateTransformLonLatToXY - Class in org.opentrafficsim.core.gis
 - 
Transformation from lat-lon to X-Y in meters.
 - CoordinateTransformLonLatToXY(double, double) - Constructor for class org.opentrafficsim.core.gis.CoordinateTransformLonLatToXY
 - 
Transformation from: https://en.wikipedia.org/wiki/Geographic_coordinate_system.
 - CoordinateTransformWGS84toRDNew - Class in org.opentrafficsim.core.gis
 - 
Convert coordinates from WGS84 to the Dutch RD system.
 - CoordinateTransformWGS84toRDNew(double, double) - Constructor for class org.opentrafficsim.core.gis.CoordinateTransformWGS84toRDNew
 - create(Color) - Static method in class org.opentrafficsim.core.animation.FixedColorer
 - 
Instantiate a singleton fixed colorer for a certain color.
 - cyan() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 
D
- darkGray() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 - DASHED - org.opentrafficsim.core.animation.StripeType
 - 
Dashes ¦ allow to cross in both directions.
 - 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-2020 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-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
 - DistractionColorer(DefaultDistraction...) - Constructor for class org.opentrafficsim.road.gtu.colorer.DistractionColorer
 - 
Constructor.
 - DOUBLE - org.opentrafficsim.core.animation.StripeType
 - 
Double solid line ||, don't cross.
 - 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) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoShape
 - 
Create a DrawingInfo object for a shape that is filled, without a contour line.
 - 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(Colorer<D>) - 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.
 - DrawingInfoStripe<D extends Drawable> - Class in org.opentrafficsim.core.animation
 - 
DrawingInfoStripe stores the drawing information about a stripe on a road.
 - 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
 - DrawingInfoStripe(StripeType) - Constructor for class org.opentrafficsim.core.animation.DrawingInfoStripe
 
F
- FixedColor - Class in org.opentrafficsim.road.gtu.colorer
 - 
Fixed color colorer.
 - FixedColor(Color) - Constructor for class org.opentrafficsim.road.gtu.colorer.FixedColor
 - 
Constructor.
 - FixedColor(Color, String) - Constructor for class org.opentrafficsim.road.gtu.colorer.FixedColor
 - 
Constructor.
 - FixedColorer<D extends Drawable> - Class in org.opentrafficsim.core.animation
 - 
FixedColorer stores a fixed color for drawing.
 - FixedColorer(Color) - Constructor for class org.opentrafficsim.core.animation.FixedColorer
 - 
Initialize the FixedColorer with a color.
 - floatTransform(double, double) - Method in class org.opentrafficsim.core.gis.CoordinateTransformLonLatToXY
 - floatTransform(double, double) - Method in class org.opentrafficsim.core.gis.CoordinateTransformWGS84toRDNew
 - fromWGS84(double, double) - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
 - 
Convert a coordinate pair in WGS84 coordinates to local coordinates.
 - fromWGS84(Point2D) - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
 - 
Convert a coordinate pair in WGS84 coordinates to local coordinates.
 - fromWGS84Bounds() - Static method in class org.opentrafficsim.core.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
- getColor() - Method in class org.opentrafficsim.core.animation.gtu.colorer.GTUColorer.LegendEntry
 - getColor(double, double) - Method in class org.opentrafficsim.road.gtu.colorer.DesireColorer
 - 
Returns a color based on desire.
 - 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(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(GTU) - Method in class org.opentrafficsim.road.gtu.colorer.ControlColorer
 - 
Get the color, based on the Drawable object.
 - 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.ControlColorer
 - 
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, based on the GTUType id or the enum id from the defaults.
 - GTUTypeColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
 
I
- IDGTUColorer - Class in org.opentrafficsim.core.animation.gtu.colorer
 - 
Color GTUs based on their id.
 - IDGTUColorer() - Constructor for class org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer
 - IncentiveColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Colorer for desire from a specific incentive.
 - IncentiveColorer(Class<? extends Incentive>) - Constructor for class org.opentrafficsim.road.gtu.colorer.IncentiveColorer
 - interpolateColor(Color, Color, double) - Static method in class org.opentrafficsim.core.animation.ColorInterpolator
 - 
Generate a Color that is interpolated between two given Color values.
 - isFilled() - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - isStroked() - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 
L
- LEFTONLY - org.opentrafficsim.core.animation.StripeType
 - 
Line |¦ allow to go to left, but not to right.
 - LEGEND - Static variable in class org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer
 - 
The legend.
 - LegendEntry(Color, String, String) - Constructor for class org.opentrafficsim.core.animation.gtu.colorer.GTUColorer.LegendEntry
 - 
Construct a new LegendEntry.
 - lightGray() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 - LmrsSwitchableColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Colorer for LMRS.
 - LmrsSwitchableColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.LmrsSwitchableColorer
 - 
Constructor.
 
M
- magenta() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 
N
- NA - Static variable in class org.opentrafficsim.road.gtu.colorer.ControlColorer
 - 
N/A color.
 - NA - Static variable in class org.opentrafficsim.road.gtu.colorer.DesireColorer
 - 
N/A color.
 - NA - Static variable in class org.opentrafficsim.road.gtu.colorer.SynchronizationColorer
 - 
N/A color.
 - NetworkAnimation - Class in org.opentrafficsim.core.animation.network
 - 
NetworkAnimation stores the relations between drawable objects and their drawing info.
 - NetworkAnimation(Network) - Constructor for class org.opentrafficsim.core.animation.network.NetworkAnimation
 - 
Construct this NetworkAnimation object with a connection to the Network.
 - notify(EventInterface) - Method in class org.opentrafficsim.core.animation.network.NetworkAnimation
 
O
- orange() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 - org.opentrafficsim.core.animation - package org.opentrafficsim.core.animation
 - 
Drawing information for animation, but non-specific for any type of visualization engine like Swing.
 - org.opentrafficsim.core.animation.gtu.colorer - package org.opentrafficsim.core.animation.gtu.colorer
 - 
GTU animations.
 - org.opentrafficsim.core.animation.network - package org.opentrafficsim.core.animation.network
 - 
Persistent storage of the drawing information for animated / visualized objects.
 - org.opentrafficsim.core.gis - package org.opentrafficsim.core.gis
 - 
Transformations between geographical coordinate systems.
 - org.opentrafficsim.road.gtu.colorer - package org.opentrafficsim.road.gtu.colorer
 - 
GTU animations.
 
P
- pink() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 
R
- ReactionTimeColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Colors the reaction time.
 - ReactionTimeColorer(Duration) - Constructor for class org.opentrafficsim.road.gtu.colorer.ReactionTimeColorer
 - 
Constructor.
 - red() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 - RIGHTONLY - org.opentrafficsim.core.animation.StripeType
 - 
Line ¦| allow to go to right, but not to left.
 
S
- setFillColor(Color) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - 
Set the fill color using a FixedColorer.
 - setFillColorer(Colorer<D>) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - 
Set the fill colorer.
 - setFilled(boolean) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - setGTUColorer(int) - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer
 - 
Replace the currently active GTUColorer.
 - setLineColor(Color) - Method in class org.opentrafficsim.core.animation.DrawingInfoLine
 - 
Set the line color using a FixedColorer.
 - setLineColor(Color) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - 
Set the line color using a FixedColorer.
 - setLineColorer(Colorer<D>) - Method in class org.opentrafficsim.core.animation.DrawingInfoLine
 - 
Set the line colorer.
 - setLineColorer(Colorer<D>) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - 
Set the line colorer.
 - setLineWidth(float) - Method in class org.opentrafficsim.core.animation.DrawingInfoLine
 - setLineWidth(float) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - setStroked(boolean) - Method in class org.opentrafficsim.core.animation.DrawingInfoShape
 - SocialPressureColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Colorer for social pressure.
 - SocialPressureColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.SocialPressureColorer
 - SOLID - org.opentrafficsim.core.animation.StripeType
 - 
Single solid line.
 - SpeedGTUColorer - Class in org.opentrafficsim.core.animation.gtu.colorer
 - 
Color GTU depending on their speed.
 - SpeedGTUColorer(Speed) - Constructor for class org.opentrafficsim.core.animation.gtu.colorer.SpeedGTUColorer
 - 
Construct a new SpeedGTUColorer.
 - SplitColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
 - SplitColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.SplitColorer
 - StripeType - Enum in org.opentrafficsim.core.animation
 - 
StripeType.java.
 - SwitchableGTUColorer - Class in org.opentrafficsim.core.animation.gtu.colorer
 - 
GTU colorer that uses a coloring method that can be switched by the user of the program.
 - SwitchableGTUColorer(int, GTUColorer...) - Constructor for class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer
 - 
Construct a new Switchable GTUColorer based on a list of colorers.
 - SwitchableGTUColorer.Builder - Class in org.opentrafficsim.core.animation.gtu.colorer
 - 
Builder for SwitchableGTUColorer.
 - SynchronizationColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Color based on synchronization state.
 - SynchronizationColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.SynchronizationColorer
 
T
- TaskColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Colorer for task demand with anticipation reliance indicated by interpolating towards white, for a specific task.
 - TaskColorer(String) - Constructor for class org.opentrafficsim.road.gtu.colorer.TaskColorer
 - 
Constructor.
 - TaskSaturationColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Displays task saturation.
 - TaskSaturationColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.TaskSaturationColorer
 - tMax - Variable in class org.opentrafficsim.road.gtu.colorer.DesiredHeadwayColorer
 - 
Maximum value on input scale.
 - tMin - Variable in class org.opentrafficsim.road.gtu.colorer.DesiredHeadwayColorer
 - 
Minimum value on input scale.
 - toString() - Method in class org.opentrafficsim.core.animation.gtu.colorer.AccelerationGTUColorer
 - toString() - Method in class org.opentrafficsim.core.animation.gtu.colorer.GTUColorer.LegendEntry
 - toString() - Method in class org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer
 - toString() - Method in class org.opentrafficsim.core.animation.gtu.colorer.SpeedGTUColorer
 - toString() - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer.Builder
 - toString() - Method in class org.opentrafficsim.core.animation.gtu.colorer.SwitchableGTUColorer
 - toString() - Method in class org.opentrafficsim.core.gis.CoordinateTransformLonLatToXY
 - toString() - Method in class org.opentrafficsim.core.gis.CoordinateTransformWGS84toRDNew
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.BlockingColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.ControlColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.DesiredHeadwayColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.DesiredSpeedColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.DistractionColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.FixedColor
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.GTUTypeColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.IncentiveColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.ReactionTimeColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.SocialPressureColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.SplitColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.SynchronizationColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.TaskColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.TaskSaturationColorer
 - toString() - Method in class org.opentrafficsim.road.gtu.colorer.TotalDesireColorer
 - TotalDesireColorer - Class in org.opentrafficsim.road.gtu.colorer
 - 
Colorer for total desire.
 - TotalDesireColorer() - Constructor for class org.opentrafficsim.road.gtu.colorer.TotalDesireColorer
 - toWGS84(double, double) - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
 - 
Convert a coordinate pair in the local system to WGS84 coordinates.
 - toWGS84(Point2D) - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
 - 
Convert a coordinate pair in the local system to WGS84 coordinates.
 - toWGS84Bounds() - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
 - 
Report the bounding box for conversions from the local coordinate system.
 - TransformWGS84DutchRDNew - Class in org.opentrafficsim.core.gis
 - 
Convert geographical coordinates between WGS84 and the Dutch RD (Rijksdriehoek) system.
 
U
- UNKNOWN - Static variable in class org.opentrafficsim.road.gtu.colorer.DesiredHeadwayColorer
 - 
Unknown color.
 
V
- valueOf(String) - Static method in enum org.opentrafficsim.core.animation.StripeType
 - 
Returns the enum constant of this type with the specified name.
 - values() - Static method in enum org.opentrafficsim.core.animation.StripeType
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 
W
- white() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 
Y
- yellow() - Static method in class org.opentrafficsim.core.animation.FixedColorer
 
All Classes All Packages