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