/******************************************************************************* * Copyright (c) 2006, 2009 University of Edinburgh. * All rights reserved. This program and the accompanying materials * are made available under the terms of the BSD Licence, which * accompanies this feature and can be downloaded from * http://groups.inf.ed.ac.uk/pepa/update/licence.txt *******************************************************************************/ /* OptionKind.java * * created by mtribast on 22 Feb 2008 * */ package uk.ac.ed.inf.common.ui.plotting.internal; /** * @author mtribast * */ public enum OptionKind { /* Gap between slices */ EXPLOSION, FONT_NAME, TITLE_FONT_SIZE, AXIS_LABEL_FONT_SIZE, AXIS_TICK_FONT_SIZE, LEGEND_FONT_SIZE, X_AXIS_ROTATION; }