/******************************************************************************* * Copyright (c) 2010-2015 Henshin developers. 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: * TU Berlin, University of Luxembourg, SES S.A. *******************************************************************************/ /** * Constants.java * created on 08.02.2012 00:05:40 */ package de.tub.tfs.henshin.editor.interfaces; /** * @author huuloi * */ public interface Constants { int SIZE_16 = 16; int SIZE_18 = 18; int SIZE_20 = 20; int SIZE_24 = 24; int SIZE_25 = 25; }