blob: 7f93fbaab956f2b50c90308886b4c53329a45322 [file] [log] [blame]
/*******************************************************************************
* <copyright>
*
* Copyright (c) 2013, 2013 SAP AG.
* 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:
* SAP AG - initial API, implementation and documentation
*
* </copyright>
*
*******************************************************************************/
package org.eclipse.fmc.blockdiagram.editor;
/**
* Provides all public constants for the Blockdiagram Editor.
*
* @author Benjamin Schmeling
*
*/
public interface BlockDiagramConstants {
/**
* The key for the context property points.
*/
public static final String POINTS = "points";
/**
* Key for storing the information about the style of a shape in a context property.
*/
public static final String GRAPHICAL_TYPE_KEY = "graphicalType";
}