Java org.jfree.chart ContextAwareChartPanel fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart ContextAwareChartPanel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart ContextAwareChartPanel.

The text is from its open source code.

Constructor

Method

voidaddKeyListener(KeyListener l)
Adds the specified key listener to receive key events from this component.
voidaddOverlay(Overlay overlay)
JFreeChartgetChart()
Returns the chart contained in the panel.
voidsetCursor(Cursor cursor)
Sets the cursor image to the specified cursor.
voidsetDismissDelay(int delay)
Specifies the dismissal delay value for this chart panel.
voidsetDisplayToolTips(boolean flag)
Switches the display of tooltips for the panel on or off.
voidsetDoubleBuffered(boolean aFlag)
Sets whether this component should use a buffer to paint.
voidsetFillZoomRectangle(boolean flag)
A flag that controls how the zoom rectangle is drawn.
voidsetFocusable(boolean focusable)
Sets the focusable state of this Component to the specified value.
voidsetInitialDelay(int delay)
Specifies the initial delay value for this chart panel.
voidsetMouseWheelEnabled(boolean flag)
Enables or disables mouse wheel support for the panel.
voidsetPopupMenuActionProvider(IActionProvider actionProvider)
voidsetRefreshBuffer(boolean flag)
Sets the refresh buffer flag.
voidsetReshowDelay(int delay)
Specifies the amount of time before the user has to wait initialDelay milliseconds before a tooltip will be shown.
voidsetVisible(boolean aFlag)
Makes the component visible or invisible.
voidsetZoomFillPaint(Paint paint)
Sets the zoom rectangle fill paint.
voidsetZoomOutlinePaint(Paint paint)
Sets the zoom rectangle outline paint.