/** * Copyright (c) 2007 Borland Software Corporation * * 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: * bblajer - initial API and implementation */ package org.eclipse.gmf.runtime.lite.preferences; /** * Constants of preference for the "Lite" diagrams. */ public interface IPreferenceConstants { String DEFAULT_FONT = "Appearance.defaultFont"; //$NON-NLS-1$ String FONT_COLOR = "Appearance.fontColor"; //$NON-NLS-1$ String FILL_COLOR = "Appearance.fillColor"; //$NON-NLS-1$ String LINE_COLOR = "Appearance.lineColor"; //$NON-NLS-1$ }