Class AbstractLineAnimation<T extends LaneBasedObject>

    • Constructor Detail

      • AbstractLineAnimation

        public AbstractLineAnimation​(T source,
                                     org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator,
                                     double length,
                                     Length width)
                              throws NamingException,
                                     RemoteException
        Construct the line animation.
        Parameters:
        source - T; source
        simulator - OTSSimulatorInterface; the simulator to schedule on
        length - double; length of the line, as fraction of the lane width
        width - Length; line width
        Throws:
        NamingException - in case of registration failure of the animation
        RemoteException - in case of remote registration failure of the animation