blob: 721e4bf384f2ee40ff230ed28d2f98782ac3dd75 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nicolas Bros (Mia-Software)
*******************************************************************************/
package org.eclipse.gmt.modisco.infra.browser.custom.util;
public enum OverlayIconPosition {
TopLeft, TopMiddle, TopRight, BottomLeft, BottomMiddle, BottomRight
}