/* *****************************************************************************
*Copyright (c) 2008 The Bioclipse Team and others.
*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
*
*******************************************************************************/
package net.bioclipse.metaprint2d.ui;
public interface Metaprint2DConstants {
public static final String COLOR_PROPERTY = "BIOCLIPSE_COLOR";
public static final String METAPRINT_RESULT_PROPERTY = "Metaprint2D NOR";
}