All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentrafficsim.draw.TextAlignment Maven / Gradle / Ivy

The newest version!
package org.opentrafficsim.draw;

/**
 * Location of the text in the explanation.
 * 

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

* @author Alexander Verbraeck * @author Peter Knoppers * @author Wouter Schakel */ public enum TextAlignment { /** left. */ LEFT, /** center. */ CENTER, /** right. */ RIGHT, }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy