Serialized Form
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.
group
DatasetGroup group
- The group that the dataset belongs to.
source
CategoryDataset source
- The source.
extract
int extract
- The extract type.
index
int index
- The row or column index.
datasetInfo
java.util.List datasetInfo
- Storage for the datasets we combine.
data
Dataset data
- The dataset that generated the change event.
lowerDate
java.util.Date lowerDate
- The lower bound for the axis.
upperDate
java.util.Date upperDate
- The upper bound for the axis.
data
DefaultKeyedValues2D data
- A storage structure for the data.
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.
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.
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.
key
java.lang.Comparable key
- The key.
value
java.lang.Number value
- The value.
data
KeyedValue data
- Storage for the data.
data
java.util.List data
- Storage for the data.
rowKeys
java.util.List rowKeys
- The row keys.
columnKeys
java.util.List columnKeys
- The column keys.
rows
java.util.List rows
- The row data.
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.
data
DefaultKeyedValues data
- Storage for the data.
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.
value
java.lang.Number value
- The value.
seriesNames
java.util.List seriesNames
- The names of the series.
allSeriesData
java.util.List allSeriesData
- Storage for the series data.
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.
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.
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
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
lower
double lower
- The lower bound for the visible range.
upper
double upper
- The upper bound for the visible range.
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.
name
java.lang.String name
- The name.
parent
SeriesDataset parent
- The parent dataset.
map
int[] map
- Storage for map.
tasks
java.util.List tasks
- Storage for the tasks in the series.
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.
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.
x
java.lang.Number x
- The x-value.
y
java.lang.Number y
- The y-value.
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.
data
java.util.List data
- The series that are included in the collection.
|
Package org.jfree.data.time |
serialDate
org.jfree.date.SerialDate serialDate
- The day (uses SerialDate for convenience).
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.
time
java.util.Date time
- The millisecond.
day
Day day
- The day.
hour
int hour
- The hour.
millisecond
int millisecond
- The millisecond.
second
Second second
- The second.
hour
Hour hour
- The hour in which the minute falls.
minute
int minute
- The minute.
month
int month
- The month (1-12).
year
Year year
- The year in which the month falls.
year
Year year
- The year in which the quarter falls.
quarter
int quarter
- The quarter (1-4).
minute
Minute minute
- The day.
second
int second
- The second.
start
java.util.Date start
- The start date/time.
end
java.util.Date end
- The end date/time.
period
TimePeriod period
- The time period.
value
java.lang.Number value
- The value associated with the time period.
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.
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.
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.
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.
period
RegularTimePeriod period
- The time period.
value
java.lang.Number value
- The value associated with the time period.
year
Year year
- The year in which the week falls.
week
int week
- The week (1-53).
year
int year
- The year.
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.
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.
chartPanel
ChartPanel chartPanel
- The chart panel.
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.
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).
startValue
double startValue
- The start value.
endValue
double endValue
- The end value.
label
java.lang.String label
- The label.
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.
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.
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.
anchor
int anchor
- The current location anchor of the legend.
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.
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.
value
double value
- The constant value.
alpha
float alpha
- The alpha transparency.
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?
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.
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.
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.
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.
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 |
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...
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.
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.
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).
selector
javax.swing.JComboBox selector
- A combo for selecting the stroke.
palette
ColorPalette palette
- The palette being displayed.
preferredSize
java.awt.Dimension preferredSize
- The preferred size of the component;
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.
red
int[] red
- The red values.
green
int[] green
- The green values.
blue
int[] blue
- The blue values.
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 |
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.
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.
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.
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.
unit
int unit
- The unit.
count
int count
- The unit count.
formatter
java.text.DateFormat formatter
- The date formatter.
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
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.
verticalTickLabels
boolean verticalTickLabels
- A flag indicating whether or not tick labels are drawn vertically.
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.
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.
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.
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.
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.
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.
formatter
java.text.NumberFormat formatter
- A formatter for the tick unit.
symbolicValue
java.util.List symbolicValue
- The list of symbolic value to display instead of the numeric values
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.
size
double size
- The size of the tick unit.
units
java.util.List units
- Storage for the tick units.
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.
verticalLabel
boolean verticalLabel
- A flag that indicates whether or not the axis label should be drawn vertically.
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.
verticalLabel
boolean verticalLabel
- A flag indicating whether or not the axis label is drawn vertically.
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.
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.
verticalLabel
boolean verticalLabel
- A flag indicating whether or not the axis label is drawn vertically.
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 |
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.
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.
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.
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.
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
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.
data
DefaultValueDataset data
- The dataset.
chart
JFreeChart chart
- The chart.
panel
ChartPanel panel
- The chart panel.
plot
ThermometerPlot plot
- The thermometer plot.
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.
subplots
java.util.List subplots
- Storage for the subplot references.
subplots
java.util.List subplots
- Storage for the subplot references.
depthFactor
double depthFactor
- The factor of the depth of the pie from the plot height
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.
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).
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.
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.
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.
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.
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.
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 |
urlSeries
java.util.ArrayList urlSeries
- Storage for the URLs.
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
prefix
java.lang.String prefix
- The prefix.
categoryParameterName
java.lang.String categoryParameterName
- The category parameter name.
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
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 |
toolTipGenerator
CategoryToolTipGenerator toolTipGenerator
- The tooltip generator.
urlGenerator
CategoryURLGenerator urlGenerator
- The URL generator.
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.
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.
toolTipGenerator
XYToolTipGenerator toolTipGenerator
- The tool tip generator.
urlGenerator
XYURLGenerator urlGenerator
- The URL text generator.
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.
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.
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.
candleWidth
double candleWidth
- The candle width.
drawVolume
boolean drawVolume
- A flag controlling whether or not volume bars are drawn on the chart.
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.
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.
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.
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.
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.
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.
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.
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.
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.
rows
int rows
- The number of rows.
columns
int columns
- The number of columns.
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.
rows
int rows
- The number of rows.
columns
int columns
- The number of columns.
markOffset
double markOffset
- The mark offset.
shapeWidth
double shapeWidth
- The shape width.
shapeHeight
double shapeHeight
- The shape height.
linkingLines
boolean linkingLines
- Linking lines flag.
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.
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.
rows
int rows
- The number of rows.
columns
int columns
- The number of columns.
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.
xOffset
double xOffset
- The size of x-offset for the 3D effect.
yOffset
double yOffset
- The size of y-offset for the 3D effect.
margin
double margin
- Percentage margin (to reduce the width of bars).
translatedRangeZero
double translatedRangeZero
- A data value of zero translated to a Java2D value.
scaleType
int scaleType
- Controls how the width and height of the bubble are scaled.
|
Package org.jfree.chart.event |
axis
Axis axis
- The axis that generated the change event.
type
int type
- The type of event.
chart
JFreeChart chart
- The chart that generated the event.
type
int type
- The type of event.
percent
int percent
- The percentage of completion.
chart
JFreeChart chart
- The chart that generated the event.
legend
Legend legend
- The chart legend that generated the event.
plot
Plot plot
- The plot that generated the event.
title
AbstractTitle title
- The chart title that generated the event.
|
Package org.jfree.chart.servlet |
|
Package org.jfree.chart.needle |
isArrowAtTop
boolean isArrowAtTop
- A flag controlling whether or not there is an arrow at the top of the needle.
|
Package org.jfree.chart.tooltips |
toolTipSeries
java.util.List toolTipSeries
- Storage for the tooltip lists.
dateFormatter
java.text.DateFormat dateFormatter
- The date formatter.
numberFormat
java.text.NumberFormat numberFormat
- The number formatter.
dateFormat
java.text.DateFormat dateFormat
- The date formatter.
numberFormat
java.text.NumberFormat numberFormat
- The number formatter.
dateFormat
java.text.DateFormat dateFormat
- The date formatter.
valueForm
java.text.DecimalFormat valueForm
- The number formatter.
numberFormat
java.text.NumberFormat numberFormat
- The number formatter.
xFormat
java.text.NumberFormat xFormat
- A formatter for the x value.
yFormat
java.text.NumberFormat yFormat
- A formatter for the y value.
zFormat
java.text.NumberFormat zFormat
- A formatter for the z value.
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 |
category
java.lang.Comparable category
- The category.
value
double value
- The value.
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.
text
java.lang.String text
- The text.
font
java.awt.Font font
- The font.
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.
x
double x
- The x-coordinate.
y
double y
- The y-coordinate.