Serialized Form


Package org.jfree.beans

Class org.jfree.beans.AbstractCategoryChart extends AbstractChart implements Serializable

Class org.jfree.beans.AbstractChart extends javax.swing.JComponent implements Serializable

Serialized Fields

chart

org.jfree.chart.JFreeChart chart
The underlying chart.


legend

org.jfree.chart.title.LegendTitle legend
The chart's legend. We keep a separate reference to this, so that the legend can be added/removed from the chart.


legendPosition

LegendPosition legendPosition
The current legend position (TOP, BOTTOM, LEFT, RIGHT or NONE).


subtitle

org.jfree.chart.title.TextTitle subtitle
A subtitle for the chart.


sourceSubtitle

org.jfree.chart.title.TextTitle sourceSubtitle
A subtitle that shows the data source.


info

org.jfree.chart.ChartRenderingInfo info
The chart rendering info, which is used for tooltips and mouse events.


listeners

javax.swing.event.EventListenerList listeners
Storage for registered listeners.


chartBuffer

java.awt.Image chartBuffer
A buffer for the rendered chart.


chartBufferHeight

int chartBufferHeight
The height of the chart buffer.


chartBufferWidth

int chartBufferWidth
The width of the chart buffer.


refreshBuffer

boolean refreshBuffer
A flag that indicates that the buffer should be refreshed.


scaleX

double scaleX
The scale factor used to draw the chart.


scaleY

double scaleY
The scale factor used to draw the chart.


anchor

java.awt.geom.Point2D anchor
The chart anchor point.


zoomPoint

java.awt.Point zoomPoint
The zoom rectangle starting point (selected by the user with a mouse click). This is a point on the screen, not the chart (which may have been scaled up or down to fit the panel).


zoomTriggerDistance

int zoomTriggerDistance
The minimum distance required to drag the mouse to trigger a zoom.


fillZoomRectangle

boolean fillZoomRectangle
Controls if the zoom rectangle is drawn as an outline or filled.

Class org.jfree.beans.AbstractXYChart extends AbstractChart implements Serializable

Serialized Fields

yAxisScale

AxisScale yAxisScale
The scale for the y-axis.

Class org.jfree.beans.AxisScale extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Ensures that serialization returns the unique instances.

Throws:
java.io.ObjectStreamException - if there is a problem.
Serialized Fields

name

java.lang.String name
The name.

Class org.jfree.beans.JAreaChart extends NumericalXYChart implements Serializable

Class org.jfree.beans.JBarChart extends AbstractCategoryChart implements Serializable

Class org.jfree.beans.JLineChart extends NumericalXYChart implements Serializable

Class org.jfree.beans.JPieChart extends AbstractChart implements Serializable

Serialized Fields

labelFormat

java.lang.String labelFormat
The section label format string.


sectionClickListeners

javax.swing.event.EventListenerList sectionClickListeners
Storage for registered sectionClickListeners.

Class org.jfree.beans.JScatterChart extends NumericalXYChart implements Serializable

Class org.jfree.beans.JTimeSeriesChart extends AbstractXYChart implements Serializable

Class org.jfree.beans.KeyedPaint extends java.lang.Object implements Serializable

serialVersionUID: 0L

Serialized Fields

key

java.lang.Comparable<T> key
The key.


paint

java.awt.Paint paint
The paint.

Class org.jfree.beans.LegendPosition extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Ensures that serialization returns the unique instances.

Throws:
java.io.ObjectStreamException - if there is a problem.
Serialized Fields

name

java.lang.String name
The name.

Class org.jfree.beans.NumericalXYChart extends AbstractXYChart implements Serializable

Serialized Fields

xAxisScale

AxisScale xAxisScale
The x-axis scale type. Note that a property editor for this type is already registered by the AbstractXYChart class.

Class org.jfree.beans.PieDatasetBean extends org.jfree.data.general.AbstractDataset implements Serializable


Package org.jfree.beans.editors

Class org.jfree.beans.editors.DefaultPieDatasetTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

dataset

org.jfree.data.general.DefaultPieDataset dataset

insertionRow

int insertionRow

hasEditingColumn

boolean hasEditingColumn
If this is true, the model has a column zero containing a boolean flag indicating whether or not this is the current row for editing.

Class org.jfree.beans.editors.PaintEditorGUI extends javax.swing.JPanel implements Serializable

Serialized Fields

chooser

javax.swing.JColorChooser chooser

Class org.jfree.beans.editors.PieDatasetGUI extends javax.swing.JPanel implements Serializable


Package org.jfree.beans.events

Class org.jfree.beans.events.CategoryItemClickEvent extends java.util.EventObject implements Serializable

Serialized Fields

dataset

org.jfree.data.category.CategoryDataset dataset
The dataset.


rowKey

java.lang.Comparable<T> rowKey
The row key.


columnKey

java.lang.Comparable<T> columnKey
The column key.

Class org.jfree.beans.events.LegendClickEvent extends java.util.EventObject implements Serializable

Serialized Fields

dataset

org.jfree.data.general.Dataset dataset
A reference to the source dataset.


key

java.lang.Comparable<T> key
The series key.

Class org.jfree.beans.events.SectionClickEvent extends java.util.EventObject implements Serializable

Serialized Fields

key

java.lang.Comparable<T> key
The section key.

Class org.jfree.beans.events.XYItemClickEvent extends java.util.EventObject implements Serializable

Serialized Fields

dataset

org.jfree.data.xy.XYDataset dataset
The dataset.


seriesIndex

int seriesIndex
The series index.


itemIndex

int itemIndex
The item index.