Package org.swtchart
Interface ICustomPaintListener
- All Superinterfaces:
EventListener
,org.eclipse.swt.events.PaintListener
,org.eclipse.swt.internal.SWTEventListener
public interface ICustomPaintListener
extends org.eclipse.swt.events.PaintListener
The paint listener to paint on plot area.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the state indicating if painting behind series.Methods inherited from interface org.eclipse.swt.events.PaintListener
paintControl
-
Method Details
-
drawBehindSeries
boolean drawBehindSeries()Gets the state indicating if painting behind series.- Returns:
- True if painting behind series
-