00001 /******************************************************************************* 00002 * Copyright (c) 2008-2014 SWTChart project. All rights reserved. 00003 * 00004 * This code is distributed under the terms of the Eclipse Public License v1.0 00005 * which is available at http://www.eclipse.org/legal/epl-v10.html 00006 *******************************************************************************/ 00007 package org.swtchart; 00008 00009 import org.eclipse.swt.events.PaintListener; 00010 00014 public interface ICustomPaintListener extends PaintListener { 00015 00021 boolean drawBehindSeries(); 00022 }