Class SelectionAnnotation

java.lang.Object
nl.tudelft.simulation.dsol.animation.d2.Renderable2d<L>
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<SelectionAnnotation.ZAdjustedMapData>
Direct Known Subclasses:
HighlightAnnotation

public class SelectionAnnotation extends MapAnnotation<SelectionAnnotation.ZAdjustedMapData>
Renderable that indicates the selection of an object. It paints a line along the contour of the object.

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

Author:
Wouter Schakel
  • Constructor Details

    • SelectionAnnotation

      public SelectionAnnotation(MapData source, EditorMap map)
      Constructor.
      Parameters:
      source - source
      map - map
    • SelectionAnnotation

      protected SelectionAnnotation(MapData source, EditorMap map, double z)
      Constructor.
      Parameters:
      source - source
      map - map
      z - z-level
  • Method Details