/******************************************************************************* * 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. *******************************************************************************/ package de.tub.tfs.muvitor.ui; /** * @author Stefan Jurack * */ public final class MuvitorConstants { public static final String ICONS_PATH = "icons/"; public static final String ICON_GRAPHLAYOUT_16 = ICONS_PATH + "graphlayout16.png"; public static final String ICON_GRID_16 = ICONS_PATH + "grid16.png"; public static final String ICON_RULER_16 = ICONS_PATH + "ruler16.png"; public static final String ICON_TRIM_16 = ICONS_PATH + "trim16.png"; }// class