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

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

Introduction

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

The text is from its open source code.

Constructor

PolarChartPanel(JFreeChart chart)
Constructs a JFreeChart panel.

Method

voidaddMouseListener(MouseListener l)
Adds the specified mouse listener to receive mouse events from this component.
voidsetFillZoomRectangle(boolean flag)
A flag that controls how the zoom rectangle is drawn.
voidsetMouseWheelEnabled(boolean flag)
Enables or disables mouse wheel support for the panel.
voidsetPreferredSize(Dimension preferredSize)
Sets the preferred size of this component.