1 package org.opentrafficsim.core.animation;
2
3 /**
4 * Indicates that an object is drawable, and its DrawingInfo can be requested.
5 * <p>
6 * Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. <br>
7 * BSD-style license. See <a href="https://opentrafficsim.org/docs/license.html">OpenTrafficSim License</a>.
8 * </p>
9 * @author <a href="https://github.com/averbraeck" target="_blank">Alexander Verbraeck</a>
10 */
11 public interface Drawable
12 {
13 //
14 }