// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.elevation.gui; /** * @author Oliver Wieland <oliver.wieland@online.de> * */ public enum TextAlignment { Left, Right, Centered }