Class AnimationIdentifiableShape<T extends OtsShape & Identifiable>

java.lang.Object
org.opentrafficsim.animation.data.AnimationIdentifiableShape<T>
Type Parameters:
T - type of object
All Implemented Interfaces:
Locatable, Identifiable, OtsShape
Direct Known Subclasses:
AnimationCrossSectionElementData, AnimationGtuData, AnimationLaneBasedObjectData, AnimationLinkData, AnimationNodeData, AnimationSpeedSignData, AnimationTrafficLightDetectorData

public abstract class AnimationIdentifiableShape<T extends OtsShape & Identifiable> extends Object implements OtsShape, Identifiable
Object wrapper for animations, that forwards shape and id information to the wrapped object.

Copyright (c) 2024-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel