Serialized Form


Package org.jfree.data

Class org.jfree.data.AbstractDataset implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if there is a problem loading a class.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Handles serialization.

Throws:
java.io.IOException - if there is an I/O problem.
Serialized Fields

group

DatasetGroup group
The group that the dataset belongs to.

Class org.jfree.data.AbstractSeriesDataset implements Serializable

Class org.jfree.data.CategoryToPieDataset implements Serializable

Serialized Fields

source

CategoryDataset source
The source.


extract

int extract
The extract type.


index

int index
The row or column index.

Class org.jfree.data.CombinedDataset implements Serializable

Serialized Fields

datasetInfo

java.util.List datasetInfo
Storage for the datasets we combine.

Class org.jfree.data.DatasetChangeEvent implements Serializable

Serialized Fields

data

Dataset data
The dataset that generated the change event.

Class org.jfree.data.DatasetGroup implements Serializable

Class org.jfree.data.DateRange implements Serializable

Serialized Fields

lowerDate

java.util.Date lowerDate
The lower bound for the axis.


upperDate

java.util.Date upperDate
The upper bound for the axis.

Class org.jfree.data.DefaultCategoryDataset implements Serializable

Serialized Fields

data

DefaultKeyedValues2D data
A storage structure for the data.

Class org.jfree.data.DefaultContourDataset implements Serializable

Serialized Fields

seriesName

java.lang.String seriesName
The series name (this dataset supports only one series).


xValues

java.lang.Number[] xValues
Storage for the x values.


yValues

java.lang.Number[] yValues
Storage for the y values.


zValues

java.lang.Number[] zValues
Storage for the z values.


xIndex

int[] xIndex
The index for the start of each column in the data.


numX

int numX

numY

int numY

dateAxis

boolean[] dateAxis
Flags that track whether x, y and z are dates.

Class org.jfree.data.DefaultHighLowDataset implements Serializable

Serialized Fields

seriesName

java.lang.String seriesName
The series name.


date

java.util.Date[] date
Storage for the dates.


high

java.lang.Number[] high
Storage for the high values.


low

java.lang.Number[] low
Storage for the low values.


open

java.lang.Number[] open
Storage for the open values.


close

java.lang.Number[] close
Storage for the close values.


volume

java.lang.Number[] volume
Storage for the volume values.

Class org.jfree.data.DefaultIntervalCategoryDataset implements Serializable

Serialized Fields

seriesKeys

java.lang.Comparable[] seriesKeys
The series keys.


categoryKeys

java.lang.Comparable[] categoryKeys
The category keys.


startData

java.lang.Number[][] startData
Storage for the start value data.


endData

java.lang.Number[][] endData
Storage for the end value data.

Class org.jfree.data.DefaultKeyedValue implements Serializable

Serialized Fields

key

java.lang.Comparable key
The key.


value

java.lang.Number value
The value.

Class org.jfree.data.DefaultKeyedValueDataset implements Serializable

Serialized Fields

data

KeyedValue data
Storage for the data.

Class org.jfree.data.DefaultKeyedValues implements Serializable

Serialized Fields

data

java.util.List data
Storage for the data.

Class org.jfree.data.DefaultKeyedValues2D implements Serializable

Serialized Fields

rowKeys

java.util.List rowKeys
The row keys.


columnKeys

java.util.List columnKeys
The column keys.


rows

java.util.List rows
The row data.

Class org.jfree.data.DefaultKeyedValues2DDataset implements Serializable

Class org.jfree.data.DefaultKeyedValuesDataset implements Serializable

Class org.jfree.data.DefaultMeterDataset implements Serializable

Serialized Fields

value

java.lang.Number value
The current value.


min

java.lang.Number min
The lower bound of the overall range.


max

java.lang.Number max
The upper bound of the overall range.


minNormal

java.lang.Number minNormal
The lower bound of the 'normal' range.


maxNormal

java.lang.Number maxNormal
The upper bound of the 'normal' range.


minWarning

java.lang.Number minWarning
The lower bound of the 'warning' range.


maxWarning

java.lang.Number maxWarning
The upper bound of the 'warning' range.


minCritical

java.lang.Number minCritical
The lower bound of the 'critical' range.


maxCritical

java.lang.Number maxCritical
The upper bound of the 'critical' range.


borderType

int borderType
The border type.


units

java.lang.String units
The units.

Class org.jfree.data.DefaultPieDataset implements Serializable

Serialized Fields

data

DefaultKeyedValues data
Storage for the data.

Class org.jfree.data.DefaultStatisticalCategoryDataset implements Serializable

Serialized Fields

data

KeyedObjects2D data
Storage for the data.


minimumRangeValue

java.lang.Number minimumRangeValue
The minimum range value.


maximumRangeValue

java.lang.Number maximumRangeValue
The maximum range value.


valueRange

Range valueRange
The range of values.

Class org.jfree.data.DefaultValueDataset implements Serializable

Serialized Fields

value

java.lang.Number value
The value.

Class org.jfree.data.DefaultWindDataset implements Serializable

Serialized Fields

seriesNames

java.util.List seriesNames
The names of the series.


allSeriesData

java.util.List allSeriesData
Storage for the series data.

Class org.jfree.data.JDBCCategoryDataset implements Serializable

Serialized Fields

connection

java.sql.Connection connection
The database connection.


statement

java.sql.Statement statement
The statement.


resultSet

java.sql.ResultSet resultSet
The result set.


metaData

java.sql.ResultSetMetaData metaData
The result set meta data.

Class org.jfree.data.JDBCPieDataset implements Serializable

Serialized Fields

connection

java.sql.Connection connection
The database connection.


statement

java.sql.Statement statement
A statement.


resultSet

java.sql.ResultSet resultSet
The query result set.


metaData

java.sql.ResultSetMetaData metaData
Meta data about the result set.

Class org.jfree.data.JDBCXYDataset implements Serializable

Serialized Fields

connection

java.sql.Connection connection
The database connection.


statement

java.sql.Statement statement
The statement.


resultSet

java.sql.ResultSet resultSet
The result set.


metaData

java.sql.ResultSetMetaData metaData
Information about the result set.


columnNames

java.lang.String[] columnNames
Column names.


rows

java.util.Vector rows
Rows.


maxValue

double maxValue
The maximum y value of the returned result set


minValue

double minValue
The minimum y value of the returned result set


isTimeSeries

boolean isTimeSeries

Class org.jfree.data.NonGridContourDataset implements Serializable

Serialized Fields

DEFAULT_NUM_X

int DEFAULT_NUM_X
See Also:
Constant Field Values

DEFAULT_NUM_Y

int DEFAULT_NUM_Y
See Also:
Constant Field Values

DEFAULT_POWER

int DEFAULT_POWER
See Also:
Constant Field Values

Class org.jfree.data.Range implements Serializable

Serialized Fields

lower

double lower
The lower bound for the visible range.


upper

double upper
The upper bound for the visible range.

Class org.jfree.data.Series implements Serializable

Serialized Fields

name

java.lang.String name
The name of the series.


description

java.lang.String description
A description of the series.


listeners

java.util.List listeners
Storage for registered change listeners.


propertyChangeSupport

java.beans.PropertyChangeSupport propertyChangeSupport
Object to support property change notification.

Class org.jfree.data.SeriesChangeEvent implements Serializable

Class org.jfree.data.SeriesException implements Serializable

Class org.jfree.data.SortOrder implements Serializable

Serialized Fields

name

java.lang.String name
The name.

Class org.jfree.data.SubSeriesDataset implements Serializable

Serialized Fields

parent

SeriesDataset parent
The parent dataset.


map

int[] map
Storage for map.

Class org.jfree.data.TaskSeries implements Serializable

Serialized Fields

tasks

java.util.List tasks
Storage for the tasks in the series.

Class org.jfree.data.TaskSeriesCollection implements Serializable

Serialized Fields

keys

java.util.List keys
Storage for aggregate task keys (the task description is used as the key).


data

java.util.List data
Storage for the series.

Class org.jfree.data.TimeSeriesTableModel implements Serializable

Serialized Fields

series

TimeSeries series
The series.


editable

boolean editable
A flag that controls whether the series is editable.


edits

TimeSeries edits
The edits.


newTimePeriod

RegularTimePeriod newTimePeriod
The new time period.


newValue

java.lang.Number newValue
The new value.

Class org.jfree.data.XYDataPair implements Serializable

Serialized Fields

x

java.lang.Number x
The x-value.


y

java.lang.Number y
The y-value.

Class org.jfree.data.XYSeries implements Serializable

Serialized Fields

data

java.util.List data
The list of data pairs in the series.


maximumItemCount

int maximumItemCount
The maximum number of items for the series.


allowDuplicateXValues

boolean allowDuplicateXValues
A flag that controls whether or not duplicate x-values are allowed.

Class org.jfree.data.XYSeriesCollection implements Serializable

Serialized Fields

data

java.util.List data
The series that are included in the collection.


Package org.jfree.data.time

Class org.jfree.data.time.Day implements Serializable

Serialized Fields

serialDate

org.jfree.date.SerialDate serialDate
The day (uses SerialDate for convenience).

Class org.jfree.data.time.DynamicTimeSeriesCollection implements Serializable

Serialized Fields

maximumItemCount

int maximumItemCount
The maximum number of items for each series (can be overridden).


historyCount

int historyCount
The history count.


seriesNames

java.lang.String[] seriesNames
Storage for the series names.


timePeriodClass

java.lang.Class timePeriodClass
The time period class - barely used, and could be removed (DG).


pointsInTime

RegularTimePeriod[] pointsInTime
Storage for the x-values.


seriesCount

int seriesCount
The number of series.


valueHistory

DynamicTimeSeriesCollection.ValueSequence[] valueHistory
An array for storing the objects that represent each series.


workingCalendar

java.util.Calendar workingCalendar
A working calendar (to recycle)


position

int position
The position within a time period to return as the x-value (START, MIDDLE or END).


domainIsPointsInTime

boolean domainIsPointsInTime
A flag that indicates that the domain is 'points in time'. If this flag is true, only the x-value is used to determine the range of values in the domain, the start and end x-values are ignored.


oldestAt

int oldestAt
index for mapping: points to the oldest valid time & data.


newestAt

int newestAt
Index of the newest data item.


deltaTime

long deltaTime
the # of msec by which time advances.


domainStart

java.lang.Long domainStart
Cached domain start (for use by DomainInfo).


domainEnd

java.lang.Long domainEnd
Cached domain end (for use by DomainInfo).


domainRange

Range domainRange
Cached domain range (for use by DomainInfo).


minValue

java.lang.Float minValue
The minimum value.


maxValue

java.lang.Float maxValue
The maximum value.


valueRange

Range valueRange
The value range.

Class org.jfree.data.time.FixedMillisecond implements Serializable

Serialized Fields

time

java.util.Date time
The millisecond.

Class org.jfree.data.time.Hour implements Serializable

Serialized Fields

day

Day day
The day.


hour

int hour
The hour.

Class org.jfree.data.time.Millisecond implements Serializable

Serialized Fields

millisecond

int millisecond
The millisecond.


second

Second second
The second.

Class org.jfree.data.time.Minute implements Serializable

Serialized Fields

hour

Hour hour
The hour in which the minute falls.


minute

int minute
The minute.

Class org.jfree.data.time.Month implements Serializable

Serialized Fields

month

int month
The month (1-12).


year

Year year
The year in which the month falls.

Class org.jfree.data.time.Quarter implements Serializable

Serialized Fields

year

Year year
The year in which the quarter falls.


quarter

int quarter
The quarter (1-4).

Class org.jfree.data.time.Second implements Serializable

Serialized Fields

minute

Minute minute
The day.


second

int second
The second.

Class org.jfree.data.time.SimpleTimePeriod implements Serializable

Serialized Fields

start

java.util.Date start
The start date/time.


end

java.util.Date end
The end date/time.

Class org.jfree.data.time.TimePeriodFormatException implements Serializable

Class org.jfree.data.time.TimePeriodValue implements Serializable

Serialized Fields

period

TimePeriod period
The time period.


value

java.lang.Number value
The value associated with the time period.

Class org.jfree.data.time.TimePeriodValues implements Serializable

Serialized Fields

domain

java.lang.String domain
A description of the domain.


range

java.lang.String range
A description of the range.


data

java.util.List data
The list of data pairs in the series.

Class org.jfree.data.time.TimePeriodValuesCollection implements Serializable

Serialized Fields

data

java.util.List data
Storage for the time series.


workingCalendar

java.util.Calendar workingCalendar
A working calendar (to recycle)


position

int position
The position within a time period to return as the x-value (START, MIDDLE or END).


domainIsPointsInTime

boolean domainIsPointsInTime
A flag that indicates that the domain is 'points in time'. If this flag is true, only the x-value is used to determine the range of values in the domain, the start and end x-values are ignored.

Class org.jfree.data.time.TimeSeries implements Serializable

Serialized Fields

domain

java.lang.String domain
A description of the domain.


range

java.lang.String range
A description of the range.


timePeriodClass

java.lang.Class timePeriodClass
The type of period for the data.


data

java.util.List data
The list of data pairs in the series.


maximumItemCount

int maximumItemCount
The maximum number of items for the series.


historyCount

int historyCount
The history count.

Class org.jfree.data.time.TimeSeriesCollection implements Serializable

Serialized Fields

data

java.util.List data
Storage for the time series.


workingCalendar

java.util.Calendar workingCalendar
A working calendar (to recycle)


position

int position
The position within a time period to return as the x-value (START, MIDDLE or END).


domainIsPointsInTime

boolean domainIsPointsInTime
A flag that indicates that the domain is 'points in time'. If this flag is true, only the x-value is used to determine the range of values in the domain, the start and end x-values are ignored.

Class org.jfree.data.time.TimeSeriesDataItem implements Serializable

Serialized Fields

period

RegularTimePeriod period
The time period.


value

java.lang.Number value
The value associated with the time period.

Class org.jfree.data.time.Week implements Serializable

Serialized Fields

year

Year year
The year in which the week falls.


week

int week
The week (1-53).

Class org.jfree.data.time.Year implements Serializable

Serialized Fields

year

int year
The year.


Package org.jfree.chart

Class org.jfree.chart.AbstractTitle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

position

int position
The position of the title (use the constants NORTH, SOUTH, EAST and WEST, or if you prefer you can also use TOP, BOTTOM, LEFT and RIGHT).


horizontalAlignment

int horizontalAlignment
The horizontal alignment of the title.


verticalAlignment

int verticalAlignment
The vertical alignment of the title.


spacer

Spacer spacer
The amount of blank space to leave around the title.


notify

boolean notify
A flag that can be used to temporarily disable the listener mechanism.

Class org.jfree.chart.ChartColor implements Serializable

Class org.jfree.chart.ChartFrame implements Serializable

Serialized Fields

chartPanel

ChartPanel chartPanel
The chart panel.

Class org.jfree.chart.ChartPanel implements Serializable

Serialized Fields

chart

JFreeChart chart
The chart that is displayed in the panel.


chartMouseListeners

java.util.List chartMouseListeners
Storage for registered (chart) mouse listeners.


useBuffer

boolean useBuffer
A flag that controls whether or not the off-screen buffer is used.


refreshBuffer

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


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.


minimumDrawWidth

int minimumDrawWidth
The minimum width for drawing a chart (uses scaling for smaller widths).


minimumDrawHeight

int minimumDrawHeight
The minimum height for drawing a chart (uses scaling for smaller heights).


maximumDrawWidth

int maximumDrawWidth
The maximum width for drawing a chart (uses scaling for bigger widths).


maximumDrawHeight

int maximumDrawHeight
The maximum height for drawing a chart (uses scaling for bigger heights).


popup

javax.swing.JPopupMenu popup
The popup menu for the frame.


info

ChartRenderingInfo info
The drawing info collected the last time the chart was drawn.


scaleX

double scaleX
The scale factor used to draw the chart.


scaleY

double scaleY
The scale factor used to draw the chart.


zoomRectangle

java.awt.geom.Rectangle2D zoomRectangle
The zoom rectangle (selected by the user with the mouse).


zoomPoint

java.awt.geom.Point2D zoomPoint
The zoom rectangle starting point (selected by the user with a mouse click)


fillZoomRectangle

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


horizontalZoom

boolean horizontalZoom
A flag that controls whether or not horizontal zooming is enabled.


verticalZoom

boolean verticalZoom
A flag that controls whether or not vertical zooming is enabled.


horizontalAxisTrace

boolean horizontalAxisTrace
A flag that controls whether or not horizontal tracing is enabled.


verticalAxisTrace

boolean verticalAxisTrace
A flag that controls whether or not vertical tracing is enabled.


zoomInBothMenuItem

javax.swing.JMenuItem zoomInBothMenuItem
Menu item for zooming in on a chart (both axes).


zoomInHorizontalMenuItem

javax.swing.JMenuItem zoomInHorizontalMenuItem
Menu item for zooming in on a chart (horizontal axis).


zoomInVerticalMenuItem

javax.swing.JMenuItem zoomInVerticalMenuItem
Menu item for zooming in on a chart (vertical axis).


zoomOutBothMenuItem

javax.swing.JMenuItem zoomOutBothMenuItem
Menu item for zooming out on a chart.


zoomOutHorizontalMenuItem

javax.swing.JMenuItem zoomOutHorizontalMenuItem
Menu item for zooming out on a chart (horizontal axis).


zoomOutVerticalMenuItem

javax.swing.JMenuItem zoomOutVerticalMenuItem
Menu item for zooming out on a chart (vertical axis).


autoRangeBothMenuItem

javax.swing.JMenuItem autoRangeBothMenuItem
Menu item for resetting the zoom (both axes).


autoRangeHorizontalMenuItem

javax.swing.JMenuItem autoRangeHorizontalMenuItem
Menu item for resetting the zoom (horizontal axis only).


autoRangeVerticalMenuItem

javax.swing.JMenuItem autoRangeVerticalMenuItem
Menu item for resetting the zoom (vertical axis only).


verticalTraceLine

java.awt.geom.Line2D verticalTraceLine
A vertical trace line.


horizontalTraceLine

java.awt.geom.Line2D horizontalTraceLine
A horizontal trace line.


enforceFileExtensions

boolean enforceFileExtensions
A flag that controls whether or not file extensions are enforced.


available

java.awt.geom.Rectangle2D available
Working storage for available panel area after deducting insets.


chartArea

java.awt.geom.Rectangle2D chartArea
Working storage for the chart area.

Class org.jfree.chart.DateTitle implements Serializable

Class org.jfree.chart.ImageTitle implements Serializable

Serialized Fields

image

java.awt.Image image
The title image.


height

int height
The height used to draw the image (may involve scaling).


width

int width
The width used to draw the image (may involve scaling).

Class org.jfree.chart.IntervalMarker implements Serializable

Serialized Fields

startValue

double startValue
The start value.


endValue

double endValue
The end value.


label

java.lang.String label
The label.

Class org.jfree.chart.JFreeChart implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

title

TextTitle title
The chart title (optional).


subtitles

java.util.List subtitles
The chart subtitles (zero, one or many).


legend

Legend legend
The chart legend.


plot

Plot plot
Draws the visual representation of the data.


antialias

boolean antialias
Flag that determines whether or not the chart is drawn with anti-aliasing.


backgroundImageAlignment

int backgroundImageAlignment
The alignment for the background image.


backgroundImageAlpha

float backgroundImageAlpha
The alpha transparency for the background image.


notify

boolean notify
A flag that can be used to enable/disable notification of chart change events.

Class org.jfree.chart.Legend implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

anchor

int anchor
The current location anchor of the legend.

Class org.jfree.chart.LegendTitle implements Serializable

Serialized Fields

items

LegendItemCollection items
A container for the legend items.


layout

LegendItemLayout layout
The object responsible for arranging the legend items to fit in whatever space is available.

Class org.jfree.chart.Marker implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

value

double value
The constant value.


alpha

float alpha
The alpha transparency.

Class org.jfree.chart.MeterLegend implements Serializable

Serialized Fields

legendText

java.lang.String legendText
The legend text.


showNormal

boolean showNormal
Show the normal range?


showWarning

boolean showWarning
Show the warning range?


showCritical

boolean showCritical
Show the critical range?

Class org.jfree.chart.Spacer implements Serializable

Serialized Fields

type

int type
The spacing type (relative or absolute).


left

double left
The space on the left.


right

double right
The space on the right.


top

double top
The space at the top.


bottom

double bottom
The space at the bottom.

Class org.jfree.chart.StandardLegend implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

outerGap

Spacer outerGap
The amount of blank space around the legend.


innerGap

Spacer innerGap
The blank space inside the legend box.


title

java.lang.String title
An optional title for the legend.


titleFont

java.awt.Font titleFont
The font used to display the legend title.


itemFont

java.awt.Font itemFont
The font used to display the legend item names.


outlineShapes

boolean outlineShapes
A flag controlling whether or not outlines are drawn around shapes.


displaySeriesShapes

boolean displaySeriesShapes
A flag that controls whether the legend displays the series shapes.

Class org.jfree.chart.TextTitle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

text

java.lang.String text
The title text.


font

java.awt.Font font
The font used to display the title.


Package org.jfree.chart.ui

Class org.jfree.chart.ui.AxisPropertyEditPanel implements Serializable

Serialized Fields

label

javax.swing.JTextField label
The axis label.


labelFont

java.awt.Font labelFont
The label font.


labelPaintSample

org.jfree.ui.PaintSample labelPaintSample
The label paint.


labelFontField

javax.swing.JTextField labelFontField
A field showing a description of the label font.


tickLabelFont

java.awt.Font tickLabelFont
The font for displaying tick labels on the axis.


tickLabelFontField

javax.swing.JTextField tickLabelFontField
A field containing a description of the font for displaying tick labels on the axis.


tickLabelPaintSample

org.jfree.ui.PaintSample tickLabelPaintSample
The paint (color) for the tick labels.


slot1

javax.swing.JPanel slot1
An empty sub-panel for extending the user interface to handle more complex axes.


slot2

javax.swing.JPanel slot2
An empty sub-panel for extending the user interface to handle more complex axes.


showTickLabelsCheckBox

javax.swing.JCheckBox showTickLabelsCheckBox
A flag that indicates whether or not the tick labels are visible.


showTickMarksCheckBox

javax.swing.JCheckBox showTickMarksCheckBox
A flag that indicates whether or not the tick marks are visible.


tickLabelInsetsTextField

org.jfree.ui.InsetsTextField tickLabelInsetsTextField
Insets text field.


labelInsetsTextField

org.jfree.ui.InsetsTextField labelInsetsTextField
Label insets text field.


tickLabelInsets

java.awt.Insets tickLabelInsets
The tick label insets.


labelInsets

java.awt.Insets labelInsets
The label insets.


otherTabs

javax.swing.JTabbedPane otherTabs
A tabbed pane for...

Class org.jfree.chart.ui.ChartPropertyEditPanel implements Serializable

Serialized Fields

titlePropertiesPanel

TitlePropertyEditPanel titlePropertiesPanel
A panel for displaying/editing the properties of the title.


legendPropertiesPanel

LegendPropertyEditPanel legendPropertiesPanel
A panel for displaying/editing the properties of the legend.


plotPropertiesPanel

PlotPropertyEditPanel plotPropertiesPanel
A panel for displaying/editing the properties of the plot.


antialias

javax.swing.JCheckBox antialias
A checkbox indicating whether or not the chart is drawn with anti-aliasing.


background

org.jfree.ui.PaintSample background
The chart background color.

Class org.jfree.chart.ui.ColorBarPropertyEditPanel implements Serializable

Serialized Fields

invertPaletteCheckBox

javax.swing.JCheckBox invertPaletteCheckBox
A checkbox that indicates whether or not the color indices should run high to low.


invertPalette

boolean invertPalette
Flag set by invertPaletteCheckBox.


stepPaletteCheckBox

javax.swing.JCheckBox stepPaletteCheckBox
A checkbox that indicates whether the palette is stepped.


stepPalette

boolean stepPalette
Flag set by stepPaletteCheckBox.


currentPalette

PaletteSample currentPalette
The Palette Sample displaying the current Palette.


availablePaletteSamples

PaletteSample[] availablePaletteSamples
An array of availiable sample palettes.

Class org.jfree.chart.ui.ColorPalette implements Serializable

Serialized Fields

minZ

double minZ
The min z-axis value.


maxZ

double maxZ
The max z-axis value.


r

int[] r
Red components.


g

int[] g
Green components.


b

int[] b
Blue components.


tickValues

double[] tickValues
Tick values are stored for use with stepped palette.


logscale

boolean logscale
Logscale?


inverse

boolean inverse
Inverse palette (ie, min and max colors are reversed).


paletteName

java.lang.String paletteName
The palette name.


stepped

boolean stepped
Controls whether palette colors are stepped (not continuous).

Class org.jfree.chart.ui.GreyPalette implements Serializable

Class org.jfree.chart.ui.PaletteChooserPanel implements Serializable

Serialized Fields

selector

javax.swing.JComboBox selector
A combo for selecting the stroke.

Class org.jfree.chart.ui.PaletteSample implements Serializable

Serialized Fields

palette

ColorPalette palette
The palette being displayed.


preferredSize

java.awt.Dimension preferredSize
The preferred size of the component;

Class org.jfree.chart.ui.PlotPropertyEditPanel implements Serializable

Serialized Fields

backgroundPaintSample

org.jfree.ui.PaintSample backgroundPaintSample
The paint (color) used to fill the background of the plot.


outlineStrokeSample

org.jfree.ui.StrokeSample outlineStrokeSample
The stroke (pen) used to draw the outline of the plot.


outlinePaintSample

org.jfree.ui.PaintSample outlinePaintSample
The paint (color) used to draw the outline of the plot.


domainAxisPropertyPanel

AxisPropertyEditPanel domainAxisPropertyPanel
A panel used to display/edit the properties of the domain axis (if any).


rangeAxisPropertyPanel

AxisPropertyEditPanel rangeAxisPropertyPanel
A panel used to display/edit the properties of the range axis (if any).


colorBarAxisPropertyPanel

AxisPropertyEditPanel colorBarAxisPropertyPanel
A panel used to display/edit the properties of the colorbar axis (if any).


availableStrokeSamples

org.jfree.ui.StrokeSample[] availableStrokeSamples
An array of stroke samples to choose from.


plotInsets

java.awt.Insets plotInsets
The insets for the plot.


insetsTextField

org.jfree.ui.InsetsTextField insetsTextField
The insets text field.

Class org.jfree.chart.ui.RainbowPalette implements Serializable

Serialized Fields

red

int[] red
The red values.


green

int[] green
The green values.


blue

int[] blue
The blue values.

Class org.jfree.chart.ui.TitlePropertyEditPanel implements Serializable

Serialized Fields

titleField

javax.swing.JTextField titleField
A field for displaying/editing the title text.


titleFont

java.awt.Font titleFont
The font used to draw the title.


fontfield

javax.swing.JTextField fontfield
A field for displaying a description of the title font.


titlePaint

org.jfree.ui.PaintSample titlePaint
The paint (color) used to draw the title.


Package org.jfree.chart.axis

Class org.jfree.chart.axis.Axis implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

visible

boolean visible
A flag indicating whether or not the axis is visible.


label

java.lang.String label
The label for the axis.


labelFont

java.awt.Font labelFont
The font for displaying the axis label.


labelInsets

java.awt.Insets labelInsets
The insets for the axis label.


tickLabelsVisible

boolean tickLabelsVisible
A flag that indicates whether or not tick labels are visible for the axis.


tickLabelFont

java.awt.Font tickLabelFont
The font used to display the tick labels.


tickLabelInsets

java.awt.Insets tickLabelInsets
The blank space around each tick label.


tickMarksVisible

boolean tickMarksVisible
A flag that indicates whether or not tick marks are visible for the axis.


tickMarkInsideLength

float tickMarkInsideLength
The length of the tick mark inside the data area (zero permitted).


tickMarkOutsideLength

float tickMarkOutsideLength
The length of the tick mark outside the data area (zero permitted).


fixedDimension

double fixedDimension
The fixed (horizontal or vertical) dimension for the axis.

Class org.jfree.chart.axis.AxisNotCompatibleException implements Serializable

Class org.jfree.chart.axis.CategoryAxis implements Serializable

Serialized Fields

lowerMargin

double lowerMargin
The amount of space reserved at the start of the axis.


upperMargin

double upperMargin
The amount of space reserved at the end of the axis.


categoryMargin

double categoryMargin
The amount of space reserved between categories.

Class org.jfree.chart.axis.DateAxis implements Serializable

Serialized Fields

tickUnit

DateTickUnit tickUnit
The current tick unit.


dateFormatOverride

java.text.DateFormat dateFormatOverride
The override date format.


anchorDate

java.util.Date anchorDate
The anchor date (needs to be synchronised with the anchorValue in the ValueAxis superclass, as this form is maintained for convenience only).


tickMarksAtStartOfUnit

boolean tickMarksAtStartOfUnit
Tick marks can be displayed at the start or the middle of the time period.

Class org.jfree.chart.axis.DateTickUnit implements Serializable

Serialized Fields

unit

int unit
The unit.


count

int count
The unit count.


formatter

java.text.DateFormat formatter
The date formatter.

Class org.jfree.chart.axis.HorizontalCategoryAxis implements Serializable

Serialized Fields

verticalCategoryLabels

boolean verticalCategoryLabels
A flag that indicates whether the category labels should be drawn vertically.


skipCategoryLabelsToFit

boolean skipCategoryLabelsToFit
A flag that controls whether to skip category labels to avoid overlapping.


tickHeight

int tickHeight
Tick height

Class org.jfree.chart.axis.HorizontalCategoryAxis3D implements Serializable

Class org.jfree.chart.axis.HorizontalColorBarAxis implements Serializable

Serialized Fields

colorBarThickness

int colorBarThickness
The color bar thickness.


colorBarThicknessPercent

double colorBarThicknessPercent
The color bar thickness as a percentage of the height of the data area.


colorPalette

ColorPalette colorPalette
The color palette.


colorBarLength

int colorBarLength
The color bar length.


outerGap

int outerGap
The amount of blank space around the colorbar.

Class org.jfree.chart.axis.HorizontalDateAxis implements Serializable

Serialized Fields

verticalTickLabels

boolean verticalTickLabels
A flag indicating whether or not tick labels are drawn vertically.

Class org.jfree.chart.axis.HorizontalLogarithmicAxis implements Serializable

Serialized Fields

allowNegativesFlag

boolean allowNegativesFlag
Flag set true to allow negative values in data.


smallLogFlag

boolean smallLogFlag
Helper flag for log axis processing.


numberFormatterObj

java.text.DecimalFormat numberFormatterObj
Number formatter for generating numeric strings.

Class org.jfree.chart.axis.HorizontalLogarithmicColorBarAxis implements Serializable

Serialized Fields

colorPalette

ColorPalette colorPalette
The color palette.


colorBarLength

int colorBarLength
The color bar length.


colorBarThickness

int colorBarThickness
The color bar thickness.


colorBarThicknessPercent

double colorBarThicknessPercent
The color bar thickness as a percentage of the data area height.


outerGap

int outerGap
The amount of blank space around the colorbar.

Class org.jfree.chart.axis.HorizontalMarkerAxisBand implements Serializable

Serialized Fields

axis

HorizontalNumberAxis axis
The axis that the band belongs to.


topOuterGap

double topOuterGap
The top outer gap.


topInnerGap

double topInnerGap
The top inner gap.


bottomOuterGap

double bottomOuterGap
The bottom outer gap.


bottomInnerGap

double bottomInnerGap
The bottom inner gap.


font

java.awt.Font font
The font.


markers

java.util.List markers
Storage for the markers.

Class org.jfree.chart.axis.HorizontalNumberAxis implements Serializable

Serialized Fields

verticalTickLabels

boolean verticalTickLabels
A flag indicating whether or not tick labels are drawn vertically.


markerBand

HorizontalMarkerAxisBand markerBand
An optional band for marking regions on the axis.

Class org.jfree.chart.axis.HorizontalNumberAxis3D implements Serializable

Class org.jfree.chart.axis.HorizontalSymbolicAxis implements Serializable

Serialized Fields

symbolicValue

java.util.List symbolicValue
The list of symbolic value to display instead of the numeric values.


xSymbolicZoomIsAccepted

boolean xSymbolicZoomIsAccepted
Enable or not the zoom.


symbolicGridLineList

java.util.List symbolicGridLineList
List of the symbolic grid lines shapes.


symbolicGridLinesVisible

boolean symbolicGridLinesVisible
Flag that indicates whether or not symbolic grid lines are visible.

Class org.jfree.chart.axis.NumberAxis implements Serializable

Serialized Fields

autoRangeIncludesZero

boolean autoRangeIncludesZero
A flag that affects the axis range when the range is determined automatically. If the auto range does NOT include zero and this flag is TRUE, then the range is changed to include zero.


autoRangeStickyZero

boolean autoRangeStickyZero
A flag that affects the size of the margins added to the axis range when the range is determined automatically. If the value 0 falls within the margin and this flag is TRUE, then the margin is truncated at zero.


tickUnit

NumberTickUnit tickUnit
The tick unit for the axis.


numberFormatOverride

java.text.NumberFormat numberFormatOverride
The override number format.

Class org.jfree.chart.axis.NumberTickUnit implements Serializable

Serialized Fields

formatter

java.text.NumberFormat formatter
A formatter for the tick unit.

Class org.jfree.chart.axis.SymbolicTickUnit implements Serializable

Serialized Fields

symbolicValue

java.util.List symbolicValue
The list of symbolic value to display instead of the numeric values

Class org.jfree.chart.axis.Tick implements Serializable

Serialized Fields

value

java.lang.Object value
The tick value.


text

java.lang.String text
A text version of the tick value.


x

float x
The x-coordinate of the tick label.


y

float y
The y-coordinate of the tick label.

Class org.jfree.chart.axis.TickUnit implements Serializable

Serialized Fields

size

double size
The size of the tick unit.

Class org.jfree.chart.axis.TickUnits implements Serializable

Serialized Fields

units

java.util.List units
Storage for the tick units.

Class org.jfree.chart.axis.ValueAxis implements Serializable

Serialized Fields

inverted

boolean inverted
A flag that affects the orientation of the values on the axis.


range

Range range
The axis range.


autoRange

boolean autoRange
Flag that indicates whether the axis automatically scales to fit the chart data.


autoRangeMinimumSize

double autoRangeMinimumSize
The minimum size for the 'auto' axis range (excluding margins).


upperMargin

double upperMargin
The upper margin percentage. This indicates the amount by which the maximum axis value exceeds the maximum data value (as a percentage of the range on the axis) when the axis range is determined automatically.


lowerMargin

double lowerMargin
The lower margin. This is a percentage that indicates the amount by which the minimum axis value is "less than" the minimum data value when the axis range is determined automatically.


minimumRangeLength

double minimumRangeLength
The minimum range length for the axis.


maximumRangeLength

double maximumRangeLength
The maximum range length for the axis.


fixedAutoRange

double fixedAutoRange
If this value is positive, the amount is subtracted from the maximum data value to determine the lower axis range. This can be used to provide a fixed "window" on dynamic data.


autoTickUnitSelection

boolean autoTickUnitSelection
Flag that indicates whether or not the tick unit is selected automatically.


standardTickUnits

TickUnits standardTickUnits
The standard tick units for the axis.


autoTickIndex

int autoTickIndex
An index into an array of standard tick values.


anchorValue

double anchorValue
The anchor value for this axis.

Class org.jfree.chart.axis.VerticalCategoryAxis implements Serializable

Serialized Fields

verticalLabel

boolean verticalLabel
A flag that indicates whether or not the axis label should be drawn vertically.

Class org.jfree.chart.axis.VerticalColorBarAxis implements Serializable

Serialized Fields

colorPalette

ColorPalette colorPalette
The color palette.


colorBarLength

int colorBarLength
The color bar length.


colorBarThickness

int colorBarThickness
The color bar thickness.


colorBarThicknessPercent

double colorBarThicknessPercent
The color bar thickness as a percentage.


outerGap

int outerGap
The amount of blank space around the colorbar.

Class org.jfree.chart.axis.VerticalDateAxis implements Serializable

Serialized Fields

verticalLabel

boolean verticalLabel
A flag indicating whether or not the axis label is drawn vertically.

Class org.jfree.chart.axis.VerticalLogarithmicAxis implements Serializable

Serialized Fields

log10TickLabelsFlag

boolean log10TickLabelsFlag
Flag set true for "10^n"-style tick labels.


allowNegativesFlag

boolean allowNegativesFlag
Flag set true to allow negative values in data.


smallLogFlag

boolean smallLogFlag
Helper flag for log axis processing.


numberFormatterObj

java.text.DecimalFormat numberFormatterObj
Number formatter for generating numeric strings.

Class org.jfree.chart.axis.VerticalLogarithmicColorBarAxis implements Serializable

Serialized Fields

colorPalette

ColorPalette colorPalette
The palette.


colorBarLength

int colorBarLength
The color bar length.


colorBarThickness

int colorBarThickness
The color bar thickness.


colorBarThicknessPercent

double colorBarThicknessPercent
The color bar thickness percentage.


outerGap

int outerGap
The amount of blank space around the colorbar.

Class org.jfree.chart.axis.VerticalNumberAxis implements Serializable

Serialized Fields

verticalLabel

boolean verticalLabel
A flag indicating whether or not the axis label is drawn vertically.

Class org.jfree.chart.axis.VerticalNumberAxis3D implements Serializable

Class org.jfree.chart.axis.VerticalSymbolicAxis implements Serializable

Serialized Fields

symbolicValue

java.util.List symbolicValue
The list of symbolic value to display instead of the numeric values


ySymbolicZoomIsAccepted

boolean ySymbolicZoomIsAccepted
Enable or not the zoom


symbolicGridLineList

java.util.List symbolicGridLineList
List of the symbolic grid lines shapes


symbolicGridLinesVisible

boolean symbolicGridLinesVisible
Flag that indicates whether or not symbolic grid lines are visible.


Package org.jfree.chart.plot

Class org.jfree.chart.plot.CategoryPlot implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

domainAxis

CategoryAxis domainAxis
The domain axis.


domainAxisLocation

int domainAxisLocation
The location of the domain axis.


rangeAxis

ValueAxis rangeAxis
The range axis.


rangeAxisLocation

int rangeAxisLocation
The range axis location.


renderer

CategoryItemRenderer renderer
The renderer for the data items.


secondaryRangeAxis

ValueAxis secondaryRangeAxis
The (optional) secondary range axis.


secondaryRenderer

CategoryItemRenderer secondaryRenderer
The (optional) secondary renderer.


domainGridlinesVisible

boolean domainGridlinesVisible
A flag that controls whether the grid-lines for the domain axis are visible.


rangeGridlinesVisible

boolean rangeGridlinesVisible
A flag that controls whether the grid-lines for the range axis are visible.


rangeAnchor

double rangeAnchor
The range anchor.


rangeCrosshairVisible

boolean rangeCrosshairVisible
A flag that controls whether or not a range crosshair is drawn..


rangeCrosshairValue

double rangeCrosshairValue
The range crosshair value.


rangeCrosshairLockedOnData

boolean rangeCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points.


rangeMarkers

java.util.List rangeMarkers
A list of markers (optional) for the range axis.


valueLabelsVisible

boolean valueLabelsVisible
A flag indicating whether or not value labels are shown.


valueLabelFont

java.awt.Font valueLabelFont
The value label font.


valueLabelFormatPattern

java.lang.String valueLabelFormatPattern
The value label format pattern String.


valueLabelFormatter

java.text.NumberFormat valueLabelFormatter
The value label format.


verticalValueLabels

boolean verticalValueLabels
A flag indicating whether or not value labels are drawn vertically.


annotations

java.util.List annotations
A list of annotations (optional) for the plot.

Class org.jfree.chart.plot.CombinedXYPlot implements Serializable

Serialized Fields

type

int type
The layout type (HORIZONTAL or VERTICAL).


subplots

java.util.List subplots
Storage for the subplot references.


totalWeight

int totalWeight
Total weight of all charts.


gap

double gap
The gap between subplots.

Class org.jfree.chart.plot.CompassPlot implements Serializable

Serialized Fields

labelType

int labelType
The label type (NO_LABELS, VALUE_LABELS).


labelFont

java.awt.Font labelFont
The label font.


drawBorder

boolean drawBorder
A flag that controls whether or not a border is drawn.


roseHighlightColour

java.awt.Color roseHighlightColour
The rose highlight color.


roseColour

java.awt.Color roseColour
The rose color.


roseCenterColour

java.awt.Color roseCenterColour
The rose center color.


compassFont

java.awt.Font compassFont
The compass font.


datasets

ValueDataset[] datasets
An array of meter datasets.


seriesNeedle

MeterNeedle[] seriesNeedle
An array of needles.

Class org.jfree.chart.plot.ContourPlot implements Serializable

Serialized Fields

domainAxis

ValueAxis domainAxis
The domain axis (used for the x-values).


rangeAxis

ValueAxis rangeAxis
The range axis (used for the y-values).


colorBar

NumberAxis colorBar
The colorbar axis (used for the z-values).


domainCrosshairVisible

boolean domainCrosshairVisible
A flag that controls whether or not a domain crosshair is drawn..


domainCrosshairValue

double domainCrosshairValue
The domain crosshair value.


domainCrosshairLockedOnData

boolean domainCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points.


rangeCrosshairVisible

boolean rangeCrosshairVisible
A flag that controls whether or not a range crosshair is drawn..


rangeCrosshairValue

double rangeCrosshairValue
The range crosshair value.


rangeCrosshairLockedOnData

boolean rangeCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points.


domainMarkers

java.util.List domainMarkers
A list of markers (optional) for the domain axis.


rangeMarkers

java.util.List rangeMarkers
A list of markers (optional) for the range axis.


annotations

java.util.List annotations
A list of annotations (optional) for the plot.


toolTipGenerator

ContourToolTipGenerator toolTipGenerator
The tool tip generator.


urlGenerator

XYURLGenerator urlGenerator
The URL text generator.


renderAsPoints

boolean renderAsPoints
Controls whether data are render as filled rectangles or rendered as points


ptSizePct

double ptSizePct
Size of points rendered when renderAsPoints = true. Size is relative to dataArea

Class org.jfree.chart.plot.FastScatterPlot implements Serializable

Serialized Fields

data

float[][] data
The data.


horizontalDataRange

Range horizontalDataRange
The horizontal data range.


verticalDataRange

Range verticalDataRange
The vertical data range.


domainAxis

ValueAxis domainAxis
The domain axis (used for the x-values).


rangeAxis

ValueAxis rangeAxis
The range axis (used for the y-values).


domainMarkers

java.util.List domainMarkers
A list of markers (optional) for the domain axis.


rangeMarkers

java.util.List rangeMarkers
A list of markers (optional) for the range axis.


annotations

java.util.List annotations
A list of annotations (optional) for the plot.

Class org.jfree.chart.plot.HorizontalCategoryPlot implements Serializable

Class org.jfree.chart.plot.JThermometer implements Serializable

Serialized Fields

data

DefaultValueDataset data
The dataset.


chart

JFreeChart chart
The chart.


panel

ChartPanel panel
The chart panel.


plot

ThermometerPlot plot
The thermometer plot.

Class org.jfree.chart.plot.MeterPlot implements Serializable

Serialized Fields

dialType

int dialType
The dial type (background shape).


valueFont

java.awt.Font valueFont
The font for the value displayed in the center of the dial.


tickLabelType

int tickLabelType
The tick label type (NO_LABELS, VALUE_LABELS).


tickLabelFont

java.awt.Font tickLabelFont
The tick label font.


dialBorderColor

java.awt.Color dialBorderColor
The color of the border around the dial.


drawBorder

boolean drawBorder
A flag that controls whether or not the border is drawn.


meterCalcAngle

int meterCalcAngle
???


meterRange

double meterRange
???


meterAngle

int meterAngle
The dial extent.


minMeterValue

double minMeterValue
The minimum meter value.

Class org.jfree.chart.plot.OverlaidVerticalCategoryPlot implements Serializable

Serialized Fields

subplots

java.util.List subplots
Storage for the subplot references.

Class org.jfree.chart.plot.OverlaidXYPlot implements Serializable

Serialized Fields

subplots

java.util.List subplots
Storage for the subplot references.

Class org.jfree.chart.plot.PeriodMarkerPlot implements Serializable

Class org.jfree.chart.plot.Pie3DPlot implements Serializable

Serialized Fields

depthFactor

double depthFactor
The factor of the depth of the pie from the plot height

Class org.jfree.chart.plot.PiePlot implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

interiorGap

double interiorGap
The amount of space left around the outside of the pie plot, expressed as a percentage.


circular

boolean circular
Flag determining whether to draw an ellipse or a perfect circle.


radius

double radius
The radius (as a percentage of the available drawing area).


startAngle

double startAngle
The starting angle.


direction

int direction
The direction for the pie segments.


sectionLabelType

int sectionLabelType
Label type (NO_LABELS, NAME_LABELS, PERCENT_LABELS, NAME_AND_PERCENT_LABELS).


sectionLabelFont

java.awt.Font sectionLabelFont
The font used to display the section labels.


sectionLabelGap

double sectionLabelGap
The gap between the labels and the pie sections, as a percentage of the radius.


explodePercentages

double[] explodePercentages
The percentage amount to explode each pie section.


valueFormatter

java.text.NumberFormat valueFormatter
A formatter for displayed values.


percentFormatter

java.text.NumberFormat percentFormatter
A formatter for displayed percentages.


toolTipGenerator

PieToolTipGenerator toolTipGenerator
The tool tip generator.


urlGenerator

PieURLGenerator urlGenerator
The URL generator.


showSeriesLabels

boolean showSeriesLabels
Flag used to determine whether series labels are shown


seriesLabelFont

java.awt.Font seriesLabelFont
The font used to display the series labels.


supplier

DrawingSupplier supplier
The drawing supplier for the pie plot.


paintTableActive

boolean paintTableActive
A flag that controls whether the paint table or the default paint is used.


paintTable

PaintTable paintTable
The lookup table for paints for the plot.


outlinePaintTableActive

boolean outlinePaintTableActive
A flag that controls whether the outline paint table or the default paint is used.


outlinePaintTable

PaintTable outlinePaintTable
The lookup table for outline paints for the plot.


outlineStrokeTableActive

boolean outlineStrokeTableActive
A flag that controls whether the stroke table or the default stroke is used.


outlineStrokeTable

StrokeTable outlineStrokeTable
The lookup table for strokes for the plot.


extractType

int extractType
The data extract type.


minimumArcAngleToDraw

double minimumArcAngleToDraw
The smallest arc angle that will get drawn (this is to avoid a bug in various Java implementations that causes the JVM to crash).

Class org.jfree.chart.plot.Plot implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

parent

Plot parent
The parent plot (null if this is the root plot).


datasetGroup

DatasetGroup datasetGroup
The dataset group (to be used for thread synchronisation).


dataset

Dataset dataset
The data.


secondaryDataset

Dataset secondaryDataset
A secondary dataset.


noDataMessage

java.lang.String noDataMessage
The message to display if no data is available.


noDataMessageFont

java.awt.Font noDataMessageFont
The font used to display the 'no data' message.


insets

java.awt.Insets insets
Amount of blank space around the plot area.


backgroundImageAlignment

int backgroundImageAlignment
The alignment for the background image.


foregroundAlpha

float foregroundAlpha
The alpha-transparency for the plot.


backgroundAlpha

float backgroundAlpha
The alpha transparency for the background paint.


dataAreaRatio

double dataAreaRatio
Defines dataArea rectangle as the ratio formed from dividing height by width (of the dataArea). Modifies plot area calculations. ratio>0 will attempt to layout the plot so that the dataArea.height/dataArea.width = ratio. ratio<0 will attempt to layout the plot so that the dataArea.height/dataArea.width in plot units (not java2D units as when ratio>0) = -1.*ratio.

Class org.jfree.chart.plot.PlotException implements Serializable

Class org.jfree.chart.plot.PlotNotCompatibleException implements Serializable

Class org.jfree.chart.plot.ThermometerPlot implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

data

ValueDataset data
The dataset for the plot.


rangeAxis

ValueAxis rangeAxis
The range axis.


lowerBound

double lowerBound
The lower bound for the thermometer.


upperBound

double upperBound
The upper bound for the thermometer.


padding

Spacer padding
Blank space inside the plot area around the outside of the thermometer.


units

int units
The display units


valueLocation

int valueLocation
The value label position.


valueFont

java.awt.Font valueFont
The font to write the value in


valueFormat

java.text.NumberFormat valueFormat
Number format for the value


showValueLines

boolean showValueLines
A flag that controls whether value lines are drawn.


subrange

int subrange
The display sub-range.


subrangeInfo

double[][] subrangeInfo
The start and end values for the subranges.


followDataInSubranges

boolean followDataInSubranges
A flag that controls whether or not the axis range adjusts to the sub-ranges.


useSubrangePaint

boolean useSubrangePaint
A flag that controls whether or not the mercury paint changes with the subranges.


subrangePaint

java.awt.Paint[] subrangePaint
Paint for each range


subrangeIndicatorsVisible

boolean subrangeIndicatorsVisible
A flag that controls whether the sub-range indicators are visible.

Class org.jfree.chart.plot.VerticalCategoryPlot implements Serializable

Class org.jfree.chart.plot.XYPlot implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

domainAxis

ValueAxis domainAxis
The domain axis (used for the x-values).


domainAxisLocation

int domainAxisLocation
The domain axis location.


rangeAxis

ValueAxis rangeAxis
The range axis (used for the y-values).


rangeAxisLocation

int rangeAxisLocation
The range axis location.


renderer

XYItemRenderer renderer
Object responsible for drawing the visual representation of each point on the plot.


secondaryRangeAxis

ValueAxis secondaryRangeAxis
An optional secondary range axis (location is opposite primary axis).


secondaryRenderer

XYItemRenderer secondaryRenderer
An optional renderer for the secondary dataset.


domainGridlinesVisible

boolean domainGridlinesVisible
A flag that controls whether the domain grid-lines are visible.


rangeGridlinesVisible

boolean rangeGridlinesVisible
A flag that controls whether the range grid-lines are visible.


domainCrosshairVisible

boolean domainCrosshairVisible
A flag that controls whether or not a domain crosshair is drawn..


domainCrosshairValue

double domainCrosshairValue
The domain crosshair value.


domainCrosshairLockedOnData

boolean domainCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points.


rangeCrosshairVisible

boolean rangeCrosshairVisible
A flag that controls whether or not a range crosshair is drawn..


rangeCrosshairValue

double rangeCrosshairValue
The range crosshair value.


rangeCrosshairLockedOnData

boolean rangeCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points.


domainMarkers

java.util.List domainMarkers
A list of markers (optional) for the domain axis.


rangeMarkers

java.util.List rangeMarkers
A list of markers (optional) for the range axis.


secondaryRangeMarkers

java.util.List secondaryRangeMarkers
A list of secondary markers (optional) for the secondary range axis.


annotations

java.util.List annotations
A list of annotations (optional) for the plot.


weight

int weight
The weight for this plot in a combined plot.


Package org.jfree.chart.urls

Class org.jfree.chart.urls.CustomXYURLGenerator implements Serializable

Serialized Fields

urlSeries

java.util.ArrayList urlSeries
Storage for the URLs.

Class org.jfree.chart.urls.StandardCategoryURLGenerator implements Serializable

Serialized Fields

prefix

java.lang.String prefix
Prefix to the URL


seriesParameterName

java.lang.String seriesParameterName
Series parameter name to go in each URL


categoryParameterName

java.lang.String categoryParameterName
Category parameter name to go in each URL

Class org.jfree.chart.urls.StandardPieURLGenerator implements Serializable

Serialized Fields

prefix

java.lang.String prefix
The prefix.


categoryParameterName

java.lang.String categoryParameterName
The category parameter name.

Class org.jfree.chart.urls.StandardXYURLGenerator implements Serializable

Serialized Fields

prefix

java.lang.String prefix
Prefix to the URL


seriesParameterName

java.lang.String seriesParameterName
Series parameter name to go in each URL


itemParameterName

java.lang.String itemParameterName
Item parameter name to go in each URL

Class org.jfree.chart.urls.StandardXYZURLGenerator implements Serializable

Class org.jfree.chart.urls.TimeSeriesURLGenerator implements Serializable

Serialized Fields

dateFormat

java.text.DateFormat dateFormat
A formatter for the date.


prefix

java.lang.String prefix
Prefix to the URL


seriesParameterName

java.lang.String seriesParameterName
Name to use to identify the series


itemParameterName

java.lang.String itemParameterName
Name to use to identify the item


Package org.jfree.chart.renderer

Class org.jfree.chart.renderer.AbstractCategoryItemRenderer implements Serializable

Serialized Fields

toolTipGenerator

CategoryToolTipGenerator toolTipGenerator
The tooltip generator.


urlGenerator

CategoryURLGenerator urlGenerator
The URL generator.

Class org.jfree.chart.renderer.AbstractRenderer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

supplier

DrawingSupplier supplier
The drawing supplier.


paintTableActive

boolean paintTableActive
A flag that controls whether the paint table is active.


paintTable

PaintTable paintTable
The paint table.


outlinePaintTableActive

boolean outlinePaintTableActive
A flag that controls whether the outline paint table is active.


outlinePaintTable

PaintTable outlinePaintTable
The outline paint table.


strokeTableActive

boolean strokeTableActive
A flag that controls whether the stroke table is active.


strokeTable

StrokeTable strokeTable
The stroke table.


outlineStrokeTableActive

boolean outlineStrokeTableActive
A flag that controls whether the outline stroke table is active.


outlineStrokeTable

StrokeTable outlineStrokeTable
The outline stroke table.


shapeTableActive

boolean shapeTableActive
A flag that controls whether the shape table is active.


shapeTable

ShapeTable shapeTable
A shape table.

Class org.jfree.chart.renderer.AbstractXYItemRenderer implements Serializable

Serialized Fields

toolTipGenerator

XYToolTipGenerator toolTipGenerator
The tool tip generator.


urlGenerator

XYURLGenerator urlGenerator
The URL text generator.

Class org.jfree.chart.renderer.AreaRenderer implements Serializable

Class org.jfree.chart.renderer.AreaXYRenderer implements Serializable

Serialized Fields

plotShapes

boolean plotShapes
A flag indicating whether or not shapes are drawn at each XY point.


plotLines

boolean plotLines
A flag indicating whether or not lines are drawn between XY points.


plotArea

boolean plotArea
A flag indicating whether or not Area are drawn at each XY point.


shapeScale

double shapeScale
Scale factor for standard shapes.


showOutline

boolean showOutline
A flag that controls whether or not the outline is shown.


zeroToJava2D

double zeroToJava2D
The value of zero in Java2D coordinates.

Class org.jfree.chart.renderer.BarRenderer implements Serializable

Serialized Fields

itemMargin

double itemMargin
The margin between items (bars) within a category.


barWidth

double barWidth
The bar width.


zeroInJava2D

double zeroInJava2D
The data value ZERO translated to Java2D user space.


upperClip

double upperClip
The upper clip (axis) value.


lowerClip

double lowerClip
The lower clip (axis) value.

Class org.jfree.chart.renderer.CandlestickRenderer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

candleWidth

double candleWidth
The candle width.


drawVolume

boolean drawVolume
A flag controlling whether or not volume bars are drawn on the chart.

Class org.jfree.chart.renderer.ClusteredXYBarRenderer implements Serializable

Serialized Fields

margin

double margin
Percentage margin (to reduce the width of bars).


translatedRangeZero

double translatedRangeZero
A data value of zero translated to a Java2D value.


centerBarAtStartValue

boolean centerBarAtStartValue
Determines whether bar center should be interval start.

Class org.jfree.chart.renderer.DefaultDrawingSupplier implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if there is a problem loading a class.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Handles serialization.

Throws:
java.io.IOException - if there is an I/O problem.
Serialized Fields

paintIndex

int paintIndex
The current paint index.


outlinePaintIndex

int outlinePaintIndex
The current outline paint index.


strokeIndex

int strokeIndex
The current stroke index.


outlineStrokeIndex

int outlineStrokeIndex
The current outline stroke index.


shapeIndex

int shapeIndex
The current shape index.

Class org.jfree.chart.renderer.HighLowRenderer implements Serializable

Class org.jfree.chart.renderer.HorizontalBarRenderer implements Serializable

Class org.jfree.chart.renderer.HorizontalBarRenderer3D implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

xOffset

double xOffset
The size of x-offset for the 3D effect.


yOffset

double yOffset
The size of y-offset for the 3D effect.


valuesGap

int valuesGap
The gap in pixels between the end of the bar and the value's text.

Class org.jfree.chart.renderer.HorizontalIntervalBarRenderer implements Serializable

Class org.jfree.chart.renderer.HorizontalShapeRenderer implements Serializable

Serialized Fields

plotShapes

boolean plotShapes
A flag indicating whether or not shapes are drawn at each XY point.


plotLines

boolean plotLines
A flag indicating whether or not lines are drawn between XY points.


shapeScale

double shapeScale
Scale factor for standard shapes.


labelPosition

int labelPosition
Location of labels (if shown) relative to the data points.

Class org.jfree.chart.renderer.LineAndShapeRenderer implements Serializable

Serialized Fields

drawShapes

boolean drawShapes
A flag indicating whether or not shapes are drawn at each XY point.


drawLines

boolean drawLines
A flag indicating whether or not lines are drawn between XY points.


shapeScale

double shapeScale
Scale factor for standard shapes.


labelPosition

int labelPosition
Location of labels (if shown) relative to the data points.

Class org.jfree.chart.renderer.MinMaxCategoryRenderer implements Serializable

Serialized Fields

shapeScale

double shapeScale
Scale factor for standard shapes.


plotLines

boolean plotLines
A flag indicating whether or not lines are drawn between XY points.


groupPaint

java.awt.Paint groupPaint
The paint of the line between the minimum value and the maximum value.


groupStroke

java.awt.Stroke groupStroke
The stroke of the line between the minimum value and the maximum value.


minIcon

javax.swing.Icon minIcon
The icon used to indicate the minimum value.


maxIcon

javax.swing.Icon maxIcon
The icon used to indicate the maximum value.


objectIcon

javax.swing.Icon objectIcon
The icon used to indicate the values.


lastCategory

int lastCategory
The last category.


min

double min
The minimum.


max

double max
The maximum.


minValue

java.lang.Number minValue
The minimum number.


maxValue

java.lang.Number maxValue
The maximum number.

Class org.jfree.chart.renderer.PaintTable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if there is a problem loading a class.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Handles serialization.

Throws:
java.io.IOException - if there is an I/O problem.
Serialized Fields

rows

int rows
The number of rows.


columns

int columns
The number of columns.

Class org.jfree.chart.renderer.ReverseXYItemRenderer implements Serializable

Class org.jfree.chart.renderer.ShapeTable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a problem loading a class.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Handles serialization.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

rows

int rows
The number of rows.


columns

int columns
The number of columns.

Class org.jfree.chart.renderer.SignalRenderer implements Serializable

Serialized Fields

markOffset

double markOffset
The mark offset.


shapeWidth

double shapeWidth
The shape width.


shapeHeight

double shapeHeight
The shape height.

Class org.jfree.chart.renderer.StackedAreaRenderer implements Serializable

Class org.jfree.chart.renderer.StackedHorizontalBarRenderer implements Serializable

Class org.jfree.chart.renderer.StackedVerticalBarRenderer implements Serializable

Serialized Fields

linkingLines

boolean linkingLines
Linking lines flag.

Class org.jfree.chart.renderer.StackedVerticalBarRenderer3D implements Serializable

Class org.jfree.chart.renderer.StandardXYItemRenderer implements Serializable

Serialized Fields

plotShapes

boolean plotShapes
A flag indicating whether or not shapes are drawn at each XY point.


plotLines

boolean plotLines
A flag indicating whether or not lines are drawn between XY points.


plotImages

boolean plotImages
A flag indicating whether or not images are drawn between XY points.


plotDiscontinuous

boolean plotDiscontinuous
A flag controlling whether or not discontinuous lines are used.


gapThreshold

double gapThreshold
Threshold for deciding when to discontinue a line.


defaultShapeFilled

boolean defaultShapeFilled
The default value returned by the getShapeFilled(...) method.

Class org.jfree.chart.renderer.StrokeTable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if there is a problem loading a class.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Handles serialization.

Throws:
java.io.IOException - if there is an I/O problem.
Serialized Fields

rows

int rows
The number of rows.


columns

int columns
The number of columns.

Class org.jfree.chart.renderer.VerticalBarRenderer implements Serializable

Class org.jfree.chart.renderer.VerticalBarRenderer3D implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

xOffset

double xOffset
The size of x-offset for the 3D effect.


yOffset

double yOffset
The size of y-offset for the 3D effect.

Class org.jfree.chart.renderer.VerticalIntervalBarRenderer implements Serializable

Class org.jfree.chart.renderer.VerticalStatisticalBarRenderer implements Serializable

Class org.jfree.chart.renderer.VerticalXYBarRenderer implements Serializable

Serialized Fields

margin

double margin
Percentage margin (to reduce the width of bars).


translatedRangeZero

double translatedRangeZero
A data value of zero translated to a Java2D value.

Class org.jfree.chart.renderer.WindItemRenderer implements Serializable

Class org.jfree.chart.renderer.XYBubbleRenderer implements Serializable

Serialized Fields

scaleType

int scaleType
Controls how the width and height of the bubble are scaled.

Class org.jfree.chart.renderer.XYDotRenderer implements Serializable

Class org.jfree.chart.renderer.XYStepRenderer implements Serializable

Class org.jfree.chart.renderer.YIntervalRenderer implements Serializable


Package org.jfree.chart.event

Class org.jfree.chart.event.AxisChangeEvent implements Serializable

Serialized Fields

axis

Axis axis
The axis that generated the change event.

Class org.jfree.chart.event.ChartChangeEvent implements Serializable

Serialized Fields

type

int type
The type of event.


chart

JFreeChart chart
The chart that generated the event.

Class org.jfree.chart.event.ChartProgressEvent implements Serializable

Serialized Fields

type

int type
The type of event.


percent

int percent
The percentage of completion.


chart

JFreeChart chart
The chart that generated the event.

Class org.jfree.chart.event.LegendChangeEvent implements Serializable

Serialized Fields

legend

Legend legend
The chart legend that generated the event.

Class org.jfree.chart.event.PlotChangeEvent implements Serializable

Serialized Fields

plot

Plot plot
The plot that generated the event.

Class org.jfree.chart.event.TitleChangeEvent implements Serializable

Serialized Fields

title

AbstractTitle title
The chart title that generated the event.


Package org.jfree.chart.servlet

Class org.jfree.chart.servlet.DisplayChart implements Serializable


Package org.jfree.chart.needle

Class org.jfree.chart.needle.ArrowNeedle implements Serializable

Serialized Fields

isArrowAtTop

boolean isArrowAtTop
A flag controlling whether or not there is an arrow at the top of the needle.

Class org.jfree.chart.needle.LineNeedle implements Serializable

Class org.jfree.chart.needle.LongNeedle implements Serializable

Class org.jfree.chart.needle.PinNeedle implements Serializable

Class org.jfree.chart.needle.PlumNeedle implements Serializable

Class org.jfree.chart.needle.ShipNeedle implements Serializable

Class org.jfree.chart.needle.WindNeedle implements Serializable


Package org.jfree.chart.tooltips

Class org.jfree.chart.tooltips.CustomXYToolTipGenerator implements Serializable

Serialized Fields

toolTipSeries

java.util.List toolTipSeries
Storage for the tooltip lists.

Class org.jfree.chart.tooltips.HighLowToolTipGenerator implements Serializable

Serialized Fields

dateFormatter

java.text.DateFormat dateFormatter
The date formatter.

Class org.jfree.chart.tooltips.IntervalCategoryToolTipGenerator implements Serializable

Serialized Fields

numberFormat

java.text.NumberFormat numberFormat
The number formatter.


dateFormat

java.text.DateFormat dateFormat
The date formatter.

Class org.jfree.chart.tooltips.StandardCategoryToolTipGenerator implements Serializable

Serialized Fields

numberFormat

java.text.NumberFormat numberFormat
The number formatter.


dateFormat

java.text.DateFormat dateFormat
The date formatter.

Class org.jfree.chart.tooltips.StandardContourToolTipGenerator implements Serializable

Serialized Fields

valueForm

java.text.DecimalFormat valueForm
The number formatter.

Class org.jfree.chart.tooltips.StandardPieToolTipGenerator implements Serializable

Serialized Fields

numberFormat

java.text.NumberFormat numberFormat
The number formatter.

Class org.jfree.chart.tooltips.StandardXYToolTipGenerator implements Serializable

Serialized Fields

xFormat

java.text.NumberFormat xFormat
A formatter for the x value.


yFormat

java.text.NumberFormat yFormat
A formatter for the y value.

Class org.jfree.chart.tooltips.StandardXYZToolTipGenerator implements Serializable

Serialized Fields

zFormat

java.text.NumberFormat zFormat
A formatter for the z value.

Class org.jfree.chart.tooltips.SymbolicXYToolTipGenerator implements Serializable

Class org.jfree.chart.tooltips.TimeSeriesToolTipGenerator implements Serializable

Serialized Fields

dateFormat

java.text.DateFormat dateFormat
A formatter for the time.


numberFormat

java.text.NumberFormat numberFormat
A formatter for the value.


Package org.jfree.chart.annotations

Class org.jfree.chart.annotations.CategoryTextAnnotation implements Serializable

Serialized Fields

category

java.lang.Comparable category
The category.


value

double value
The value.

Class org.jfree.chart.annotations.TextAnnotation implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Provides serialization support.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

text

java.lang.String text
The text.


font

java.awt.Font font
The font.

Class org.jfree.chart.annotations.XYLineAnnotation implements Serializable

Serialized Fields

x1

double x1
The x-coordinate.


y1

double y1
The y-coordinate.


x2

double x2
The x-coordinate.


y2

double y2
The y-coordinate.


stroke

java.awt.Stroke stroke
The line stroke.


paint

java.awt.Paint paint
The line color.

Class org.jfree.chart.annotations.XYTextAnnotation implements Serializable

Serialized Fields

x

double x
The x-coordinate.


y

double y
The y-coordinate.