Serialized Form
-
Package org.jfree.chart
-
Class org.jfree.chart.ChartColor
class ChartColor extends Color implements Serializable -
Class org.jfree.chart.ChartFrame
class ChartFrame extends JFrame implements Serializable-
Serialized Fields
-
chartPanel
ChartPanel chartPanel
The chart panel.
-
-
-
Class org.jfree.chart.ChartMouseEvent
class ChartMouseEvent extends EventObject implements Serializable- serialVersionUID:
- -682393837314562149L
-
Serialized Fields
-
chart
JFreeChart chart
The chart that the mouse event relates to. -
entity
ChartEntity entity
The chart entity (if any). -
trigger
MouseEvent trigger
The Java mouse event that triggered this event.
-
-
Class org.jfree.chart.ChartPanel
class ChartPanel extends JPanel implements Serializable- serialVersionUID:
- 6046366297214274674L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
anchor
Point2D anchor
The chart anchor point. -
chart
JFreeChart chart
The chart that is displayed in the panel. -
defaultDirectoryForSaveAs
File defaultDirectoryForSaveAs
The default directory for saving charts to file. -
domainZoomable
boolean domainZoomable
A flag that controls whether or not domain zooming is enabled. -
enforceFileExtensions
boolean enforceFileExtensions
A flag that controls whether or not file extensions are enforced. -
fillZoomRectangle
boolean fillZoomRectangle
Controls if the zoom rectangle is drawn as an outline or filled. -
horizontalAxisTrace
boolean horizontalAxisTrace
A flag that controls whether or not horizontal tracing is enabled. -
info
ChartRenderingInfo info
The drawing info collected the last time the chart was drawn. -
maximumDrawHeight
int maximumDrawHeight
The maximum height for drawing a chart (uses scaling for bigger heights). -
maximumDrawWidth
int maximumDrawWidth
The maximum width for drawing a chart (uses scaling for bigger widths). -
minimumDrawHeight
int minimumDrawHeight
The minimum height for drawing a chart (uses scaling for smaller heights). -
minimumDrawWidth
int minimumDrawWidth
The minimum width for drawing a chart (uses scaling for smaller widths). -
mouseWheelHandler
MouseWheelHandler mouseWheelHandler
The mouse wheel handler. -
orientation
PlotOrientation orientation
The plot orientation. -
originalToolTipDismissDelay
int originalToolTipDismissDelay
Original dismiss tooltip delay of ToolTipManager.sharedInstance(). -
originalToolTipInitialDelay
int originalToolTipInitialDelay
Original initial tooltip delay of ToolTipManager.sharedInstance(). -
originalToolTipReshowDelay
int originalToolTipReshowDelay
Original reshow tooltip delay of ToolTipManager.sharedInstance(). -
overlays
List<Overlay> overlays
A list of overlays for the panel. -
ownToolTipDelaysActive
boolean ownToolTipDelaysActive
A flag that indicates if original tooltip delays are changed. -
ownToolTipDismissDelay
int ownToolTipDismissDelay
Own dismiss tooltip delay to be used in this chart panel. -
ownToolTipInitialDelay
int ownToolTipInitialDelay
Own initial tooltip delay to be used in this chart panel. -
ownToolTipReshowDelay
int ownToolTipReshowDelay
Own reshow tooltip delay to be used in this chart panel. -
panH
double panH
Temporary storage for the width and height of the chart drawing area during panning. -
panLast
Point panLast
The last mouse position during panning. -
panMask
int panMask
The mask for mouse events to trigger panning. -
panW
double panW
Temporary storage for the width and height of the chart drawing area during panning. -
popup
JPopupMenu popup
The popup menu for the frame. -
rangeZoomable
boolean rangeZoomable
A flag that controls whether or not range zooming is enabled. -
refreshBuffer
boolean refreshBuffer
A flag that indicates that the buffer should be refreshed. -
scaleX
double scaleX
The scale factor used to draw the chart. -
scaleY
double scaleY
The scale factor used to draw the chart. -
useBuffer
boolean useBuffer
A flag that controls whether the off-screen buffer is used. -
verticalAxisTrace
boolean verticalAxisTrace
A flag that controls whether or not vertical tracing is enabled. -
zoomAroundAnchor
boolean zoomAroundAnchor
A flag that controls whether zoom operations are centred on the current anchor point, or the centre point of the relevant axis. -
zoomInBothMenuItem
JMenuItem zoomInBothMenuItem
Menu item for zooming in on a chart (both axes). -
zoomInDomainMenuItem
JMenuItem zoomInDomainMenuItem
Menu item for zooming in on a chart (domain axis). -
zoomInFactor
double zoomInFactor
The factor used to zoom in on an axis range. -
zoomInRangeMenuItem
JMenuItem zoomInRangeMenuItem
Menu item for zooming in on a chart (range axis). -
zoomOutBothMenuItem
JMenuItem zoomOutBothMenuItem
Menu item for zooming out on a chart. -
zoomOutDomainMenuItem
JMenuItem zoomOutDomainMenuItem
Menu item for zooming out on a chart (domain axis). -
zoomOutFactor
double zoomOutFactor
The factor used to zoom out on an axis range. -
zoomOutRangeMenuItem
JMenuItem zoomOutRangeMenuItem
Menu item for zooming out on a chart (range axis). -
zoomPoint
Point2D zoomPoint
The zoom rectangle starting point (selected by the user with a mouse click). This is a point on the screen, not the chart (which may have been scaled up or down to fit the panel). -
zoomResetBothMenuItem
JMenuItem zoomResetBothMenuItem
Menu item for resetting the zoom (both axes). -
zoomResetDomainMenuItem
JMenuItem zoomResetDomainMenuItem
Menu item for resetting the zoom (domain axis only). -
zoomResetRangeMenuItem
JMenuItem zoomResetRangeMenuItem
Menu item for resetting the zoom (range axis only). -
zoomTriggerDistance
int zoomTriggerDistance
The minimum distance required to drag the mouse to trigger a zoom.
-
-
Class org.jfree.chart.ChartRenderingInfo
class ChartRenderingInfo extends Object implements Serializable- serialVersionUID:
- 2751952018173406822L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
entities
EntityCollection entities
Storage for the chart entities. Since retaining entity information for charts with a large number of data points consumes a lot of memory, it is intended that you can set this tonull
to prevent the information being collected. -
plotInfo
PlotRenderingInfo plotInfo
Rendering info for the chart's plot (and subplots, if any).
-
-
Class org.jfree.chart.JFreeChart
class JFreeChart extends Object implements Serializable- serialVersionUID:
- -3470703747817429120L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
backgroundImageAlignment
int backgroundImageAlignment
The alignment for the background image. -
backgroundImageAlpha
float backgroundImageAlpha
The alpha transparency for the background image. -
borderVisible
boolean borderVisible
A flag that controls whether or not the chart border is drawn. -
elementHinting
boolean elementHinting
A flag that controls whether or not rendering hints that identify chart element should be added during rendering. This defaults to false and it should only be enabled if the output target will use the hints. JFreeSVG is one output target that supports these hints. -
id
String id
The chart id (optional, will be used by JFreeSVG export). -
notify
boolean notify
A flag that can be used to enable/disable notification of chart change events. -
padding
RectangleInsets padding
The padding between the chart border and the chart drawing area. -
plot
Plot plot
Draws the visual representation of the data. -
subtitles
List subtitles
The chart subtitles (zero, one or many). This field should never benull
. -
title
TextTitle title
The chart title (optional).
-
-
Class org.jfree.chart.LegendItem
class LegendItem extends Object implements Serializable- serialVersionUID:
- -797214582948827144L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
dataset
Dataset dataset
The dataset. -
datasetIndex
int datasetIndex
The dataset index. -
description
String description
The description (not currently used - could be displayed as a tool tip). -
fillPaintTransformer
GradientPaintTransformer fillPaintTransformer
A gradient paint transformer. -
label
String label
The label. -
labelFont
Font labelFont
The label font (null
is permitted). -
lineVisible
boolean lineVisible
A flag that controls whether or not the line is visible. -
series
int series
The series index. -
seriesKey
Comparable seriesKey
The series key. -
shapeFilled
boolean shapeFilled
A flag that controls whether or not the shape is filled. -
shapeOutlineVisible
boolean shapeOutlineVisible
A flag that controls whether or not the shape outline is visible. -
shapeVisible
boolean shapeVisible
A flag that controls whether or not the shape is visible. -
toolTipText
String toolTipText
The tool tip text. -
urlText
String urlText
The url text.
-
-
Class org.jfree.chart.LegendItemCollection
class LegendItemCollection extends Object implements Serializable- serialVersionUID:
- 1365215565589815953L
-
Serialized Fields
-
items
List items
Storage for the legend items.
-
-
Class org.jfree.chart.LegendRenderingOrder
class LegendRenderingOrder extends Object implements Serializable- serialVersionUID:
- -3832486612685808616L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.MouseWheelHandler
class MouseWheelHandler extends Object implements Serializable-
Serialized Fields
-
chartPanel
ChartPanel chartPanel
The chart panel. -
zoomFactor
double zoomFactor
The zoom factor.
-
-
-
Class org.jfree.chart.OfflineRenderingChartPanel
class OfflineRenderingChartPanel extends ChartPanel implements Serializable- serialVersionUID:
- -724633596883320084L
-
Serialized Fields
-
state
OfflineRenderingChartPanel.State state
-
-
Class org.jfree.chart.PaintMap
class PaintMap extends Object implements Serializable- serialVersionUID:
- -4639833772123069274L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.PolarChartPanel
class PolarChartPanel extends ChartPanel implements Serializable -
Class org.jfree.chart.StandardChartTheme
class StandardChartTheme extends Object implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
axisOffset
RectangleInsets axisOffset
The axis offsets. -
barPainter
BarPainter barPainter
The bar painter. -
drawingSupplier
DrawingSupplier drawingSupplier
The drawing supplier. -
extraLargeFont
Font extraLargeFont
The largest font size. Use for the main chart title. -
labelLinkStyle
PieLabelLinkStyle labelLinkStyle
The label link style for pie charts. -
largeFont
Font largeFont
A large font. Used for subtitles. -
name
String name
The name of this theme. -
regularFont
Font regularFont
The regular font size. Used for axis tick labels, legend items etc. -
shadowGenerator
ShadowGenerator shadowGenerator
-
shadowVisible
boolean shadowVisible
A flag that controls whether or not shadows are visible (for example, in a bar renderer). -
smallFont
Font smallFont
The small font size. -
xyBarPainter
XYBarPainter xyBarPainter
The XY bar painter.
-
-
-
Class org.jfree.chart.StrokeMap
class StrokeMap extends Object implements Serializable- serialVersionUID:
- -8148916785963525169L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
-
Package org.jfree.chart.annotations
-
Class org.jfree.chart.annotations.AbstractAnnotation
class AbstractAnnotation extends Object implements Serializable-
Serialization Methods
-
readObject
Restores a serialized object.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O problem.ClassNotFoundException
- if there is a problem loading a class.
-
writeObject
Handles serialization.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O problem.
-
-
Serialized Fields
-
notify
boolean notify
A flag that indicates whether listeners should be notified about changes of the annotation.
-
-
-
Class org.jfree.chart.annotations.AbstractXYAnnotation
class AbstractXYAnnotation extends AbstractAnnotation implements Serializable -
Class org.jfree.chart.annotations.CategoryLineAnnotation
class CategoryLineAnnotation extends AbstractAnnotation implements Serializable- serialVersionUID:
- 3477740483341587984L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
category1
Comparable category1
The category for the start of the line. -
category2
Comparable category2
The category for the end of the line. -
value1
double value1
The value for the start of the line. -
value2
double value2
The value for the end of the line.
-
-
Class org.jfree.chart.annotations.CategoryPointerAnnotation
class CategoryPointerAnnotation extends CategoryTextAnnotation implements Serializable- serialVersionUID:
- -4031161445009858551L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
angle
double angle
The angle of the arrow's line (in radians). -
arrowLength
double arrowLength
The length of the arrow head (in Java2D units). -
arrowWidth
double arrowWidth
The arrow width (in Java2D units, per side). -
baseRadius
double baseRadius
The radius from the (x, y) point to the start of the arrow line (in Java2D units). -
labelOffset
double labelOffset
The radius from the base point to the anchor point for the label. -
tipRadius
double tipRadius
The radius from the (x, y) point to the tip of the arrow (in Java2D units).
-
-
Class org.jfree.chart.annotations.CategoryTextAnnotation
class CategoryTextAnnotation extends TextAnnotation implements Serializable- serialVersionUID:
- 3333360090781320147L
-
Serialized Fields
-
category
Comparable category
The category. -
categoryAnchor
CategoryAnchor categoryAnchor
The category anchor (START, MIDDLE, or END). -
value
double value
The value.
-
-
Class org.jfree.chart.annotations.TextAnnotation
class TextAnnotation extends AbstractAnnotation implements Serializable- serialVersionUID:
- 7008912287533127432L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
font
Font font
The font. -
rotationAnchor
TextAnchor rotationAnchor
The rotation anchor. -
rotationAngle
double rotationAngle
The rotation angle. -
text
String text
The text. -
textAnchor
TextAnchor textAnchor
The text anchor.
-
-
Class org.jfree.chart.annotations.XYBoxAnnotation
class XYBoxAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- 6764703772526757457L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
x0
double x0
The lower x-coordinate. -
x1
double x1
The upper x-coordinate. -
y0
double y0
The lower y-coordinate. -
y1
double y1
The upper y-coordinate.
-
-
Class org.jfree.chart.annotations.XYDataImageAnnotation
class XYDataImageAnnotation extends AbstractXYAnnotation implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
h
double h
The image display area height in data coordinates. -
includeInDataBounds
boolean includeInDataBounds
A flag indicating whether or not the annotation should contribute to the data range for a plot/renderer. -
w
double w
The image display area width in data coordinates. -
x
double x
The x-coordinate (in data space). -
y
double y
The y-coordinate (in data space).
-
-
-
Class org.jfree.chart.annotations.XYDataRangeAnnotation
class XYDataRangeAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- 2058170262687146829L
-
Class org.jfree.chart.annotations.XYDrawableAnnotation
class XYDrawableAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- -6540812859722691020L
-
Serialized Fields
-
displayHeight
double displayHeight
The height. -
displayWidth
double displayWidth
The width. -
drawable
Drawable drawable
The drawable object. -
drawScaleFactor
double drawScaleFactor
The scaling factor. -
x
double x
The x-coordinate. -
y
double y
The y-coordinate.
-
-
Class org.jfree.chart.annotations.XYImageAnnotation
class XYImageAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- -4364694501921559958L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
anchor
RectangleAnchor anchor
The image anchor point. -
x
double x
The x-coordinate (in data space). -
y
double y
The y-coordinate (in data space).
-
-
Class org.jfree.chart.annotations.XYInversePointerAnnotation
class XYInversePointerAnnotation extends XYPointerAnnotation implements Serializable- serialVersionUID:
- -4031161445009858551L
-
Serialized Fields
-
dotRadius
double dotRadius
The radius of the dot at the start of the arrow.
-
-
Class org.jfree.chart.annotations.XYLineAnnotation
class XYLineAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- -80535465244091334L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
x1
double x1
The x-coordinate. -
x2
double x2
The x-coordinate. -
y1
double y1
The y-coordinate. -
y2
double y2
The y-coordinate.
-
-
Class org.jfree.chart.annotations.XYNoteAnnotation
class XYNoteAnnotation extends XYTextAnnotation implements Serializable- serialVersionUID:
- -4031161445009858551L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
angle
double angle
The angle of the line's line (in radians). -
baseRadius
double baseRadius
The radius from the (x, y) point to the start of the line line (in Java2D units). -
labelOffset
double labelOffset
The radius from the base point to the anchor point for the label. -
tipRadius
double tipRadius
The radius from the (x, y) point to the tip of the line (in Java2D units).
-
-
Class org.jfree.chart.annotations.XYPointerAnnotation
class XYPointerAnnotation extends XYTextAnnotation implements Serializable- serialVersionUID:
- -4031161445009858551L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
angle
double angle
The angle of the arrow's line (in radians). -
arrowLength
double arrowLength
The length of the arrow head (in Java2D units). -
arrowWidth
double arrowWidth
The arrow width (in Java2D units, per side). -
baseRadius
double baseRadius
The radius from the (x, y) point to the start of the arrow line (in Java2D units). -
labelOffset
double labelOffset
The radius from the base point to the anchor point for the label. -
tipRadius
double tipRadius
The radius from the (x, y) point to the tip of the arrow (in Java2D units).
-
-
Class org.jfree.chart.annotations.XYPolygonAnnotation
class XYPolygonAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- -6984203651995900036L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
polygon
double[] polygon
The polygon.
-
-
Class org.jfree.chart.annotations.XYShapeAnnotation
class XYShapeAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- -8553218317600684041L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.annotations.XYTextAnnotation
class XYTextAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- -2946063342782506328L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
font
Font font
The font. -
outlineVisible
boolean outlineVisible
The flag that controls the visibility of the outline. -
rotationAnchor
TextAnchor rotationAnchor
The rotation anchor. -
rotationAngle
double rotationAngle
The rotation angle. -
text
String text
The text. -
textAnchor
TextAnchor textAnchor
The text anchor (to be aligned with (x, y)). -
x
double x
The x-coordinate. -
y
double y
The y-coordinate.
-
-
Class org.jfree.chart.annotations.XYTitleAnnotation
class XYTitleAnnotation extends AbstractXYAnnotation implements Serializable- serialVersionUID:
- -4364694501921559958L
-
Serialized Fields
-
anchor
RectangleAnchor anchor
The title anchor point. -
coordinateType
XYCoordinateType coordinateType
The coordinate type. -
maxHeight
double maxHeight
The maximum height. -
maxWidth
double maxWidth
The maximum width. -
title
Title title
The title. -
x
double x
The x-coordinate (in data space). -
y
double y
The y-coordinate (in data space).
-
-
-
Package org.jfree.chart.axis
-
Class org.jfree.chart.axis.Axis
class Axis extends Object implements Serializable- serialVersionUID:
- 7719289504573298271L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
axisLineVisible
boolean axisLineVisible
A flag that controls whether or not the axis line is visible. -
fixedDimension
double fixedDimension
The fixed (horizontal or vertical) dimension for the axis. -
label
String label
The label for the axis. -
labelAngle
double labelAngle
The label angle. -
labelFont
Font labelFont
The font for displaying the axis label. -
labelInsets
RectangleInsets labelInsets
The insets for the axis label. -
labelLocation
AxisLabelLocation labelLocation
The axis label location (new in 1.0.16). -
minorTickMarkInsideLength
float minorTickMarkInsideLength
The length of the minor tick mark inside the data area (zero permitted). -
minorTickMarkOutsideLength
float minorTickMarkOutsideLength
The length of the minor tick mark outside the data area (zero permitted). -
minorTickMarksVisible
boolean minorTickMarksVisible
A flag that indicates whether or not minor tick marks are visible for the axis. -
tickLabelFont
Font tickLabelFont
The font used to display the tick labels. -
tickLabelInsets
RectangleInsets tickLabelInsets
The blank space around each tick label. -
tickLabelsVisible
boolean tickLabelsVisible
A flag that indicates whether or not tick labels are visible for the axis. -
tickMarkInsideLength
float tickMarkInsideLength
The length of the major tick mark inside the data area (zero permitted). -
tickMarkOutsideLength
float tickMarkOutsideLength
The length of the major tick mark outside the data area (zero permitted). -
tickMarksVisible
boolean tickMarksVisible
A flag that indicates whether or not major tick marks are visible for the axis. -
visible
boolean visible
A flag indicating whether or not the axis is visible.
-
-
Class org.jfree.chart.axis.AxisLabelLocation
class AxisLabelLocation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.axis.AxisLocation
class AxisLocation extends Object implements Serializable- serialVersionUID:
- -3276922179323563410L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.axis.AxisSpace
class AxisSpace extends Object implements Serializable- serialVersionUID:
- -2490732595134766305L
-
Serialized Fields
-
bottom
double bottom
The bottom space. -
left
double left
The left space. -
right
double right
The right space. -
top
double top
The top space.
-
-
Class org.jfree.chart.axis.CategoryAnchor
class CategoryAnchor extends Object implements Serializable- serialVersionUID:
- -2604142742210173810L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.axis.CategoryAxis
class CategoryAxis extends Axis implements Serializable- serialVersionUID:
- 5886554608114265863L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
categoryLabelPositionOffset
int categoryLabelPositionOffset
The category label offset. -
categoryLabelPositions
CategoryLabelPositions categoryLabelPositions
A structure defining the category label positions for each axis location. -
categoryLabelToolTips
Map categoryLabelToolTips
Storage for the category label tooltips (if any). -
categoryLabelURLs
Map categoryLabelURLs
Storage for the category label URLs (if any). -
categoryMargin
double categoryMargin
The amount of space reserved between categories. -
lowerMargin
double lowerMargin
The amount of space reserved at the start of the axis. -
maximumCategoryLabelLines
int maximumCategoryLabelLines
The maximum number of lines for category labels. -
maximumCategoryLabelWidthRatio
float maximumCategoryLabelWidthRatio
A ratio that is multiplied by the width of one category to determine the maximum label width. -
tickLabelFontMap
Map tickLabelFontMap
Storage for tick label font overrides (if any). -
upperMargin
double upperMargin
The amount of space reserved at the end of the axis.
-
-
Class org.jfree.chart.axis.CategoryLabelPosition
class CategoryLabelPosition extends Object implements Serializable- serialVersionUID:
- 5168681143844183864L
-
Serialized Fields
-
angle
double angle
The rotation angle (in radians). -
categoryAnchor
RectangleAnchor categoryAnchor
The category anchor point. -
labelAnchor
TextBlockAnchor labelAnchor
The text block anchor. -
rotationAnchor
TextAnchor rotationAnchor
The rotation anchor. -
widthRatio
float widthRatio
The maximum label width as a percentage of the category space or the range space. -
widthType
CategoryLabelWidthType widthType
The width calculation type.
-
-
Class org.jfree.chart.axis.CategoryLabelPositions
class CategoryLabelPositions extends Object implements Serializable- serialVersionUID:
- -8999557901920364580L
-
Serialized Fields
-
positionForAxisAtBottom
CategoryLabelPosition positionForAxisAtBottom
The label positioning details used when an axis is at the bottom of a chart. -
positionForAxisAtLeft
CategoryLabelPosition positionForAxisAtLeft
The label positioning details used when an axis is at the left of a chart. -
positionForAxisAtRight
CategoryLabelPosition positionForAxisAtRight
The label positioning details used when an axis is at the right of a chart. -
positionForAxisAtTop
CategoryLabelPosition positionForAxisAtTop
The label positioning details used when an axis is at the top of a chart.
-
-
Class org.jfree.chart.axis.CategoryLabelWidthType
class CategoryLabelWidthType extends Object implements Serializable- serialVersionUID:
- -6976024792582949656L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.axis.CategoryTick
class CategoryTick extends Tick implements Serializable-
Serialized Fields
-
category
Comparable category
The category. -
label
TextBlock label
The label. -
labelAnchor
TextBlockAnchor labelAnchor
The label anchor.
-
-
-
Class org.jfree.chart.axis.CompassFormat
class CompassFormat extends NumberFormat implements Serializable-
Serialized Fields
-
directions
String[] directions
The directions.
-
-
-
Class org.jfree.chart.axis.CyclicNumberAxis
class CyclicNumberAxis extends NumberAxis implements Serializable- serialVersionUID:
- -7514160997164582554L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
advanceLineVisible
boolean advanceLineVisible
A flag that controls whether or not the advance line is visible. -
boundMappedToLastCycle
boolean boundMappedToLastCycle
??. -
offset
double offset
The offset. -
period
double period
The period.
-
-
Class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
class CycleBoundTick extends NumberTick implements Serializable-
Serialized Fields
-
mapToLastCycle
boolean mapToLastCycle
Map to last cycle.
-
-
-
Class org.jfree.chart.axis.DateAxis
class DateAxis extends ValueAxis implements Serializable- serialVersionUID:
- -1013460999649007604L
-
Serialized Fields
-
dateFormatOverride
DateFormat dateFormatOverride
The override date format. -
locale
Locale locale
The locale for the axis (null
is not permitted). -
tickMarkPosition
DateTickMarkPosition tickMarkPosition
Tick marks can be displayed at the start or the middle of the time period. -
tickUnit
DateTickUnit tickUnit
The current tick unit. -
timeline
Timeline timeline
Our underlying timeline. -
timeZone
TimeZone timeZone
The time zone for the axis.
-
-
Class org.jfree.chart.axis.DateTick
class DateTick extends ValueTick implements Serializable-
Serialized Fields
-
date
Date date
The date.
-
-
-
Class org.jfree.chart.axis.DateTickMarkPosition
class DateTickMarkPosition extends Object implements Serializable- serialVersionUID:
- 2540750672764537240L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.axis.DateTickUnit
class DateTickUnit extends TickUnit implements Serializable- serialVersionUID:
- -7289292157229621901L
-
Serialized Fields
-
count
int count
The unit count. -
formatter
DateFormat formatter
The date formatter. -
rollCount
int rollCount
The roll count. -
rollUnitType
DateTickUnitType rollUnitType
The roll unit type. -
unitType
DateTickUnitType unitType
The units.
-
-
Class org.jfree.chart.axis.DateTickUnitType
class DateTickUnitType extends Object implements Serializable-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
calendarField
int calendarField
The corresponding field value in Java's Calendar class. -
name
String name
The name.
-
-
-
Class org.jfree.chart.axis.ExtendedCategoryAxis
class ExtendedCategoryAxis extends CategoryAxis implements Serializable- serialVersionUID:
- -3004429093959826567L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
Class org.jfree.chart.axis.LogarithmicAxis
class LogarithmicAxis extends NumberAxis implements Serializable- serialVersionUID:
- 2502918599004103054L
-
Serialized Fields
-
allowNegativesFlag
boolean allowNegativesFlag
Flag set true to allow negative values in data. -
autoRangeNextLogFlag
boolean autoRangeNextLogFlag
True to make 'autoAdjustRange()' select "10^n" values. -
expTickLabelsFlag
boolean expTickLabelsFlag
Flag set true for "1e#"-style tick labels. -
log10TickLabelsFlag
boolean log10TickLabelsFlag
Flag set true for "10^n"-style tick labels. -
numberFormatterObj
NumberFormat numberFormatterObj
Number formatter for generating numeric strings. -
smallLogFlag
boolean smallLogFlag
Helper flag for log axis processing. -
strictValuesFlag
boolean strictValuesFlag
Flag set true make axis throw exception if any values are <= 0 and 'allowNegativesFlag' is false.
-
-
Class org.jfree.chart.axis.LogAxis
class LogAxis extends ValueAxis implements Serializable-
Serialized Fields
-
base
double base
The logarithm base. -
baseFormatter
Format baseFormatter
The formatter to use for the base value when the base is displayed as a numerical value. -
baseLog
double baseLog
The logarithm of the base value - cached for performance. -
baseSymbol
String baseSymbol
The base symbol to display (ifnull
then the numerical value of the base is displayed). -
numberFormatOverride
NumberFormat numberFormatOverride
The override number format. -
smallestValue
double smallestValue
The smallest value permitted on the axis. -
tickUnit
NumberTickUnit tickUnit
The current tick unit.
-
-
-
Class org.jfree.chart.axis.LogTick
class LogTick extends ValueTick implements Serializable-
Serialized Fields
-
attributedLabel
AttributedString attributedLabel
The attributed string for the tick label.
-
-
-
Class org.jfree.chart.axis.MarkerAxisBand
class MarkerAxisBand extends Object implements Serializable- serialVersionUID:
- -1729482413886398919L
-
Serialized Fields
-
axis
NumberAxis axis
The axis that the band belongs to. -
bottomInnerGap
double bottomInnerGap
The bottom inner gap. -
bottomOuterGap
double bottomOuterGap
The bottom outer gap. -
font
Font font
The font. -
markers
List markers
Storage for the markers. -
topInnerGap
double topInnerGap
The top inner gap. -
topOuterGap
double topOuterGap
The top outer gap.
-
-
Class org.jfree.chart.axis.ModuloAxis
class ModuloAxis extends NumberAxis implements Serializable-
Serialized Fields
-
displayEnd
double displayEnd
The display end value. -
displayStart
double displayStart
The display start value (this will sometimes be > displayEnd, in which case the axis wraps around at some point in the middle of the axis). -
fixedRange
Range fixedRange
The fixed range for the axis - all data values will be mapped to this range using a modulo calculation.
-
-
-
Class org.jfree.chart.axis.MonthDateFormat
class MonthDateFormat extends DateFormat implements Serializable-
Serialized Fields
-
months
String[] months
The symbols used for the months. -
showYear
boolean[] showYear
Flags that control which months will have the year appended. -
yearFormatter
DateFormat yearFormatter
The year formatter.
-
-
-
Class org.jfree.chart.axis.NumberAxis
class NumberAxis extends ValueAxis implements Serializable- serialVersionUID:
- 2805933088476185789L
-
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. -
markerBand
MarkerAxisBand markerBand
An optional band for marking regions on the axis. -
numberFormatOverride
NumberFormat numberFormatOverride
The override number format. -
rangeType
RangeType rangeType
The range type (can be used to force the axis to display only positive values or only negative values). -
tickUnit
NumberTickUnit tickUnit
The tick unit for the axis.
-
-
Class org.jfree.chart.axis.NumberTick
class NumberTick extends ValueTick implements Serializable-
Serialized Fields
-
number
Number number
The number.
-
-
-
Class org.jfree.chart.axis.NumberTickUnit
class NumberTickUnit extends TickUnit implements Serializable- serialVersionUID:
- 3849459506627654442L
-
Serialized Fields
-
formatter
NumberFormat formatter
A formatter for the tick unit.
-
-
Class org.jfree.chart.axis.NumberTickUnitSource
class NumberTickUnitSource extends Object implements Serializable-
Serialized Fields
-
df
DecimalFormat df
-
df0
DecimalFormat df0
-
dfNeg1
DecimalFormat dfNeg1
-
dfNeg2
DecimalFormat dfNeg2
-
dfNeg3
DecimalFormat dfNeg3
-
dfNeg4
DecimalFormat dfNeg4
-
factor
int factor
-
formatter
NumberFormat formatter
The number formatter to use (an override, it can be null). -
integers
boolean integers
-
power
int power
-
-
-
Class org.jfree.chart.axis.PeriodAxis
class PeriodAxis extends ValueAxis implements Serializable- serialVersionUID:
- 8353295532075872069L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
autoRangeTimePeriodClass
Class autoRangeTimePeriodClass
TheRegularTimePeriod
subclass used to automatically determine the axis range. -
calendar
Calendar calendar
A calendar used for date manipulations in the current time zone and locale. -
first
RegularTimePeriod first
The first time period in the overall range. -
labelInfo
PeriodAxisLabelInfo[] labelInfo
Info for each labeling band. -
last
RegularTimePeriod last
The last time period in the overall range. -
locale
Locale locale
The locale (nevernull
). -
majorTickTimePeriodClass
Class majorTickTimePeriodClass
Indicates theRegularTimePeriod
subclass that is used to determine the spacing of the major tick marks. -
minorTickMarkInsideLength
float minorTickMarkInsideLength
The length of the tick mark inside the data area (zero permitted). -
minorTickMarkOutsideLength
float minorTickMarkOutsideLength
The length of the tick mark outside the data area (zero permitted). -
minorTickMarksVisible
boolean minorTickMarksVisible
A flag that indicates whether or not tick marks are visible for the axis. -
minorTickTimePeriodClass
Class minorTickTimePeriodClass
Indicates theRegularTimePeriod
subclass that is used to determine the spacing of the minor tick marks. -
timeZone
TimeZone timeZone
The time zone used to convert 'first' and 'last' to absolute milliseconds.
-
-
Class org.jfree.chart.axis.PeriodAxisLabelInfo
class PeriodAxisLabelInfo extends Object implements Serializable- serialVersionUID:
- 5710451740920277357L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
dateFormat
DateFormat dateFormat
The date formatter. -
drawDividers
boolean drawDividers
A flag that controls whether or not dividers are visible. -
labelFont
Font labelFont
The label font. -
padding
RectangleInsets padding
Controls the gaps around the band. -
periodClass
Class periodClass
The subclass ofRegularTimePeriod
to use for this band.
-
-
Class org.jfree.chart.axis.QuarterDateFormat
class QuarterDateFormat extends DateFormat implements Serializable- serialVersionUID:
- -6738465248529797176L
-
Serialized Fields
-
quarterFirst
boolean quarterFirst
A flag that controls whether the quarter or the year goes first. -
quarters
String[] quarters
The strings.
-
-
Class org.jfree.chart.axis.StandardTickUnitSource
class StandardTickUnitSource extends Object implements Serializable -
Class org.jfree.chart.axis.SubCategoryAxis
class SubCategoryAxis extends CategoryAxis implements Serializable- serialVersionUID:
- -1279463299793228344L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
Class org.jfree.chart.axis.SymbolAxis
class SymbolAxis extends NumberAxis implements Serializable- serialVersionUID:
- 7216330468770619716L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
gridBandsVisible
boolean gridBandsVisible
Flag that indicates whether or not grid bands are visible. -
symbols
List symbols
The list of symbols to display instead of the numeric values.
-
-
Class org.jfree.chart.axis.Tick
class Tick extends Object implements Serializable- serialVersionUID:
- 6668230383875149773L
-
Serialized Fields
-
angle
double angle
The rotation angle. -
rotationAnchor
TextAnchor rotationAnchor
The rotation anchor for the tick label. -
text
String text
A text version of the tick value. -
textAnchor
TextAnchor textAnchor
The text anchor for the tick label.
-
-
Class org.jfree.chart.axis.TickType
class TickType extends Object implements Serializable-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
-
Class org.jfree.chart.axis.TickUnit
class TickUnit extends Object implements Serializable- serialVersionUID:
- 510179855057013974L
-
Serialized Fields
-
minorTickCount
int minorTickCount
The number of minor ticks. -
size
double size
The size of the tick unit.
-
-
Class org.jfree.chart.axis.TickUnits
class TickUnits extends Object implements Serializable- serialVersionUID:
- 1134174035901467545L
-
Serialized Fields
-
tickUnits
List tickUnits
Storage for the tick units.
-
-
Class org.jfree.chart.axis.ValueAxis
class ValueAxis extends Axis implements Serializable- serialVersionUID:
- 3698345477322391456L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
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). -
autoTickIndex
int autoTickIndex
An index into an array of standard tick values. -
autoTickUnitSelection
boolean autoTickUnitSelection
Flag that indicates whether or not the tick unit is selected automatically. -
defaultAutoRange
Range defaultAutoRange
The default range is used when the dataset is empty and the axis needs to determine the auto range. -
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. -
inverted
boolean inverted
A flag that affects the orientation of the values on the axis. -
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. -
minorTickCount
int minorTickCount
The number of minor ticks per major tick unit. This is an override field, if the value is > 0 it is used, otherwise the axis refers to the minorTickCount in the current tickUnit. -
negativeArrowVisible
boolean negativeArrowVisible
A flag that controls whether an arrow is drawn at the negative end of the axis line. -
positiveArrowVisible
boolean positiveArrowVisible
A flag that controls whether an arrow is drawn at the positive end of the axis line. -
range
Range range
The axis range. -
standardTickUnits
TickUnitSource standardTickUnits
The standard tick units for the axis. -
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. -
verticalTickLabels
boolean verticalTickLabels
A flag indicating whether or not tick labels are rotated to vertical.
-
-
Class org.jfree.chart.axis.ValueTick
class ValueTick extends Tick implements Serializable-
Serialized Fields
-
tickType
TickType tickType
The tick type (major or minor). -
value
double value
The value.
-
-
-
-
Package org.jfree.chart.block
-
Class org.jfree.chart.block.AbstractBlock
class AbstractBlock extends Object implements Serializable- serialVersionUID:
- 7689852412141274563L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
frame
BlockFrame frame
The frame (or border) for the block. -
height
double height
The natural height of the block (may be overridden if there are constraints in sizing). -
id
String id
The id for the block. -
margin
RectangleInsets margin
The margin around the outside of the block. -
padding
RectangleInsets padding
The padding between the block content and the border. -
width
double width
The natural width of the block (may be overridden if there are constraints in sizing).
-
-
Class org.jfree.chart.block.BlockBorder
class BlockBorder extends Object implements Serializable- serialVersionUID:
- 4961579220410228283L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
insets
RectangleInsets insets
The space reserved for the border.
-
-
Class org.jfree.chart.block.BlockContainer
class BlockContainer extends AbstractBlock implements Serializable- serialVersionUID:
- 8199508075695195293L
-
Serialized Fields
-
arrangement
Arrangement arrangement
The object responsible for laying out the blocks. -
blocks
List blocks
The blocks within the container.
-
-
Class org.jfree.chart.block.BorderArrangement
class BorderArrangement extends Object implements Serializable- serialVersionUID:
- 506071142274883745L
-
Serialized Fields
-
bottomBlock
Block bottomBlock
The block (if any) at the bottom of the layout. -
centerBlock
Block centerBlock
The block (if any) at the center of the layout. -
leftBlock
Block leftBlock
The block (if any) at the left of the layout. -
rightBlock
Block rightBlock
The block (if any) at the right of the layout. -
topBlock
Block topBlock
The block (if any) at the top of the layout.
-
-
Class org.jfree.chart.block.CenterArrangement
class CenterArrangement extends Object implements Serializable- serialVersionUID:
- -353308149220382047L
-
Class org.jfree.chart.block.ColorBlock
class ColorBlock extends AbstractBlock implements Serializable- serialVersionUID:
- 3383866145634010865L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.block.ColumnArrangement
class ColumnArrangement extends Object implements Serializable- serialVersionUID:
- -5315388482898581555L
-
Serialized Fields
-
horizontalAlignment
HorizontalAlignment horizontalAlignment
The horizontal alignment of blocks. -
horizontalGap
double horizontalGap
The horizontal gap between columns. -
verticalAlignment
VerticalAlignment verticalAlignment
The vertical alignment of blocks within each row. -
verticalGap
double verticalGap
The vertical gap between items in a column.
-
-
Class org.jfree.chart.block.EmptyBlock
class EmptyBlock extends AbstractBlock implements Serializable- serialVersionUID:
- -4083197869412648579L
-
Class org.jfree.chart.block.FlowArrangement
class FlowArrangement extends Object implements Serializable- serialVersionUID:
- 4543632485478613800L
-
Serialized Fields
-
horizontalAlignment
HorizontalAlignment horizontalAlignment
The horizontal alignment of blocks. -
horizontalGap
double horizontalGap
The horizontal gap between items within rows. -
verticalAlignment
VerticalAlignment verticalAlignment
The vertical alignment of blocks within each row. -
verticalGap
double verticalGap
The vertical gap between rows.
-
-
Class org.jfree.chart.block.GridArrangement
class GridArrangement extends Object implements Serializable- serialVersionUID:
- -2563758090144655938L
-
Serialized Fields
-
columns
int columns
The columns. -
rows
int rows
The rows.
-
-
Class org.jfree.chart.block.LabelBlock
class LabelBlock extends AbstractBlock implements Serializable- serialVersionUID:
- 249626098864178017L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
contentAlignmentPoint
TextBlockAnchor contentAlignmentPoint
The content alignment point. -
font
Font font
The font. -
label
TextBlock label
The label. -
text
String text
The text for the label - retained in case the label needs regenerating (for example, to change the font). -
textAnchor
RectangleAnchor textAnchor
The anchor point for the text. -
toolTipText
String toolTipText
The tool tip text (can benull
). -
urlText
String urlText
The URL text (can benull
).
-
-
Class org.jfree.chart.block.LengthConstraintType
class LengthConstraintType extends Object implements Serializable- serialVersionUID:
- -1156658804028142978L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.block.LineBorder
class LineBorder extends Object implements Serializable- serialVersionUID:
- 4630356736707233924L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
insets
RectangleInsets insets
The insets.
-
-
-
Package org.jfree.chart.date
-
Class org.jfree.chart.date.SerialDate
class SerialDate extends Object implements Serializable- serialVersionUID:
- -293716040467423637L
-
Serialized Fields
-
description
String description
A description for the date.
-
-
Class org.jfree.chart.date.SpreadsheetDate
class SpreadsheetDate extends SerialDate implements Serializable- serialVersionUID:
- -2039586705374454461L
-
Serialized Fields
-
day
int day
The day of the month (1 to 28, 29, 30 or 31 depending on the month). -
month
int month
The month of the year (1 to 12). -
serial
int serial
The day number (1-Jan-1900 = 2, 2-Jan-1900 = 3, ..., 31-Dec-9999 = 2958465). -
year
int year
The year (1900 to 9999).
-
-
-
Package org.jfree.chart.editor
-
Class org.jfree.chart.editor.DefaultLogAxisEditor
class DefaultLogAxisEditor extends org.jfree.chart.editor.DefaultValueAxisEditor implements Serializable-
Serialized Fields
-
manualTickUnit
JTextField manualTickUnit
-
manualTickUnitValue
double manualTickUnitValue
-
-
-
Class org.jfree.chart.editor.DefaultPolarPlotEditor
class DefaultPolarPlotEditor extends org.jfree.chart.editor.DefaultPlotEditor implements Serializable-
Serialized Fields
-
angleOffset
JTextField angleOffset
A text field to enter the angleOffset. -
angleOffsetValue
double angleOffsetValue
The value for the plot's angle offset. -
manualTickUnit
JTextField manualTickUnit
A text field to enter a manual TickUnit. -
manualTickUnitValue
double manualTickUnitValue
The size for the manual TickUnit.
-
-
-
-
Package org.jfree.chart.entity
-
Class org.jfree.chart.entity.AxisEntity
class AxisEntity extends ChartEntity implements Serializable- serialVersionUID:
- -4445994133561919083L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
axis
Axis axis
The axis for the entity.
-
-
Class org.jfree.chart.entity.CategoryItemEntity
class CategoryItemEntity extends ChartEntity implements Serializable- serialVersionUID:
- -8657249457902337349L
-
Serialized Fields
-
columnKey
Comparable columnKey
The column key. -
dataset
CategoryDataset dataset
The dataset. -
rowKey
Comparable rowKey
The row key.
-
-
Class org.jfree.chart.entity.CategoryLabelEntity
class CategoryLabelEntity extends TickLabelEntity implements Serializable-
Serialized Fields
-
key
Comparable key
The category key.
-
-
-
Class org.jfree.chart.entity.ChartEntity
class ChartEntity extends Object implements Serializable- serialVersionUID:
- -4445994133561919083L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
Class org.jfree.chart.entity.FlowEntity
class FlowEntity extends ChartEntity implements Serializable-
Serialized Fields
-
key
FlowKey key
-
-
-
Class org.jfree.chart.entity.JFreeChartEntity
class JFreeChartEntity extends ChartEntity implements Serializable- serialVersionUID:
- -4445994133561919083L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
chart
JFreeChart chart
The chart.
-
-
Class org.jfree.chart.entity.LegendItemEntity
class LegendItemEntity extends ChartEntity implements Serializable- serialVersionUID:
- -7435683933545666702L
-
Serialized Fields
-
dataset
Dataset dataset
The dataset. -
seriesKey
Comparable seriesKey
The series key.
-
-
Class org.jfree.chart.entity.NodeEntity
class NodeEntity extends ChartEntity implements Serializable-
Serialized Fields
-
key
NodeKey key
-
-
-
Class org.jfree.chart.entity.PieSectionEntity
class PieSectionEntity extends ChartEntity implements Serializable- serialVersionUID:
- 9199892576531984162L
-
Serialized Fields
-
dataset
PieDataset dataset
The dataset. -
pieIndex
int pieIndex
The pie index. -
sectionIndex
int sectionIndex
The section index. -
sectionKey
Comparable sectionKey
The section key.
-
-
Class org.jfree.chart.entity.PlotEntity
class PlotEntity extends ChartEntity implements Serializable- serialVersionUID:
- -4445994133561919083L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
plot
Plot plot
The plot.
-
-
Class org.jfree.chart.entity.StandardEntityCollection
class StandardEntityCollection extends Object implements Serializable- serialVersionUID:
- 5384773031184897047L
-
Serialized Fields
-
entities
List entities
Storage for the entities.
-
-
Class org.jfree.chart.entity.TickLabelEntity
class TickLabelEntity extends ChartEntity implements Serializable- serialVersionUID:
- 681583956588092095L
-
Class org.jfree.chart.entity.TitleEntity
class TitleEntity extends ChartEntity implements Serializable- serialVersionUID:
- -4445994133561919083L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
title
Title title
The Title for the entity.
-
-
Class org.jfree.chart.entity.XYAnnotationEntity
class XYAnnotationEntity extends ChartEntity implements Serializable- serialVersionUID:
- 2340334068383660799L
-
Serialized Fields
-
rendererIndex
int rendererIndex
The renderer index.
-
-
Class org.jfree.chart.entity.XYItemEntity
class XYItemEntity extends ChartEntity implements Serializable- serialVersionUID:
- -3870862224880283771L
-
Serialized Fields
-
item
int item
The item. -
series
int series
The series.
-
-
-
Package org.jfree.chart.event
-
Class org.jfree.chart.event.AnnotationChangeEvent
class AnnotationChangeEvent extends ChartChangeEvent implements Serializable-
Serialized Fields
-
annotation
Annotation annotation
The annotation that generated the event.
-
-
-
Class org.jfree.chart.event.AxisChangeEvent
class AxisChangeEvent extends ChartChangeEvent implements Serializable-
Serialized Fields
-
axis
Axis axis
The axis that generated the change event.
-
-
-
Class org.jfree.chart.event.ChartChangeEvent
class ChartChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
chart
JFreeChart chart
The chart that generated the event. -
type
ChartChangeEventType type
The type of event.
-
-
-
Class org.jfree.chart.event.ChartChangeEventType
class ChartChangeEventType extends Object implements Serializable- serialVersionUID:
- 5481917022435735602L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.event.ChartProgressEvent
class ChartProgressEvent extends EventObject implements Serializable-
Serialized Fields
-
chart
JFreeChart chart
The chart that generated the event. -
percent
int percent
The percentage of completion. -
type
int type
The type of event.
-
-
-
Class org.jfree.chart.event.MarkerChangeEvent
class MarkerChangeEvent extends ChartChangeEvent implements Serializable-
Serialized Fields
-
marker
Marker marker
The plot that generated the event.
-
-
-
Class org.jfree.chart.event.OverlayChangeEvent
class OverlayChangeEvent extends EventObject implements Serializable -
Class org.jfree.chart.event.PlotChangeEvent
class PlotChangeEvent extends ChartChangeEvent implements Serializable-
Serialized Fields
-
plot
Plot plot
The plot that generated the event.
-
-
-
Class org.jfree.chart.event.RendererChangeEvent
class RendererChangeEvent extends ChartChangeEvent implements Serializable-
Serialized Fields
-
renderer
Object renderer
The renderer that generated the event. -
seriesVisibilityChanged
boolean seriesVisibilityChanged
A flag that indicates whether this event relates to a change in the series visibility. If so, the receiver (if it is a plot) may want to update the axis bounds.
-
-
-
Class org.jfree.chart.event.TitleChangeEvent
class TitleChangeEvent extends ChartChangeEvent implements Serializable-
Serialized Fields
-
title
Title title
The chart title that generated the event.
-
-
-
-
Package org.jfree.chart.labels
-
Class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
class AbstractCategoryItemLabelGenerator extends Object implements Serializable- serialVersionUID:
- -7108591260223293197L
-
Serialized Fields
-
dateFormat
DateFormat dateFormat
A date formatter used to preformat the value before it is passed to the MessageFormat object. -
labelFormat
String labelFormat
The label format string used by aMessageFormat
object to combine the standard items: {0} = series name, {1} = category, {2} = value, {3} = value as a percentage of the column total. -
nullValueString
String nullValueString
The string used to represent a null value. -
numberFormat
NumberFormat numberFormat
A number formatter used to preformat the value before it is passed to the MessageFormat object. -
percentFormat
NumberFormat percentFormat
A number formatter used to preformat the percentage value before it is passed to the MessageFormat object.
-
-
Class org.jfree.chart.labels.AbstractPieItemLabelGenerator
class AbstractPieItemLabelGenerator extends Object implements Serializable- serialVersionUID:
- 7347703325267846275L
-
Serialized Fields
-
labelFormat
String labelFormat
The label format string. -
numberFormat
NumberFormat numberFormat
A number formatter for the value. -
percentFormat
NumberFormat percentFormat
A number formatter for the percentage.
-
-
Class org.jfree.chart.labels.AbstractXYItemLabelGenerator
class AbstractXYItemLabelGenerator extends Object implements Serializable- serialVersionUID:
- 5869744396278660636L
-
Serialized Fields
-
formatString
String formatString
The item label format string. -
nullYString
String nullYString
The string used to represent 'null' for the y-value. -
xDateFormat
DateFormat xDateFormat
A date formatter for the x value. -
xFormat
NumberFormat xFormat
A number formatter for the x value. -
yDateFormat
DateFormat yDateFormat
A date formatter for the y value. -
yFormat
NumberFormat yFormat
A formatter for the y value.
-
-
Class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
class BoxAndWhiskerToolTipGenerator extends StandardCategoryToolTipGenerator implements Serializable- serialVersionUID:
- -6076837753823076334L
-
Class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
class BoxAndWhiskerXYToolTipGenerator extends StandardXYToolTipGenerator implements Serializable- serialVersionUID:
- -2648775791161459710L
-
Class org.jfree.chart.labels.BubbleXYItemLabelGenerator
class BubbleXYItemLabelGenerator extends AbstractXYItemLabelGenerator implements Serializable- serialVersionUID:
- -8458568928021240922L
-
Serialized Fields
-
zDateFormat
DateFormat zDateFormat
A date formatter for the z-value - if this is null, then zFormat must be non-null. -
zFormat
NumberFormat zFormat
A number formatter for the z value - if this isnull
, then zDateFormat must be non-null.
-
-
Class org.jfree.chart.labels.CustomXYToolTipGenerator
class CustomXYToolTipGenerator extends Object implements Serializable- serialVersionUID:
- 8636030004670141362L
-
Serialized Fields
-
toolTipSeries
List toolTipSeries
Storage for the tooltip lists.
-
-
Class org.jfree.chart.labels.HighLowItemLabelGenerator
class HighLowItemLabelGenerator extends Object implements Serializable- serialVersionUID:
- 5617111754832211830L
-
Serialized Fields
-
dateFormatter
DateFormat dateFormatter
The date formatter. -
numberFormatter
NumberFormat numberFormatter
The number formatter.
-
-
Class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
class IntervalCategoryItemLabelGenerator extends StandardCategoryItemLabelGenerator implements Serializable- serialVersionUID:
- 5056909225610630529L
-
Class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
class IntervalCategoryToolTipGenerator extends StandardCategoryToolTipGenerator implements Serializable- serialVersionUID:
- -3853824986520333437L
-
Class org.jfree.chart.labels.IntervalXYItemLabelGenerator
class IntervalXYItemLabelGenerator extends AbstractXYItemLabelGenerator implements Serializable -
Class org.jfree.chart.labels.IntervalXYToolTipGenerator
class IntervalXYToolTipGenerator extends AbstractXYItemLabelGenerator implements Serializable -
Class org.jfree.chart.labels.ItemLabelAnchor
class ItemLabelAnchor extends Object implements Serializable- serialVersionUID:
- -1233101616128695658L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.labels.ItemLabelPosition
class ItemLabelPosition extends Object implements Serializable- serialVersionUID:
- 5845390630157034499L
-
Serialized Fields
-
angle
double angle
The rotation angle. -
itemLabelAnchor
ItemLabelAnchor itemLabelAnchor
The item label anchor point. -
itemLabelClip
ItemLabelClip itemLabelClip
The item label clip type. -
rotationAnchor
TextAnchor rotationAnchor
The rotation anchor. -
textAnchor
TextAnchor textAnchor
The text anchor.
-
-
Class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
class MultipleXYSeriesLabelGenerator extends Object implements Serializable- serialVersionUID:
- 138976236941898560L
-
Class org.jfree.chart.labels.StandardCategoryItemLabelGenerator
class StandardCategoryItemLabelGenerator extends AbstractCategoryItemLabelGenerator implements Serializable- serialVersionUID:
- 3499701401211412882L
-
Class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
class StandardCategorySeriesLabelGenerator extends Object implements Serializable- serialVersionUID:
- 4630760091523940820L
-
Serialized Fields
-
formatPattern
String formatPattern
The format pattern.
-
-
Class org.jfree.chart.labels.StandardCategoryToolTipGenerator
class StandardCategoryToolTipGenerator extends AbstractCategoryItemLabelGenerator implements Serializable- serialVersionUID:
- -6768806592218710764L
-
Class org.jfree.chart.labels.StandardCrosshairLabelGenerator
class StandardCrosshairLabelGenerator extends Object implements Serializable-
Serialized Fields
-
labelTemplate
String labelTemplate
The label format string. -
numberFormat
NumberFormat numberFormat
A number formatter for the value.
-
-
-
Class org.jfree.chart.labels.StandardFlowLabelGenerator
class StandardFlowLabelGenerator extends Object implements Serializable-
Serialized Fields
-
template
String template
The template.
-
-
-
Class org.jfree.chart.labels.StandardPieSectionLabelGenerator
class StandardPieSectionLabelGenerator extends AbstractPieItemLabelGenerator implements Serializable- serialVersionUID:
- 3064190563760203668L
-
Serialized Fields
-
attributedLabels
Map attributedLabels
An optional map between item indices (Integer) and attributed labels (instances of AttributedString).
-
-
Class org.jfree.chart.labels.StandardPieToolTipGenerator
class StandardPieToolTipGenerator extends AbstractPieItemLabelGenerator implements Serializable- serialVersionUID:
- 2995304200445733779L
-
Class org.jfree.chart.labels.StandardXYItemLabelGenerator
class StandardXYItemLabelGenerator extends AbstractXYItemLabelGenerator implements Serializable- serialVersionUID:
- 7807668053171837925L
-
Class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
class StandardXYSeriesLabelGenerator extends Object implements Serializable- serialVersionUID:
- 1916017081848400024L
-
Serialized Fields
-
formatPattern
String formatPattern
The format pattern.
-
-
Class org.jfree.chart.labels.StandardXYToolTipGenerator
class StandardXYToolTipGenerator extends AbstractXYItemLabelGenerator implements Serializable- serialVersionUID:
- -3564164459039540784L
-
Class org.jfree.chart.labels.StandardXYZToolTipGenerator
class StandardXYZToolTipGenerator extends StandardXYToolTipGenerator implements Serializable- serialVersionUID:
- -2961577421889473503L
-
Serialized Fields
-
zDateFormat
DateFormat zDateFormat
A date formatter for the z-value - if this is null, then zFormat must be non-null. -
zFormat
NumberFormat zFormat
A number formatter for the z value - if this is null, then zDateFormat must be non-null.
-
-
Class org.jfree.chart.labels.SymbolicXYItemLabelGenerator
class SymbolicXYItemLabelGenerator extends Object implements Serializable- serialVersionUID:
- 3963400354475494395L
-
-
Package org.jfree.chart.needle
-
Class org.jfree.chart.needle.ArrowNeedle
class ArrowNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- -5334056511213782357L
-
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
class LineNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- 6215321387896748945L
-
Class org.jfree.chart.needle.LongNeedle
class LongNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- -4319985779783688159L
-
Class org.jfree.chart.needle.MeterNeedle
class MeterNeedle extends Object implements Serializable- serialVersionUID:
- 5203064851510951052L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
rotateX
double rotateX
Scalar to apply to locate the rotation x point. -
rotateY
double rotateY
Scalar to apply to locate the rotation y point. -
size
int size
The size.
-
-
Class org.jfree.chart.needle.MiddlePinNeedle
class MiddlePinNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- 6237073996403125310L
-
Class org.jfree.chart.needle.PinNeedle
class PinNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- -3787089953079863373L
-
Class org.jfree.chart.needle.PlumNeedle
class PlumNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- -3082660488660600718L
-
Class org.jfree.chart.needle.PointerNeedle
class PointerNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- -4744677345334729606L
-
Class org.jfree.chart.needle.ShipNeedle
class ShipNeedle extends MeterNeedle implements Serializable- serialVersionUID:
- 149554868169435612L
-
Class org.jfree.chart.needle.WindNeedle
class WindNeedle extends ArrowNeedle implements Serializable- serialVersionUID:
- -2861061368907167834L
-
-
Package org.jfree.chart.panel
-
Class org.jfree.chart.panel.CrosshairOverlay
class CrosshairOverlay extends AbstractOverlay implements Serializable
-
-
Package org.jfree.chart.plot
-
Class org.jfree.chart.plot.AbstractPieLabelDistributor
class AbstractPieLabelDistributor extends Object implements Serializable-
Serialized Fields
-
labels
List labels
The label records.
-
-
-
Class org.jfree.chart.plot.CategoryMarker
class CategoryMarker extends Marker implements Serializable-
Serialized Fields
-
drawAsLine
boolean drawAsLine
A hint that the marker should be drawn as a line rather than a region. -
key
Comparable key
The category key.
-
-
-
Class org.jfree.chart.plot.CategoryPlot
class CategoryPlot extends Plot implements Serializable- serialVersionUID:
- -3537691700434728188L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
anchorValue
double anchorValue
The anchor value. -
annotations
List<CategoryAnnotation> annotations
A (possibly empty) list of annotations for the plot. The list should be initialised in the constructor and never allowed to benull
. -
axisOffset
RectangleInsets axisOffset
The offset between the data area and the axes. -
backgroundDomainMarkers
Map<Integer,
Collection<CategoryMarker>> backgroundDomainMarkers A map containing lists of markers for the domain axes. -
backgroundRangeMarkers
Map<Integer,
Collection<Marker>> backgroundRangeMarkers A map containing lists of markers for the range axes. -
columnRenderingOrder
SortOrder columnRenderingOrder
Controls the order in which the columns are traversed when rendering the data items. -
crosshairDatasetIndex
int crosshairDatasetIndex
The index for the dataset that the crosshairs are linked to (this determines which axes the crosshairs are plotted against). -
datasets
Map<Integer,
CategoryDataset> datasets Storage for the datasets. -
datasetToDomainAxesMap
TreeMap<Integer,
List<Integer>> datasetToDomainAxesMap Storage for keys that map each dataset to one or more domain axes. Typically a dataset is rendered using the scale of a single axis, but a dataset can contribute to the "auto-range" of any number of axes. -
datasetToRangeAxesMap
TreeMap<Integer,
List<Integer>> datasetToRangeAxesMap Storage for keys that map each dataset to one or more range axes. Typically a dataset is rendered using the scale of a single axis, but a dataset can contribute to the "auto-range" of any number of axes. -
domainAxes
Map<Integer,
CategoryAxis> domainAxes Storage for the domain axes. -
domainAxisLocations
Map<Integer,
AxisLocation> domainAxisLocations Storage for the domain axis locations. -
domainCrosshairColumnKey
Comparable domainCrosshairColumnKey
The column key for the crosshair point. -
domainCrosshairRowKey
Comparable domainCrosshairRowKey
The row key for the crosshair point. -
domainCrosshairVisible
boolean domainCrosshairVisible
A flag that controls the visibility of the domain crosshair. -
domainGridlinePosition
CategoryAnchor domainGridlinePosition
The position of the domain gridlines relative to the category. -
domainGridlinesVisible
boolean domainGridlinesVisible
A flag that controls whether the grid-lines for the domain axis are visible. -
drawSharedDomainAxis
boolean drawSharedDomainAxis
A flag that controls whether or not the shared domain axis is drawn (only relevant when the plot is being used as a subplot). -
fixedDomainAxisSpace
AxisSpace fixedDomainAxisSpace
The fixed space for the domain axis. -
fixedLegendItems
LegendItemCollection fixedLegendItems
An optional collection of legend items that can be returned by the getLegendItems() method. -
fixedRangeAxisSpace
AxisSpace fixedRangeAxisSpace
The fixed space for the range axis. -
foregroundDomainMarkers
Map<Integer,
Collection<CategoryMarker>> foregroundDomainMarkers A map containing lists of markers for the domain axes. -
foregroundRangeMarkers
Map<Integer,
Collection<Marker>> foregroundRangeMarkers A map containing lists of markers for the range axes. -
orientation
PlotOrientation orientation
The plot orientation. -
rangeAxes
Map<Integer,
ValueAxis> rangeAxes Storage for the range axes. -
rangeAxisLocations
Map<Integer,
AxisLocation> rangeAxisLocations Storage for the range axis locations. -
rangeCrosshairLockedOnData
boolean rangeCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points. -
rangeCrosshairValue
double rangeCrosshairValue
The range crosshair value. -
rangeCrosshairVisible
boolean rangeCrosshairVisible
A flag that controls whether or not a range crosshair is drawn. -
rangeGridlinesVisible
boolean rangeGridlinesVisible
A flag that controls whether the grid-lines for the range axis are visible. -
rangeMinorGridlinesVisible
boolean rangeMinorGridlinesVisible
A flag that controls whether or not gridlines are shown for the minor tick values on the primary range axis. -
rangePannable
boolean rangePannable
A flag that controls whether or not panning is enabled for the range axis/axes. -
rangeZeroBaselineVisible
boolean rangeZeroBaselineVisible
A flag that controls whether or not the zero baseline against the range axis is visible. -
renderers
Map<Integer,
CategoryItemRenderer> renderers Storage for the renderers. -
renderingOrder
DatasetRenderingOrder renderingOrder
The dataset rendering order. -
rowRenderingOrder
SortOrder rowRenderingOrder
Controls the order in which the rows are traversed when rendering the data items. -
shadowGenerator
ShadowGenerator shadowGenerator
The shadow generator for the plot (null
permitted). -
weight
int weight
The weight for the plot (only relevant when the plot is used as a subplot within a combined plot).
-
-
Class org.jfree.chart.plot.CombinedDomainCategoryPlot
class CombinedDomainCategoryPlot extends CategoryPlot implements Serializable- serialVersionUID:
- 8207194522653701572L
-
Serialized Fields
-
gap
double gap
The gap between subplots. -
subplots
List subplots
Storage for the subplot references.
-
-
Class org.jfree.chart.plot.CombinedDomainXYPlot
class CombinedDomainXYPlot extends XYPlot implements Serializable- serialVersionUID:
- -7765545541261907383L
-
Class org.jfree.chart.plot.CombinedRangeCategoryPlot
class CombinedRangeCategoryPlot extends CategoryPlot implements Serializable- serialVersionUID:
- 7260210007554504515L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
-
Serialized Fields
-
gap
double gap
The gap between subplots. -
subplots
List subplots
Storage for the subplot references.
-
-
Class org.jfree.chart.plot.CombinedRangeXYPlot
class CombinedRangeXYPlot extends XYPlot implements Serializable- serialVersionUID:
- -5177814085082031168L
-
Class org.jfree.chart.plot.CompassPlot
class CompassPlot extends Plot implements Serializable- serialVersionUID:
- 6924382802125527395L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
compassFont
Font compassFont
The compass font. -
datasets
ValueDataset[] datasets
An array of value datasets. -
drawBorder
boolean drawBorder
A flag that controls whether or not a border is drawn. -
labelFont
Font labelFont
The label font. -
labelType
int labelType
The label type (NO_LABELS, VALUE_LABELS). -
revolutionDistance
double revolutionDistance
The count to complete one revolution. Can be arbitrarily set For degrees (the default) it is 360, for radians this is 2*Pi, etc -
seriesNeedle
MeterNeedle[] seriesNeedle
An array of needles.
-
-
Class org.jfree.chart.plot.Crosshair
class Crosshair extends Object implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
labelAnchor
RectangleAnchor labelAnchor
The label anchor. -
labelFont
Font labelFont
The label font. -
labelGenerator
CrosshairLabelGenerator labelGenerator
A label generator. -
labelOutlineVisible
boolean labelOutlineVisible
A flag that controls the visibility of the label outline. -
labelVisible
boolean labelVisible
A flag that controls whether or not the crosshair has a label visible. -
labelXOffset
double labelXOffset
The x-offset in Java2D units. -
labelYOffset
double labelYOffset
The y-offset in Java2D units. -
value
double value
The crosshair value. -
visible
boolean visible
Flag controlling visibility.
-
-
-
Class org.jfree.chart.plot.DatasetRenderingOrder
class DatasetRenderingOrder extends Object implements Serializable- serialVersionUID:
- -600593412366385072L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.plot.DefaultDrawingSupplier
class DefaultDrawingSupplier extends Object implements Serializable- serialVersionUID:
- -7339847061039422538L
-
Serialization Methods
-
readObject
Restores a serialized object.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O problem.ClassNotFoundException
- if there is a problem loading a class.
-
writeObject
Handles serialization.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O problem.
-
-
Serialized Fields
-
fillPaintIndex
int fillPaintIndex
The current fill paint index. -
outlinePaintIndex
int outlinePaintIndex
The current outline paint index. -
outlineStrokeIndex
int outlineStrokeIndex
The current outline stroke index. -
paintIndex
int paintIndex
The current paint index. -
shapeIndex
int shapeIndex
The current shape index. -
strokeIndex
int strokeIndex
The current stroke index.
-
-
Class org.jfree.chart.plot.DialShape
class DialShape extends Object implements Serializable- serialVersionUID:
- -3471933055190251131L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.plot.FastScatterPlot
class FastScatterPlot extends Plot implements Serializable- serialVersionUID:
- 7871545897358563521L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
data
float[][] data
The data. -
domainAxis
ValueAxis domainAxis
The domain axis (used for the x-values). -
domainGridlinesVisible
boolean domainGridlinesVisible
A flag that controls whether the domain grid-lines are visible. -
domainPannable
boolean domainPannable
A flag that controls whether or not panning is enabled for the domain axis. -
rangeAxis
ValueAxis rangeAxis
The range axis (used for the y-values). -
rangeGridlinesVisible
boolean rangeGridlinesVisible
A flag that controls whether the range grid-lines are visible. -
rangePannable
boolean rangePannable
A flag that controls whether or not panning is enabled for the range axis. -
xDataRange
Range xDataRange
The x data range. -
yDataRange
Range yDataRange
The y data range.
-
-
Class org.jfree.chart.plot.IntervalMarker
class IntervalMarker extends Marker implements Serializable- serialVersionUID:
- -1762344775267627916L
-
Serialized Fields
-
endValue
double endValue
The end value. -
gradientPaintTransformer
GradientPaintTransformer gradientPaintTransformer
The gradient paint transformer (optional). -
startValue
double startValue
The start value.
-
-
Class org.jfree.chart.plot.Marker
class Marker extends Object implements Serializable- serialVersionUID:
- -734389651405327166L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
alpha
float alpha
The alpha transparency. -
label
String label
The label. -
labelAnchor
RectangleAnchor labelAnchor
The label position. -
labelBackgroundColor
Color labelBackgroundColor
The label background color. -
labelFont
Font labelFont
The label font. -
labelOffset
RectangleInsets labelOffset
The label offset from the marker rectangle. -
labelOffsetType
LengthAdjustmentType labelOffsetType
The offset type for the domain or range axis (nevernull
). -
labelTextAnchor
TextAnchor labelTextAnchor
The text anchor for the label.
-
-
Class org.jfree.chart.plot.MeterInterval
class MeterInterval extends Object implements Serializable- serialVersionUID:
- 1530982090622488257L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
Class org.jfree.chart.plot.MeterPlot
class MeterPlot extends Plot implements Serializable- serialVersionUID:
- 2987472457734470962L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
dataset
ValueDataset dataset
The dataset (contains a single value). -
drawBorder
boolean drawBorder
A flag that controls whether or not the border is drawn. -
intervals
List<MeterInterval> intervals
A (possibly empty) list of theMeterInterval
s to be highlighted on the dial. -
meterAngle
int meterAngle
The dial extent (measured in degrees). -
range
Range range
The overall range of data values on the dial. -
shape
DialShape shape
The dial shape (background shape). -
tickLabelFont
Font tickLabelFont
The tick label font. -
tickLabelFormat
NumberFormat tickLabelFormat
The tick label format. -
tickLabelsVisible
boolean tickLabelsVisible
A flag that controls whether or not the tick labels are visible. -
tickSize
double tickSize
The tick size. -
units
String units
The units displayed on the dial. -
valueFont
Font valueFont
The font for the value displayed in the center of the dial. -
valueVisible
boolean valueVisible
A flag that indicates whether the value is visible.
-
-
Class org.jfree.chart.plot.MultiplePiePlot
class MultiplePiePlot extends Plot implements Serializable- serialVersionUID:
- -355377800470807389L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
aggregatedItemsKey
Comparable aggregatedItemsKey
The key for the aggregated items. -
dataExtractOrder
TableOrder dataExtractOrder
The data extract order (by row or by column). -
dataset
CategoryDataset dataset
The dataset. -
limit
double limit
The pie section limit percentage. -
pieChart
JFreeChart pieChart
The chart object that draws the individual pie charts.
-
-
Class org.jfree.chart.plot.PieLabelDistributor
class PieLabelDistributor extends AbstractPieLabelDistributor implements Serializable-
Serialized Fields
-
minGap
double minGap
The minimum gap.
-
-
-
Class org.jfree.chart.plot.PieLabelLinkStyle
class PieLabelLinkStyle extends Object implements Serializable-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
-
Class org.jfree.chart.plot.PieLabelRecord
class PieLabelRecord extends Object implements Serializable-
Serialized Fields
-
allocatedY
double allocatedY
The allocated y-coordinate. -
angle
double angle
The angle of the centre of the section (in radians). -
baseY
double baseY
The base y-coordinate. -
gap
double gap
The gap. -
key
Comparable key
The section key. -
label
TextBox label
The label. -
labelHeight
double labelHeight
The label height. -
linkPercent
double linkPercent
The link percent.
-
-
-
Class org.jfree.chart.plot.PiePlot
class PiePlot extends Plot implements Serializable- serialVersionUID:
- -795612466005590431L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
autoPopulateSectionOutlinePaint
boolean autoPopulateSectionOutlinePaint
A flag that controls whether or not the section outline paint is auto-populated from the drawing supplier. -
autoPopulateSectionOutlineStroke
boolean autoPopulateSectionOutlineStroke
A flag that controls whether or not the section outline stroke is auto-populated from the drawing supplier. -
autoPopulateSectionPaint
boolean autoPopulateSectionPaint
A flag that controls whether or not the section paint is auto-populated from the drawing supplier. -
circular
boolean circular
Flag determining whether to draw an ellipse or a perfect circle. -
dataset
PieDataset<K extends Comparable<K>> dataset
The dataset for the pie chart. -
direction
Rotation direction
The direction for the pie segments. -
explodePercentages
Map<K extends Comparable<K>,
Double> explodePercentages The percentage amount to explode each pie section. -
ignoreNullValues
boolean ignoreNullValues
A flag that controls whethernull
values are ignored. -
ignoreZeroValues
boolean ignoreZeroValues
A flag that controls whether zero values are ignored. -
interiorGap
double interiorGap
The amount of space left around the outside of the pie plot, expressed as a percentage of the plot area width and height. -
labelDistributor
AbstractPieLabelDistributor labelDistributor
The pie section label distributor. -
labelFont
Font labelFont
The font used to display the section labels. -
labelGap
double labelGap
The gap between the labels and the link corner, as a percentage of the plot width. -
labelGenerator
PieSectionLabelGenerator labelGenerator
The section label generator. -
labelLinkMargin
double labelLinkMargin
The link margin. -
labelLinkStyle
PieLabelLinkStyle labelLinkStyle
The label link style. -
labelLinksVisible
boolean labelLinksVisible
A flag that controls whether or not the label links are drawn. -
labelPadding
RectangleInsets labelPadding
The padding between the labels and the label outlines. This is not allowed to benull
. -
legendLabelGenerator
PieSectionLabelGenerator legendLabelGenerator
The legend label generator. -
legendLabelToolTipGenerator
PieSectionLabelGenerator legendLabelToolTipGenerator
A tool tip generator for the legend. -
legendLabelURLGenerator
PieURLGenerator legendLabelURLGenerator
A URL generator for the legend items (optional). -
maximumLabelWidth
double maximumLabelWidth
The maximum label width as a percentage of the plot width. -
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). See this link for details: http://www.jfree.org/phpBB2/viewtopic.php?t=2707 ...and this bug report in the Java Bug Parade: http://developer.java.sun.com/developer/bugParade/bugs/4836495.html -
pieIndex
int pieIndex
The pie index (used by theMultiplePiePlot
class). -
sectionOutlinePaintMap
PaintMap sectionOutlinePaintMap
The section outline paint map. -
sectionOutlineStrokeMap
StrokeMap sectionOutlineStrokeMap
The section outline stroke map. -
sectionOutlinesVisible
boolean sectionOutlinesVisible
A flag that controls whether or not an outline is drawn for each section in the plot. -
sectionPaintMap
PaintMap sectionPaintMap
The section paint map. -
shadowGenerator
ShadowGenerator shadowGenerator
The shadow generator for the plot (null
permitted). -
shadowXOffset
double shadowXOffset
The x-offset for the shadow effect. -
shadowYOffset
double shadowYOffset
The y-offset for the shadow effect. -
simpleLabelOffset
RectangleInsets simpleLabelOffset
The simple label offset. -
simpleLabels
boolean simpleLabels
A flag that controls whether simple or extended labels are used. -
startAngle
double startAngle
The starting angle. -
toolTipGenerator
PieToolTipGenerator toolTipGenerator
The tooltip generator. -
urlGenerator
PieURLGenerator urlGenerator
The URL generator.
-
-
Class org.jfree.chart.plot.PiePlot3D
class PiePlot3D extends PiePlot implements Serializable- serialVersionUID:
- 3408984188945161432L
-
Serialized Fields
-
darkerSides
boolean darkerSides
Deprecated.A flag that controls whether or not the sides of the pie chart are rendered using a darker colour. -
depthFactor
double depthFactor
Deprecated.The factor of the depth of the pie from the plot height
-
-
Class org.jfree.chart.plot.Plot
class Plot extends Object implements Serializable- serialVersionUID:
- -8831571430103671324L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
backgroundAlpha
float backgroundAlpha
The alpha transparency for the background paint. -
backgroundImageAlignment
int backgroundImageAlignment
The alignment for the background image. -
backgroundImageAlpha
float backgroundImageAlpha
The alpha value used to draw the background image. -
chart
JFreeChart chart
The chart that the plot is assigned to. It can benull
if the plot is not assigned to a chart yet, or if the plot is a subplot of a another plot. -
datasetGroup
DatasetGroup datasetGroup
The dataset group (to be used for thread synchronisation). -
drawingSupplier
DrawingSupplier drawingSupplier
The drawing supplier. -
foregroundAlpha
float foregroundAlpha
The alpha-transparency for the plot. -
insets
RectangleInsets insets
Amount of blank space around the plot area. -
noDataMessage
String noDataMessage
The message to display if no data is available. -
noDataMessageFont
Font noDataMessageFont
The font used to display the 'no data' message. -
notify
boolean notify
A flag that controls whether or not the plot will notify listeners of changes (defaults to true, but sometimes it is useful to disable this). -
outlineVisible
boolean outlineVisible
A flag that controls whether or not the plot outline is drawn. -
parent
Plot parent
The parent plot (null
if this is the root plot).
-
-
Class org.jfree.chart.plot.PlotOrientation
class PlotOrientation extends Object implements Serializable- serialVersionUID:
- -2508771828190337782L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.plot.PlotRenderingInfo
class PlotRenderingInfo extends Object implements Serializable- serialVersionUID:
- 8446720134379617220L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
owner
ChartRenderingInfo owner
The owner of this info. -
subplotInfo
List subplotInfo
Storage for the plot rendering info objects belonging to the subplots.
-
-
Class org.jfree.chart.plot.PolarAxisLocation
class PolarAxisLocation extends Object implements Serializable- serialVersionUID:
- -3276922179323563410L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.plot.PolarPlot
class PolarPlot extends Plot implements Serializable- serialVersionUID:
- 3794383185924179525L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
angleGridlinesVisible
boolean angleGridlinesVisible
A flag that controls whether the angular grid-lines are visible. -
angleLabelFont
Font angleLabelFont
The font used to display the angle labels - never null. -
angleLabelsVisible
boolean angleLabelsVisible
A flag that controls whether or not the angle labels are visible. -
angleOffset
double angleOffset
An offset for the angles, to start with 0 degrees at north, east, south or west. -
angleTicks
List angleTicks
The angles that are marked with gridlines. -
angleTickUnit
TickUnit angleTickUnit
The tick unit that controls the spacing between the angular grid lines. -
axes
ObjectList axes
The range axis (used for the y-values). -
axisLocations
ObjectList axisLocations
The axis locations. -
cornerTextItems
List cornerTextItems
The annotations for the plot. -
counterClockwise
boolean counterClockwise
A flag indicating if the angles increase counterclockwise or clockwise. -
datasets
ObjectList datasets
Storage for the datasets. -
datasetToAxesMap
Map datasetToAxesMap
Storage for the mapping between datasets/renderers and range axes. The keys in the map are Integer objects, corresponding to the dataset index. The values in the map are List objects containing Integer objects (corresponding to the axis indices). If the map contains no entry for a dataset, it is assumed to map to the primary domain axis (index = 0). -
fixedLegendItems
LegendItemCollection fixedLegendItems
An optional collection of legend items that can be returned by the getLegendItems() method. -
margin
int margin
The actual margin in pixels. -
radiusGridlinesVisible
boolean radiusGridlinesVisible
A flag that controls whether the radius grid-lines are visible. -
radiusMinorGridlinesVisible
boolean radiusMinorGridlinesVisible
A flag that controls whether the radial minor grid-lines are visible. -
renderers
ObjectList renderers
Storage for the renderers.
-
-
Class org.jfree.chart.plot.RingPlot
class RingPlot extends PiePlot implements Serializable- serialVersionUID:
- 1556064784129676620L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
centerText
String centerText
Text to display in the middle of the chart (used for CenterTextMode.FIXED). -
centerTextColor
Color centerTextColor
The color used to display the center text. -
centerTextFont
Font centerTextFont
The font used to display the center text. -
centerTextFormatter
Format centerTextFormatter
The formatter used when displaying the first data value from the dataset (CenterTextMode.VALUE). -
centerTextMode
CenterTextMode centerTextMode
The center text mode. -
innerSeparatorExtension
double innerSeparatorExtension
The length of the inner separator extension (as a percentage of the depth of the sections). -
outerSeparatorExtension
double outerSeparatorExtension
The length of the outer separator extension (as a percentage of the depth of the sections). -
sectionDepth
double sectionDepth
The depth of the section as a percentage of the diameter. -
separatorsVisible
boolean separatorsVisible
A flag that controls whether or not separators are drawn between the sections of the chart.
-
-
Class org.jfree.chart.plot.SeriesRenderingOrder
class SeriesRenderingOrder extends Object implements Serializable- serialVersionUID:
- 209336477448807735L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.plot.SpiderWebPlot
class SpiderWebPlot extends Plot implements Serializable- serialVersionUID:
- -5376340422031599463L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
axisLabelGap
double axisLabelGap
The gap between the labels and the axes as a %age of the radius. -
dataExtractOrder
TableOrder dataExtractOrder
The data extract order (BY_ROW or BY_COLUMN). This denotes whether the data series are stored in rows (in which case the category names are derived from the column keys) or in columns (in which case the category names are derived from the row keys). -
dataset
CategoryDataset dataset
The dataset. -
direction
Rotation direction
The direction for drawing the radar axis and plots. -
headPercent
double headPercent
The head radius as a percentage of the available drawing area. -
interiorGap
double interiorGap
The space left around the outside of the plot as a percentage. -
labelFont
Font labelFont
The font used to display the category labels. -
labelGenerator
CategoryItemLabelGenerator labelGenerator
The label generator. -
maxValue
double maxValue
The maximum value we are plotting against on each category axis -
seriesOutlinePaintList
PaintList seriesOutlinePaintList
The series outline paint list. -
seriesOutlineStrokeList
StrokeList seriesOutlineStrokeList
The series outline stroke list. -
seriesPaintList
PaintList seriesPaintList
The series paint list. -
startAngle
double startAngle
The starting angle. -
toolTipGenerator
CategoryToolTipGenerator toolTipGenerator
A tooltip generator for the plot (null
permitted). -
urlGenerator
CategoryURLGenerator urlGenerator
A URL generator for the plot (null
permitted). -
webFillAlpha
float webFillAlpha
The alpha value of the fill portion of a polygon. -
webFilled
boolean webFilled
controls if the web polygons are filled or not
-
-
Class org.jfree.chart.plot.ThermometerPlot
class ThermometerPlot extends Plot implements Serializable- serialVersionUID:
- 4087093313147984390L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
axisLocation
int axisLocation
The position of the axis -
bulbRadius
int bulbRadius
The value label position. -
columnRadius
int columnRadius
The column radius. -
dataset
ValueDataset dataset
The dataset for the plot. -
followDataInSubranges
boolean followDataInSubranges
A flag that controls whether or not the axis range adjusts to the sub-ranges. -
gap
int gap
The gap between the two outlines the represent the thermometer. -
lowerBound
double lowerBound
The lower bound for the thermometer. -
padding
RectangleInsets padding
Blank space inside the plot area around the outside of the thermometer. -
rangeAxis
ValueAxis rangeAxis
The range axis. -
showValueLines
boolean showValueLines
A flag that controls whether value lines are drawn. -
subrange
int subrange
The display sub-range. -
subrangeIndicatorsVisible
boolean subrangeIndicatorsVisible
A flag that controls whether the sub-range indicators are visible. -
subrangeInfo
double[][] subrangeInfo
The start and end values for the subranges. -
units
int units
The display units -
upperBound
double upperBound
The upper bound for the thermometer. -
useSubrangePaint
boolean useSubrangePaint
A flag that controls whether or not the mercury paint changes with the subranges. -
valueFont
Font valueFont
The font to write the value in -
valueFormat
NumberFormat valueFormat
Number format for the value -
valueLocation
int valueLocation
The value label position.
-
-
Class org.jfree.chart.plot.ValueMarker
class ValueMarker extends Marker implements Serializable-
Serialized Fields
-
value
double value
The value.
-
-
-
Class org.jfree.chart.plot.WaferMapPlot
class WaferMapPlot extends Plot implements Serializable- serialVersionUID:
- 4668320403707308155L
-
Serialized Fields
-
dataset
WaferMapDataset dataset
The dataset. -
orientation
PlotOrientation orientation
The plot orientation. vertical = notch down horizontal = notch right -
renderer
WaferMapRenderer renderer
Object responsible for drawing the visual representation of each point on the plot.
-
-
Class org.jfree.chart.plot.XYPlot
class XYPlot extends Plot implements Serializable- serialVersionUID:
- 7044148245716569264L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
annotations
List<XYAnnotation> annotations
A (possibly empty) list of annotations for the plot. The list should be initialised in the constructor and never allowed to benull
. -
axisOffset
RectangleInsets axisOffset
The offset between the data area and the axes. -
backgroundDomainMarkers
Map<Integer,
List<Marker>> backgroundDomainMarkers A map of lists of background markers (optional) for the domain axes. -
backgroundRangeMarkers
Map<Integer,
List<Marker>> backgroundRangeMarkers A map of lists of background markers (optional) for the range axes. -
datasetRenderingOrder
DatasetRenderingOrder datasetRenderingOrder
The order of the dataset rendering (REVERSE draws the primary dataset last so that it appears to be on top). -
datasets
Map<Integer,
XYDataset> datasets Storage for the datasets. -
datasetToDomainAxesMap
Map<Integer,
List<Integer>> datasetToDomainAxesMap Storage for the mapping between datasets/renderers and domain axes. The keys in the map are Integer objects, corresponding to the dataset index. The values in the map are List objects containing Integer objects (corresponding to the axis indices). If the map contains no entry for a dataset, it is assumed to map to the primary domain axis (index = 0). -
datasetToRangeAxesMap
Map<Integer,
List<Integer>> datasetToRangeAxesMap Storage for the mapping between datasets/renderers and range axes. The keys in the map are Integer objects, corresponding to the dataset index. The values in the map are List objects containing Integer objects (corresponding to the axis indices). If the map contains no entry for a dataset, it is assumed to map to the primary domain axis (index = 0). -
domainAxes
Map<Integer,
ValueAxis> domainAxes The domain axis / axes (used for the x-values). -
domainAxisLocations
Map<Integer,
AxisLocation> domainAxisLocations The domain axis locations. -
domainCrosshairLockedOnData
boolean domainCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points. -
domainCrosshairValue
double domainCrosshairValue
The domain crosshair value. -
domainCrosshairVisible
boolean domainCrosshairVisible
A flag that controls whether or not a domain crosshair is drawn.. -
domainGridlinesVisible
boolean domainGridlinesVisible
A flag that controls whether the domain grid-lines are visible. -
domainMinorGridlinesVisible
boolean domainMinorGridlinesVisible
A flag that controls whether the domain minor grid-lines are visible. -
domainPannable
boolean domainPannable
A flag that controls whether or not panning is enabled for the domain axis/axes. -
domainZeroBaselineVisible
boolean domainZeroBaselineVisible
A flag that controls whether or not the zero baseline against the domain axis is visible. -
fixedDomainAxisSpace
AxisSpace fixedDomainAxisSpace
The fixed domain axis space. -
fixedLegendItems
LegendItemCollection fixedLegendItems
An optional collection of legend items that can be returned by the getLegendItems() method. -
fixedRangeAxisSpace
AxisSpace fixedRangeAxisSpace
The fixed range axis space. -
foregroundDomainMarkers
Map<Integer,
List<Marker>> foregroundDomainMarkers A map of lists of foreground markers (optional) for the domain axes. -
foregroundRangeMarkers
Map<Integer,
List<Marker>> foregroundRangeMarkers A map of lists of foreground markers (optional) for the range axes. -
orientation
PlotOrientation orientation
The plot orientation. -
rangeAxes
Map<Integer,
ValueAxis> rangeAxes The range axis (used for the y-values). -
rangeAxisLocations
Map<Integer,
AxisLocation> rangeAxisLocations The range axis location. -
rangeCrosshairLockedOnData
boolean rangeCrosshairLockedOnData
A flag that controls whether or not the crosshair locks onto actual data points. -
rangeCrosshairValue
double rangeCrosshairValue
The range crosshair value. -
rangeCrosshairVisible
boolean rangeCrosshairVisible
A flag that controls whether or not a range crosshair is drawn.. -
rangeGridlinesVisible
boolean rangeGridlinesVisible
A flag that controls whether the range grid-lines are visible. -
rangeMinorGridlinesVisible
boolean rangeMinorGridlinesVisible
A flag that controls whether the range minor grid-lines are visible. -
rangePannable
boolean rangePannable
A flag that controls whether or not panning is enabled for the range axis/axes. -
rangeZeroBaselineVisible
boolean rangeZeroBaselineVisible
A flag that controls whether or not the zero baseline against the range axis is visible. -
renderers
Map<Integer,
XYItemRenderer> renderers Storage for the renderers. -
seriesRenderingOrder
SeriesRenderingOrder seriesRenderingOrder
The order of the series rendering (REVERSE draws the primary series last so that it appears to be on top). -
shadowGenerator
ShadowGenerator shadowGenerator
The shadow generator (null
permitted). -
weight
int weight
The weight for this plot (only relevant if this is a subplot in a combined plot).
-
-
-
Package org.jfree.chart.plot.dial
-
Class org.jfree.chart.plot.dial.ArcDialFrame
class ArcDialFrame extends AbstractDialLayer implements Serializable- serialVersionUID:
- -4089176959553523499L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
extent
double extent
The end angle. -
innerRadius
double innerRadius
The inner radius, relative to the framing rectangle. -
outerRadius
double outerRadius
The outer radius, relative to the framing rectangle. -
startAngle
double startAngle
The start angle.
-
-
Class org.jfree.chart.plot.dial.DialBackground
class DialBackground extends AbstractDialLayer implements Serializable- serialVersionUID:
- -9019069533317612375L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
gradientPaintTransformer
GradientPaintTransformer gradientPaintTransformer
The transformer used when the background paint is an instance ofGradientPaint
.
-
-
Class org.jfree.chart.plot.dial.DialCap
class DialCap extends AbstractDialLayer implements Serializable- serialVersionUID:
- -2929484264982524463L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
radius
double radius
The radius of the cap, as a percentage of the framing rectangle.
-
-
Class org.jfree.chart.plot.dial.DialLayerChangeEvent
class DialLayerChangeEvent extends ChartChangeEvent implements Serializable-
Serialized Fields
-
layer
DialLayer layer
The dial layer that generated the event.
-
-
-
Class org.jfree.chart.plot.dial.DialPlot
class DialPlot extends Plot implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
background
DialLayer background
The background layer (optional). -
cap
DialLayer cap
The needle cap (optional). -
datasets
ObjectList datasets
The dataset(s) for the dial plot. -
datasetToScaleMap
ObjectList datasetToScaleMap
Storage for keys that map datasets to scales. -
dialFrame
DialFrame dialFrame
The dial frame. -
layers
List layers
The drawing layers for the dial plot. -
pointers
List pointers
The pointer(s) for the dial. -
scales
ObjectList scales
The scale(s) for the dial plot. -
viewH
double viewH
The height of the view window, expressed as a percentage. -
viewW
double viewW
The width of the view window, expressed as a percentage. -
viewX
double viewX
The x-coordinate for the view window. -
viewY
double viewY
The y-coordinate for the view window.
-
-
-
Class org.jfree.chart.plot.dial.DialPointer
class DialPointer extends AbstractDialLayer implements Serializable-
Serialized Fields
-
datasetIndex
int datasetIndex
The dataset index for the needle. -
radius
double radius
The needle radius.
-
-
-
Class org.jfree.chart.plot.dial.DialPointer.Pin
class Pin extends DialPointer implements Serializable- serialVersionUID:
- -8445860485367689750L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.plot.dial.DialPointer.Pointer
class Pointer extends DialPointer implements Serializable- serialVersionUID:
- -4180500011963176960L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
widthRadius
double widthRadius
The radius that defines the width of the pointer at the base.
-
-
Class org.jfree.chart.plot.dial.DialTextAnnotation
class DialTextAnnotation extends AbstractDialLayer implements Serializable- serialVersionUID:
- 3065267524054428071L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
anchor
TextAnchor anchor
The text anchor to be aligned to the annotation's anchor point. -
angle
double angle
The angle that defines the anchor point for the annotation. -
font
Font font
The font. -
label
String label
The label text. -
radius
double radius
The radius that defines the anchor point for the annotation.
-
-
Class org.jfree.chart.plot.dial.DialValueIndicator
class DialValueIndicator extends AbstractDialLayer implements Serializable- serialVersionUID:
- 803094354130942585L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
angle
double angle
The angle that defines the anchor point. -
datasetIndex
int datasetIndex
The dataset index. -
font
Font font
The font. -
formatter
NumberFormat formatter
The formatter. -
frameAnchor
RectangleAnchor frameAnchor
The frame anchor. -
insets
RectangleInsets insets
The insets. -
maxTemplateValue
Number maxTemplateValue
A data value that will be formatted to determine the maximum size of the indicator bounds. If this is null, the indicator bounds can grow as large as necessary to contain the actual data value. -
radius
double radius
The radius that defines the anchor point. -
templateValue
Number templateValue
The template value. -
textAnchor
TextAnchor textAnchor
The text anchor for displaying the value. -
valueAnchor
RectangleAnchor valueAnchor
The value anchor.
-
-
Class org.jfree.chart.plot.dial.StandardDialFrame
class StandardDialFrame extends AbstractDialLayer implements Serializable- serialVersionUID:
- 1016585407507121596L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
radius
double radius
The outer radius, relative to the framing rectangle.
-
-
Class org.jfree.chart.plot.dial.StandardDialRange
class StandardDialRange extends AbstractDialLayer implements Serializable- serialVersionUID:
- 345515648249364904L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
innerRadius
double innerRadius
The factor (in the range 0.0 to 1.0) that determines the inside limit of the range highlight. -
lowerBound
double lowerBound
The minimum data value for the scale. -
outerRadius
double outerRadius
The factor (in the range 0.0 to 1.0) that determines the outside limit of the range highlight. -
scaleIndex
int scaleIndex
The scale index. -
upperBound
double upperBound
The maximum data value for the scale.
-
-
Class org.jfree.chart.plot.dial.StandardDialScale
class StandardDialScale extends AbstractDialLayer implements Serializable- serialVersionUID:
- 3715644629665918516L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
extent
double extent
The extent of the scale display. -
firstTickLabelVisible
boolean firstTickLabelVisible
A flag that controls whether or not the first tick label is displayed. -
lowerBound
double lowerBound
The minimum data value for the scale. -
majorTickIncrement
double majorTickIncrement
The increment (in data units) between major tick marks. -
majorTickLength
double majorTickLength
The factor that is subtracted from the tickRadius to determine the inner point of the major ticks. -
minorTickCount
int minorTickCount
The number of minor ticks between each major tick. -
minorTickLength
double minorTickLength
The factor that is subtracted from the tickRadius to determine the inner point of the minor ticks. -
startAngle
double startAngle
The start angle for the scale display, in degrees (using the same encoding as Arc2D). -
tickLabelFont
Font tickLabelFont
The tick label font. -
tickLabelFormatter
NumberFormat tickLabelFormatter
The number formatter for the tick labels. -
tickLabelOffset
double tickLabelOffset
The tick label offset. -
tickLabelsVisible
boolean tickLabelsVisible
A flag that controls whether or not the tick labels are displayed. -
tickRadius
double tickRadius
The factor (in the range 0.0 to 1.0) that determines the outside limit of the tick marks. -
upperBound
double upperBound
The maximum data value for the scale.
-
-
-
Package org.jfree.chart.plot.flow
-
Class org.jfree.chart.plot.flow.FlowPlot
class FlowPlot extends Plot implements Serializable-
Serialized Fields
-
dataset
FlowDataset dataset
The source of data. -
defaultNodeColor
Color defaultNodeColor
The default node color if nothing is defined in the nodeColorMap. -
defaultNodeLabelFont
Font defaultNodeLabelFont
-
defaultNodeLabelPaint
Paint defaultNodeLabelPaint
-
flowMargin
double flowMargin
The percentage of the plot width to assign to a gap between the nodes and the flow representation. -
nodeColorMap
Map<NodeKey,
Color> nodeColorMap Stores colors for specific nodes - if there isn't a color in here for the node, the default node color will be used (unless the color swatch is active). -
nodeColorSwatch
List<Color> nodeColorSwatch
-
nodeColorSwatchPointer
int nodeColorSwatchPointer
A pointer into the color swatch. -
nodeLabelAlignment
VerticalAlignment nodeLabelAlignment
-
nodeLabelOffsetX
double nodeLabelOffsetX
The x-offset for node labels. -
nodeLabelOffsetY
double nodeLabelOffsetY
The y-offset for node labels. -
nodeMargin
double nodeMargin
The gap between nodes (expressed as a percentage of the plot height). -
nodeWidth
double nodeWidth
The node width in Java 2D user-space units. -
toolTipGenerator
FlowLabelGenerator toolTipGenerator
The tool tip generator - if null, no tool tips will be displayed.
-
-
-
-
Package org.jfree.chart.renderer
-
Class org.jfree.chart.renderer.AbstractRenderer
class AbstractRenderer extends Object implements Serializable- serialVersionUID:
- -828267569428206075L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
autoPopulateSeriesFillPaint
boolean autoPopulateSeriesFillPaint
A flag that controls whether or not the fillPaintList is auto-populated in theAbstractRenderer.lookupSeriesFillPaint(int)
method. -
autoPopulateSeriesOutlinePaint
boolean autoPopulateSeriesOutlinePaint
A flag that controls whether or not the outlinePaintList is auto-populated in theAbstractRenderer.lookupSeriesOutlinePaint(int)
method. -
autoPopulateSeriesOutlineStroke
boolean autoPopulateSeriesOutlineStroke
A flag that controls whether or not the outlineStrokeList is auto-populated in theAbstractRenderer.lookupSeriesOutlineStroke(int)
method. -
autoPopulateSeriesPaint
boolean autoPopulateSeriesPaint
A flag that controls whether or not the paintList is auto-populated in theAbstractRenderer.lookupSeriesPaint(int)
method. -
autoPopulateSeriesShape
boolean autoPopulateSeriesShape
A flag that controls whether or not the shapeList is auto-populated in theAbstractRenderer.lookupSeriesShape(int)
method. -
autoPopulateSeriesStroke
boolean autoPopulateSeriesStroke
A flag that controls whether or not the strokeList is auto-populated in theAbstractRenderer.lookupSeriesStroke(int)
method. -
computeItemLabelContrastColor
boolean computeItemLabelContrastColor
Option to use contrast colors for item labels -
createEntitiesList
BooleanList createEntitiesList
Flags that control whether or not entities are generated for each series. This will be overridden by 'createEntities'. -
dataBoundsIncludesVisibleSeriesOnly
boolean dataBoundsIncludesVisibleSeriesOnly
A flag that controls whether or not the renderer will include the non-visible series when calculating the data bounds. -
defaultCreateEntities
boolean defaultCreateEntities
The default flag that controls whether or not entities are generated. This flag is used when both the above flags return null. -
defaultEntityRadius
int defaultEntityRadius
The default radius for the entity 'hotspot' -
defaultItemLabelFont
Font defaultItemLabelFont
The base item label font. -
defaultItemLabelsVisible
boolean defaultItemLabelsVisible
The base item labels visible. -
defaultLegendTextFont
Font defaultLegendTextFont
The base legend font. -
defaultNegativeItemLabelPosition
ItemLabelPosition defaultNegativeItemLabelPosition
The fallback negative item label position. -
defaultPositiveItemLabelPosition
ItemLabelPosition defaultPositiveItemLabelPosition
The fallback positive item label position. -
defaultSeriesVisible
boolean defaultSeriesVisible
The default visibility for all series. -
defaultSeriesVisibleInLegend
boolean defaultSeriesVisibleInLegend
The default visibility for each series in the legend. -
fillPaintList
PaintList fillPaintList
The fill paint list. -
itemLabelFontMap
Map<Integer,
Font> itemLabelFontMap The item label font list (one font per series). -
itemLabelInsets
RectangleInsets itemLabelInsets
The item label insets. -
itemLabelPaintList
PaintList itemLabelPaintList
The item label paint list (one paint per series). -
itemLabelsVisibleList
BooleanList itemLabelsVisibleList
Visibility of the item labels PER series. -
legendShapeList
ShapeList legendShapeList
The per-series legend shape settings. -
legendTextFontMap
Map<Integer,
Font> legendTextFontMap The per-series legend text font. -
legendTextPaint
PaintList legendTextPaint
The per series legend text paint settings. -
negativeItemLabelPositionMap
Map<Integer,
ItemLabelPosition> negativeItemLabelPositionMap The negative item label position (per series). -
outlinePaintList
PaintList outlinePaintList
The outline paint list. -
outlineStrokeList
StrokeList outlineStrokeList
The outline stroke list. -
paintList
PaintList paintList
The paint list. -
positiveItemLabelPositionMap
Map<Integer,
ItemLabelPosition> positiveItemLabelPositionMap The positive item label position (per series). -
seriesVisibleInLegendList
BooleanList seriesVisibleInLegendList
A list of flags that controls whether or not each series is visible in the legend. -
seriesVisibleList
BooleanList seriesVisibleList
A list of flags that controls whether or not each series is visible. -
shapeList
ShapeList shapeList
A shape list. -
strokeList
StrokeList strokeList
The stroke list. -
treatLegendShapeAsLine
boolean treatLegendShapeAsLine
A special flag that, if true, will cause the getLegendItem() method to configure the legend shape as if it were a line.
-
-
Class org.jfree.chart.renderer.AreaRendererEndType
class AreaRendererEndType extends Object implements Serializable- serialVersionUID:
- -1774146392916359839L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.renderer.DefaultPolarItemRenderer
class DefaultPolarItemRenderer extends AbstractRenderer implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
baseToolTipGenerator
XYToolTipGenerator baseToolTipGenerator
The base tool tip generator. -
connectFirstAndLastPoint
boolean connectFirstAndLastPoint
Flag that controls if the first and last point of the dataset should be connected or not. -
drawOutlineWhenFilled
boolean drawOutlineWhenFilled
Flag that controls whether an outline is drawn for filled series or not. -
legendItemToolTipGenerator
XYSeriesLabelGenerator legendItemToolTipGenerator
The legend item tool tip generator. -
legendItemURLGenerator
XYSeriesLabelGenerator legendItemURLGenerator
The legend item URL generator. -
plot
PolarPlot plot
The plot that the renderer is assigned to. -
seriesFilled
BooleanList seriesFilled
Flags that control whether the renderer fills each series or not. -
shapesVisible
boolean shapesVisible
Flag that controls whether item shapes are visible or not. -
toolTipGeneratorList
ObjectList toolTipGeneratorList
A list of tool tip generators (one per series). -
urlGenerator
XYURLGenerator urlGenerator
The URL text generator. -
useFillPaint
boolean useFillPaint
A flag that controls whether the fill paint is used for filling shapes.
-
-
-
Class org.jfree.chart.renderer.GrayPaintScale
class GrayPaintScale extends Object implements Serializable-
Serialized Fields
-
alpha
int alpha
The alpha transparency (0-255). -
lowerBound
double lowerBound
The lower bound. -
upperBound
double upperBound
The upper bound.
-
-
-
Class org.jfree.chart.renderer.LookupPaintScale
class LookupPaintScale extends Object implements Serializable- serialVersionUID:
- -5239384246251042006L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
lookupTable
List lookupTable
The lookup table. -
lowerBound
double lowerBound
The lower bound. -
upperBound
double upperBound
The upper bound.
-
-
Exception Class org.jfree.chart.renderer.NotOutlierException
class NotOutlierException extends Exception implements Serializable -
Class org.jfree.chart.renderer.WaferMapRenderer
class WaferMapRenderer extends AbstractRenderer implements Serializable-
Serialized Fields
-
paintIndex
Map paintIndex
paint index -
paintIndexMethod
int paintIndexMethod
paint index method -
paintLimit
int paintLimit
paint limit -
plot
WaferMapPlot plot
plot
-
-
-
-
Package org.jfree.chart.renderer.category
-
Class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
class AbstractCategoryItemRenderer extends AbstractRenderer implements Serializable- serialVersionUID:
- 1247553218442497391L
-
Serialized Fields
-
defaultItemLabelGenerator
CategoryItemLabelGenerator defaultItemLabelGenerator
The default item label generator. -
defaultItemURLGenerator
CategoryURLGenerator defaultItemURLGenerator
The default item label generator. -
defaultToolTipGenerator
CategoryToolTipGenerator defaultToolTipGenerator
The default tool tip generator. -
itemLabelGeneratorMap
Map<Integer,
CategoryItemLabelGenerator> itemLabelGeneratorMap A list of item label generators (one per series). -
itemURLGeneratorMap
Map<Integer,
CategoryURLGenerator> itemURLGeneratorMap A list of item label generators (one per series). -
legendItemLabelGenerator
CategorySeriesLabelGenerator legendItemLabelGenerator
The legend item label generator. -
legendItemToolTipGenerator
CategorySeriesLabelGenerator legendItemToolTipGenerator
The legend item tool tip generator. -
legendItemURLGenerator
CategorySeriesLabelGenerator legendItemURLGenerator
The legend item URL generator. -
plot
CategoryPlot plot
The plot that the renderer is assigned to. -
toolTipGeneratorMap
Map<Integer,
CategoryToolTipGenerator> toolTipGeneratorMap A list of tool tip generators (one per series).
-
-
Class org.jfree.chart.renderer.category.AreaRenderer
class AreaRenderer extends AbstractCategoryItemRenderer implements Serializable- serialVersionUID:
- -4231878281385812757L
-
Serialized Fields
-
endType
AreaRendererEndType endType
A flag that controls how the ends of the areas are drawn.
-
-
Class org.jfree.chart.renderer.category.BarRenderer
class BarRenderer extends AbstractCategoryItemRenderer implements Serializable- serialVersionUID:
- 6000649414965887481L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
barPainter
BarPainter barPainter
The bar painter (nevernull
). -
base
double base
The base value for the bars (defaults to 0.0). -
drawBarOutline
boolean drawBarOutline
A flag that controls whether or not bar outlines are drawn. -
gradientPaintTransformer
GradientPaintTransformer gradientPaintTransformer
An optional class used to transform gradient paint objects to fit each bar. -
includeBaseInRange
boolean includeBaseInRange
A flag that controls whether the base value is included in the range returned by the findRangeBounds() method. -
itemMargin
double itemMargin
The margin between items (bars) within a category. -
lowerClip
double lowerClip
The lower clip (axis) value for the axis. -
maximumBarWidth
double maximumBarWidth
The maximum bar width as a percentage of the available space. -
minimumBarLength
double minimumBarLength
The minimum bar length (in Java2D units). -
negativeItemLabelPositionFallback
ItemLabelPosition negativeItemLabelPositionFallback
The fallback position if a negative item label doesn't fit inside the bar. -
positiveItemLabelPositionFallback
ItemLabelPosition positiveItemLabelPositionFallback
The fallback position if a positive item label doesn't fit inside the bar. -
shadowsVisible
boolean shadowsVisible
The flag that controls whether or not shadows are drawn for the bars. -
shadowXOffset
double shadowXOffset
The x-offset for the shadow effect. -
shadowYOffset
double shadowYOffset
The y-offset for the shadow effect. -
upperClip
double upperClip
The upper clip (axis) value for the axis.
-
-
Class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
class BoxAndWhiskerRenderer extends AbstractCategoryItemRenderer implements Serializable- serialVersionUID:
- 632027470694481177L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
fillBox
boolean fillBox
A flag that controls whether or not the box is filled. -
itemMargin
double itemMargin
The margin between items (boxes) within a category. -
maximumBarWidth
double maximumBarWidth
The maximum bar width as percentage of the available space in the plot. Take care with the encoding - for example, 0.05 is five percent. -
maxOutlierVisible
boolean maxOutlierVisible
A flag that controls whether or not the maxOutlier is visible. -
meanVisible
boolean meanVisible
A flag that controls whether or not the mean indicator is drawn. -
medianVisible
boolean medianVisible
A flag that controls whether or not the median indicator is drawn. -
minOutlierVisible
boolean minOutlierVisible
A flag that controls whether or not the minOutlier is visible. -
useOutlinePaintForWhiskers
boolean useOutlinePaintForWhiskers
A flag that, iftrue
, causes the whiskers to be drawn using the outline paint for the series. The default value isfalse
and in that case the regular series paint is used. -
whiskerWidth
double whiskerWidth
The width of the whiskers as fraction of the bar width.
-
-
Class org.jfree.chart.renderer.category.CategoryStepRenderer
class CategoryStepRenderer extends AbstractCategoryItemRenderer implements Serializable- serialVersionUID:
- -5121079703118261470L
-
Serialized Fields
-
stagger
boolean stagger
A flag that controls whether or not the steps for multiple series are staggered.
-
-
Class org.jfree.chart.renderer.category.DefaultCategoryItemRenderer
class DefaultCategoryItemRenderer extends LineAndShapeRenderer implements Serializable- serialVersionUID:
- -7793786349384231896L
-
Class org.jfree.chart.renderer.category.GanttRenderer
class GanttRenderer extends IntervalBarRenderer implements Serializable- serialVersionUID:
- -4010349116350119512L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
endPercent
double endPercent
Controls the ending edge of the progress indicator (expressed as a percentage of the overall bar width). -
startPercent
double startPercent
Controls the starting edge of the progress indicator (expressed as a percentage of the overall bar width).
-
-
Class org.jfree.chart.renderer.category.GradientBarPainter
class GradientBarPainter extends Object implements Serializable-
Serialized Fields
-
g1
double g1
The division point between the first and second gradient regions. -
g2
double g2
The division point between the second and third gradient regions. -
g3
double g3
The division point between the third and fourth gradient regions.
-
-
-
Class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
class GroupedStackedBarRenderer extends StackedBarRenderer implements Serializable- serialVersionUID:
- -2725921399005922939L
-
Serialized Fields
-
seriesToGroupMap
KeyToGroupMap seriesToGroupMap
A map used to assign each series to a group.
-
-
Class org.jfree.chart.renderer.category.IntervalBarRenderer
class IntervalBarRenderer extends BarRenderer implements Serializable- serialVersionUID:
- -5068857361615528725L
-
Class org.jfree.chart.renderer.category.LayeredBarRenderer
class LayeredBarRenderer extends BarRenderer implements Serializable- serialVersionUID:
- -8716572894780469487L
-
Serialized Fields
-
seriesBarWidthList
ObjectList seriesBarWidthList
A list of the width of each series bar.
-
-
Class org.jfree.chart.renderer.category.LevelRenderer
class LevelRenderer extends AbstractCategoryItemRenderer implements Serializable- serialVersionUID:
- -8204856624355025117L
-
Serialized Fields
-
itemMargin
double itemMargin
The margin between items within a category. -
maxItemWidth
double maxItemWidth
The maximum item width as a percentage of the available space.
-
-
Class org.jfree.chart.renderer.category.LineAndShapeRenderer
class LineAndShapeRenderer extends AbstractCategoryItemRenderer implements Serializable- serialVersionUID:
- -197749519869226398L
-
Serialized Fields
-
defaultLinesVisible
boolean defaultLinesVisible
A flag indicating whether or not lines are drawn between non-null points. -
defaultShapesFilled
boolean defaultShapesFilled
The default value returned by the getShapeFilled() method. -
defaultShapesVisible
boolean defaultShapesVisible
The default value returned by the getShapeVisible() method. -
drawOutlines
boolean drawOutlines
A flag that controls whether outlines are drawn for shapes. -
itemMargin
double itemMargin
The item margin used for series offsetting - this allows the positioning to match the bar positions of theBarRenderer
class. -
seriesLinesVisible
BooleanList seriesLinesVisible
A table of flags that control (per series) whether or not lines are visible. -
seriesShapesFilled
BooleanList seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled. -
seriesShapesVisible
BooleanList seriesShapesVisible
A table of flags that control (per series) whether or not shapes are visible. -
useFillPaint
boolean useFillPaint
A flag that controls whether the fill paint is used for filling shapes. -
useOutlinePaint
boolean useOutlinePaint
A flag that controls whether the outline paint is used for drawing shape outlines - if not, the regular series paint is used. -
useSeriesOffset
boolean useSeriesOffset
A flag that controls whether or not the x-position for each item is offset within the category according to the series.
-
-
Class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
class MinMaxCategoryRenderer extends AbstractCategoryItemRenderer implements Serializable- serialVersionUID:
- 2935615937671064911L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
lastCategory
int lastCategory
The last category. -
max
double max
The maximum. -
min
double min
The minimum. -
plotLines
boolean plotLines
A flag indicating whether or not lines are drawn between XY points.
-
-
Class org.jfree.chart.renderer.category.ScatterRenderer
class ScatterRenderer extends AbstractCategoryItemRenderer implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
baseShapesFilled
boolean baseShapesFilled
The default value returned by the getShapeFilled() method. -
drawOutlines
boolean drawOutlines
A flag that controls whether outlines are drawn for shapes. -
itemMargin
double itemMargin
The item margin used for series offsetting - this allows the positioning to match the bar positions of theBarRenderer
class. -
seriesShapesFilled
BooleanList seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled. -
useFillPaint
boolean useFillPaint
A flag that controls whether the fill paint is used for filling shapes. -
useOutlinePaint
boolean useOutlinePaint
A flag that controls whether the outline paint is used for drawing shape outlines - if not, the regular series paint is used. -
useSeriesOffset
boolean useSeriesOffset
A flag that controls whether or not the x-position for each item is offset within the category according to the series.
-
-
-
Class org.jfree.chart.renderer.category.StackedAreaRenderer
class StackedAreaRenderer extends AreaRenderer implements Serializable- serialVersionUID:
- -3595635038460823663L
-
Serialized Fields
-
renderAsPercentages
boolean renderAsPercentages
A flag that controls whether the areas display values or percentages.
-
-
Class org.jfree.chart.renderer.category.StackedBarRenderer
class StackedBarRenderer extends BarRenderer implements Serializable- serialVersionUID:
- 6402943811500067531L
-
Serialized Fields
-
renderAsPercentages
boolean renderAsPercentages
A flag that controls whether the bars display values or percentages.
-
-
Class org.jfree.chart.renderer.category.StandardBarPainter
class StandardBarPainter extends Object implements Serializable -
Class org.jfree.chart.renderer.category.StatisticalBarRenderer
class StatisticalBarRenderer extends BarRenderer implements Serializable- serialVersionUID:
- -4986038395414039117L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
class StatisticalLineAndShapeRenderer extends LineAndShapeRenderer implements Serializable- serialVersionUID:
- -3557517173697777579L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.renderer.category.WaterfallBarRenderer
class WaterfallBarRenderer extends BarRenderer implements Serializable- serialVersionUID:
- -2482910643727230911L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
-
Package org.jfree.chart.renderer.xy
-
Class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
class AbstractXYItemRenderer extends AbstractRenderer implements Serializable- serialVersionUID:
- 8019124836026607990L
-
Serialized Fields
-
backgroundAnnotations
List backgroundAnnotations
Annotations to be drawn in the background layer ('underneath' the data items). -
defaultItemLabelGenerator
XYItemLabelGenerator defaultItemLabelGenerator
The default item label generator. -
defaultToolTipGenerator
XYToolTipGenerator defaultToolTipGenerator
The default tool tip generator. -
foregroundAnnotations
List foregroundAnnotations
Annotations to be drawn in the foreground layer ('on top' of the data items). -
itemLabelGeneratorMap
Map<Integer,
XYItemLabelGenerator> itemLabelGeneratorMap A list of item label generators (one per series). -
legendItemLabelGenerator
XYSeriesLabelGenerator legendItemLabelGenerator
The legend item label generator. -
legendItemToolTipGenerator
XYSeriesLabelGenerator legendItemToolTipGenerator
The legend item tool tip generator. -
legendItemURLGenerator
XYSeriesLabelGenerator legendItemURLGenerator
The legend item URL generator. -
plot
XYPlot plot
The plot. -
toolTipGeneratorMap
Map<Integer,
XYToolTipGenerator> toolTipGeneratorMap A list of tool tip generators (one per series). -
urlGenerator
XYURLGenerator urlGenerator
The URL text generator.
-
-
Class org.jfree.chart.renderer.xy.CandlestickRenderer
class CandlestickRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- 50390395841817121L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
autoWidthFactor
double autoWidthFactor
The number (generally between 0.0 and 1.0) by which the available space automatically calculated for the candles will be multiplied to determine the actual width to use. -
autoWidthGap
double autoWidthGap
The minimum gap between one candle and the next -
autoWidthMethod
int autoWidthMethod
The method of automatically calculating the candle width. -
candleWidth
double candleWidth
The candle width. -
drawVolume
boolean drawVolume
A flag controlling whether or not volume bars are drawn on the chart. -
maxCandleWidth
double maxCandleWidth
Temporary storage for the maximum candle width. -
maxCandleWidthInMilliseconds
double maxCandleWidthInMilliseconds
The maximum candlewidth in milliseconds. -
useOutlinePaint
boolean useOutlinePaint
A flag that controls whether or not the renderer's outline paint is used to draw the outline of the candlestick. The default value isfalse
to avoid a change of behaviour for existing code.
-
-
Class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
class ClusteredXYBarRenderer extends XYBarRenderer implements Serializable- serialVersionUID:
- 5864462149177133147L
-
Serialized Fields
-
centerBarAtStartValue
boolean centerBarAtStartValue
Determines whether bar center should be interval start.
-
-
Class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
class CyclicXYItemRenderer extends StandardXYItemRenderer implements Serializable- serialVersionUID:
- 4035912243303764892L
-
Class org.jfree.chart.renderer.xy.DefaultXYItemRenderer
class DefaultXYItemRenderer extends XYLineAndShapeRenderer implements Serializable- serialVersionUID:
- 3450423530996888074L
-
Class org.jfree.chart.renderer.xy.DeviationRenderer
class DeviationRenderer extends XYLineAndShapeRenderer implements Serializable-
Serialized Fields
-
alpha
float alpha
The alpha transparency for the interval shading.
-
-
-
Class org.jfree.chart.renderer.xy.DeviationStepRenderer
class DeviationStepRenderer extends DeviationRenderer implements Serializable -
Class org.jfree.chart.renderer.xy.GradientXYBarPainter
class GradientXYBarPainter extends Object implements Serializable-
Serialized Fields
-
g1
double g1
The division point between the first and second gradient regions. -
g2
double g2
The division point between the second and third gradient regions. -
g3
double g3
The division point between the third and fourth gradient regions.
-
-
-
Class org.jfree.chart.renderer.xy.HighLowRenderer
class HighLowRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -8135673815876552516L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
drawCloseTicks
boolean drawCloseTicks
A flag that controls whether the close ticks are drawn. -
drawOpenTicks
boolean drawOpenTicks
A flag that controls whether the open ticks are drawn. -
tickLength
double tickLength
The tick length (in Java2D units).
-
-
Class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
class SamplingXYLineRenderer extends AbstractXYItemRenderer implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
-
Class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
class StackedXYAreaRenderer extends XYAreaRenderer implements Serializable- serialVersionUID:
- 5217394318178570889L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
class StackedXYAreaRenderer2 extends XYAreaRenderer2 implements Serializable- serialVersionUID:
- 7752676509764539182L
-
Serialized Fields
-
roundXCoordinates
boolean roundXCoordinates
This flag controls whether or not the x-coordinates (in Java2D space) are rounded to integers. When set to true, this can avoid the vertical striping that anti-aliasing can generate. However, the rounding may not be appropriate for output in high resolution formats (for example, vector graphics formats such as SVG and PDF).
-
-
Class org.jfree.chart.renderer.xy.StackedXYBarRenderer
class StackedXYBarRenderer extends XYBarRenderer implements Serializable- serialVersionUID:
- -7049101055533436444L
-
Serialized Fields
-
renderAsPercentages
boolean renderAsPercentages
A flag that controls whether the bars display values or percentages.
-
-
Class org.jfree.chart.renderer.xy.StandardXYBarPainter
class StandardXYBarPainter extends Object implements Serializable -
Class org.jfree.chart.renderer.xy.StandardXYItemRenderer
class StandardXYItemRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -3271351259436865995L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
baseShapesFilled
boolean baseShapesFilled
The default value returned by the getShapeFilled() method. -
baseShapesVisible
boolean baseShapesVisible
A flag indicating whether or not shapes are drawn at each XY point. -
drawSeriesLineAsPath
boolean drawSeriesLineAsPath
A flag that controls whether or not each series is drawn as a single path. -
gapThreshold
double gapThreshold
Threshold for deciding when to discontinue a line. -
gapThresholdType
UnitType gapThresholdType
Specifies how the gap threshold value is interpreted. -
plotDiscontinuous
boolean plotDiscontinuous
A flag controlling whether or not discontinuous lines are used. -
plotImages
boolean plotImages
A flag indicating whether or not images are drawn between XY points. -
plotLines
boolean plotLines
A flag indicating whether or not lines are drawn between XY points. -
seriesShapesFilled
BooleanList seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled.
-
-
Class org.jfree.chart.renderer.xy.VectorRenderer
class VectorRenderer extends AbstractXYItemRenderer implements Serializable-
Serialized Fields
-
baseLength
double baseLength
The length of the base. -
headLength
double headLength
The length of the head.
-
-
-
Class org.jfree.chart.renderer.xy.WindItemRenderer
class WindItemRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- 8078914101916976844L
-
Class org.jfree.chart.renderer.xy.XYAreaRenderer
class XYAreaRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -4481971353973876747L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
gradientTransformer
GradientPaintTransformer gradientTransformer
A transformer that is applied to the paint used to fill under the area *if* it is an instance of GradientPaint. -
plotArea
boolean plotArea
A flag indicating whether or not Area are drawn at each XY point. -
plotLines
boolean plotLines
A flag indicating whether or not lines are drawn between XY points. -
plotShapes
boolean plotShapes
A flag indicating whether or not shapes are drawn at each XY point. -
showOutline
boolean showOutline
A flag that controls whether or not the outline is shown. -
useFillPaint
boolean useFillPaint
A flag that can be set to specify that the fill paint should be used to fill the area under the renderer.
-
-
Class org.jfree.chart.renderer.xy.XYAreaRenderer2
class XYAreaRenderer2 extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -7378069681579984133L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
showOutline
boolean showOutline
A flag that controls whether or not the outline is shown.
-
-
Class org.jfree.chart.renderer.xy.XYBarRenderer
class XYBarRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- 770559577251370036L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
barAlignmentFactor
double barAlignmentFactor
A factor used to align the bars about the x-value. -
barPainter
XYBarPainter barPainter
The bar painter (nevernull
). -
base
double base
The default base value for the bars. -
drawBarOutline
boolean drawBarOutline
A flag that controls whether or not bar outlines are drawn. -
gradientPaintTransformer
GradientPaintTransformer gradientPaintTransformer
An optional class used to transform gradient paint objects to fit each bar. -
margin
double margin
Percentage margin (to reduce the width of bars). -
minimumLabelSize
Dimension minimumLabelSize
The minimum size for the bar to draw a label -
negativeItemLabelPositionFallback
ItemLabelPosition negativeItemLabelPositionFallback
The fallback position if a negative item label doesn't fit inside the bar. -
positiveItemLabelPositionFallback
ItemLabelPosition positiveItemLabelPositionFallback
The fallback position if a positive item label doesn't fit inside the bar. -
shadowsVisible
boolean shadowsVisible
The flag that controls whether or not shadows are drawn for the bars. -
shadowXOffset
double shadowXOffset
The x-offset for the shadow effect. -
shadowYOffset
double shadowYOffset
The y-offset for the shadow effect. -
showLabelInsideVisibleBar
boolean showLabelInsideVisibleBar
true
if the label should be aligned to the visible part of the bar. -
useYInterval
boolean useYInterval
A flag that controls whether the bars use the y-interval supplied by the dataset.
-
-
Class org.jfree.chart.renderer.xy.XYBlockRenderer
class XYBlockRenderer extends AbstractXYItemRenderer implements Serializable-
Serialized Fields
-
blockAnchor
RectangleAnchor blockAnchor
The anchor point used to align each block to its (x, y) location. The default value isRectangleAnchor.CENTER
. -
blockHeight
double blockHeight
The block height (defaults to 1.0). -
blockWidth
double blockWidth
The block width (defaults to 1.0). -
paintScale
PaintScale paintScale
The paint scale. -
xOffset
double xOffset
Temporary storage for the x-offset used to align the block anchor. -
yOffset
double yOffset
Temporary storage for the y-offset used to align the block anchor.
-
-
-
Class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
class XYBoxAndWhiskerRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -8020170108532232324L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
boxWidth
double boxWidth
The box width. -
fillBox
boolean fillBox
A flag that controls whether or not the box is filled.
-
-
Class org.jfree.chart.renderer.xy.XYBubbleRenderer
class XYBubbleRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -5221991598674249125L
-
Serialized Fields
-
scaleType
int scaleType
Controls how the width and height of the bubble are scaled.
-
-
Class org.jfree.chart.renderer.xy.XYDifferenceRenderer
class XYDifferenceRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -8447915602375584857L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
roundXCoordinates
boolean roundXCoordinates
This flag controls whether or not the x-coordinates (in Java2D space) are rounded to integers. When set to true, this can avoid the vertical striping that anti-aliasing can generate. However, the rounding may not be appropriate for output in high resolution formats (for example, vector graphics formats such as SVG and PDF). -
shapesVisible
boolean shapesVisible
Display shapes at each point?
-
-
Class org.jfree.chart.renderer.xy.XYDotRenderer
class XYDotRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -2764344339073566425L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
dotHeight
int dotHeight
The dot height. -
dotWidth
int dotWidth
The dot width.
-
-
Class org.jfree.chart.renderer.xy.XYErrorRenderer
class XYErrorRenderer extends XYLineAndShapeRenderer implements Serializable- serialVersionUID:
- 5162283570955172424L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
capLength
double capLength
The length of the cap at the end of the error bars. -
drawXError
boolean drawXError
A flag that controls whether or not the x-error bars are drawn. -
drawYError
boolean drawYError
A flag that controls whether or not the y-error bars are drawn.
-
-
Class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
class XYLineAndShapeRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -7435246895986425885L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
defaultLinesVisible
boolean defaultLinesVisible
The default value returned by the getLinesVisible() method. -
defaultShapesFilled
boolean defaultShapesFilled
The default value returned by the getShapeFilled() method. -
defaultShapesVisible
boolean defaultShapesVisible
The default value returned by the getShapeVisible() method. -
drawOutlines
boolean drawOutlines
A flag that controls whether outlines are drawn for shapes. -
drawSeriesLineAsPath
boolean drawSeriesLineAsPath
A flag that controls whether or not each series is drawn as a single path. -
seriesLinesVisible
BooleanList seriesLinesVisible
A table of flags that control (per series) whether or not lines are visible. -
seriesShapesFilled
BooleanList seriesShapesFilled
A table of flags that control (per series) whether or not shapes are filled. -
seriesShapesVisible
BooleanList seriesShapesVisible
A table of flags that control (per series) whether or not shapes are visible. -
useFillPaint
boolean useFillPaint
A flag that controls whether the fill paint is used for filling shapes. -
useOutlinePaint
boolean useOutlinePaint
A flag that controls whether the outline paint is used for drawing shape outlines.
-
-
Class org.jfree.chart.renderer.xy.XYShapeRenderer
class XYShapeRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- 8320552104211173221L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
drawOutlines
boolean drawOutlines
A flag that controls whether or not the shape outlines are drawn. -
guideLinesVisible
boolean guideLinesVisible
Flag indicating if guide lines should be drawn for every item. -
paintScale
PaintScale paintScale
The paint scale (never null). -
useFillPaint
boolean useFillPaint
A flag that controls whether or not the fill paint is used (if not, the fill paint is used). -
useOutlinePaint
boolean useOutlinePaint
A flag that controls whether or not the outline paint is used (if not, the regular paint is used).
-
-
Class org.jfree.chart.renderer.xy.XYSplineRenderer
class XYSplineRenderer extends XYLineAndShapeRenderer implements Serializable-
Serialized Fields
-
fillType
XYSplineRenderer.FillType fillType
A flag that can be set to specify to fill the area under the spline. -
gradientPaintTransformer
GradientPaintTransformer gradientPaintTransformer
-
precision
int precision
Resolution of splines (number of line segments between points)
-
-
-
Class org.jfree.chart.renderer.xy.XYStepAreaRenderer
class XYStepAreaRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -7311560779702649635L
-
Serialized Fields
-
plotArea
boolean plotArea
A flag indicating whether or not Area are drawn at each XY point. -
rangeBase
double rangeBase
The value on the range axis which defines the 'lower' border of the area. -
shapesFilled
boolean shapesFilled
A flag that controls whether or not shapes are filled for ALL series. -
shapesVisible
boolean shapesVisible
A flag indicating whether or not shapes are drawn at each XY point. -
showOutline
boolean showOutline
A flag that controls whether or not the outline is shown. -
stepPoint
double stepPoint
The factor (from 0.0 to 1.0) that determines the position of the step.
-
-
Class org.jfree.chart.renderer.xy.XYStepRenderer
class XYStepRenderer extends XYLineAndShapeRenderer implements Serializable- serialVersionUID:
- -8918141928884796108L
-
Serialized Fields
-
stepPoint
double stepPoint
The factor (from 0.0 to 1.0) that determines the position of the step.
-
-
Class org.jfree.chart.renderer.xy.YIntervalRenderer
class YIntervalRenderer extends AbstractXYItemRenderer implements Serializable- serialVersionUID:
- -2951586537224143260L
-
Serialized Fields
-
additionalItemLabelGenerator
XYItemLabelGenerator additionalItemLabelGenerator
An additional item label generator. If this is non-null, the item label generated will be displayed near the lower y-value at the position given by getNegativeItemLabelPosition().
-
-
-
Package org.jfree.chart.servlet
-
Class org.jfree.chart.servlet.ChartDeleter
class ChartDeleter extends Object implements Serializable-
Serialized Fields
-
chartNames
List chartNames
The chart names.
-
-
-
Class org.jfree.chart.servlet.DisplayChart
class DisplayChart extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package org.jfree.chart.text
-
Class org.jfree.chart.text.TextBlock
class TextBlock extends Object implements Serializable- serialVersionUID:
- -4333175719424385526L
-
Serialized Fields
-
lineAlignment
HorizontalAlignment lineAlignment
The alignment of the lines. -
lines
List lines
Storage for the lines of text.
-
-
Class org.jfree.chart.text.TextBlockAnchor
class TextBlockAnchor extends Object implements Serializable- serialVersionUID:
- -3045058380983401544L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.text.TextBox
class TextBox extends Object implements Serializable- serialVersionUID:
- 3360220213180203706L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
interiorGap
RectangleInsets interiorGap
The interior space. -
shadowXOffset
double shadowXOffset
The shadow x-offset. -
shadowYOffset
double shadowYOffset
The shadow y-offset. -
textBlock
TextBlock textBlock
The text block.
-
-
Class org.jfree.chart.text.TextFragment
class TextFragment extends Object implements Serializable- serialVersionUID:
- 4465945952903143262L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
Class org.jfree.chart.text.TextLine
class TextLine extends Object implements Serializable- serialVersionUID:
- 7100085690160465444L
-
Serialized Fields
-
fragments
List fragments
Storage for the text fragments that make up the line.
-
-
-
Package org.jfree.chart.title
-
Class org.jfree.chart.title.CompositeTitle
class CompositeTitle extends Title implements Serializable- serialVersionUID:
- -6770854036232562290L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
container
BlockContainer container
A container for the individual titles.
-
-
Class org.jfree.chart.title.DateTitle
class DateTitle extends TextTitle implements Serializable- serialVersionUID:
- -465434812763159881L
-
Class org.jfree.chart.title.ImageTitle
class ImageTitle extends Title implements Serializable-
Serialized Fields
-
image
Image image
The title image.
-
-
-
Class org.jfree.chart.title.LegendGraphic
class LegendGraphic extends AbstractBlock implements Serializable- serialVersionUID:
- -1338791523854985009L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
fillPaintTransformer
GradientPaintTransformer fillPaintTransformer
The fill paint transformer (used if the fillPaint is an instance of GradientPaint). -
lineVisible
boolean lineVisible
A flag that controls whether or not the line is visible - see also shapeVisible. -
shapeAnchor
RectangleAnchor shapeAnchor
Defines the point on the shape's bounding rectangle that will be aligned to the drawing location when the shape is rendered. -
shapeFilled
boolean shapeFilled
A flag that controls whether or not the shape is filled. -
shapeLocation
RectangleAnchor shapeLocation
Defines the location within the block to which the shape will be aligned. -
shapeOutlineVisible
boolean shapeOutlineVisible
A flag that controls whether or not the shape outline is visible. -
shapeVisible
boolean shapeVisible
A flag that controls whether or not the shape is visible - see also lineVisible.
-
-
Class org.jfree.chart.title.LegendItemBlockContainer
class LegendItemBlockContainer extends BlockContainer implements Serializable-
Serialized Fields
-
dataset
Dataset dataset
The dataset. -
datasetIndex
int datasetIndex
The dataset index. -
series
int series
The series index. -
seriesKey
Comparable seriesKey
The series key. -
toolTipText
String toolTipText
The tool tip text (can benull
). -
urlText
String urlText
The URL text (can benull
).
-
-
-
Class org.jfree.chart.title.LegendTitle
class LegendTitle extends Title implements Serializable- serialVersionUID:
- 2644010518533854633L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
hLayout
Arrangement hLayout
The layout for the legend when it is positioned at the top or bottom of the chart. -
itemFont
Font itemFont
The item font. -
itemLabelPadding
RectangleInsets itemLabelPadding
The padding for the item labels. -
items
BlockContainer items
A container that holds and displays the legend items. -
legendItemGraphicAnchor
RectangleAnchor legendItemGraphicAnchor
The anchor point for the legend item graphic. -
legendItemGraphicEdge
RectangleEdge legendItemGraphicEdge
The edge for the legend item graphic relative to the text. -
legendItemGraphicLocation
RectangleAnchor legendItemGraphicLocation
The legend item graphic location. -
legendItemGraphicPadding
RectangleInsets legendItemGraphicPadding
The padding for the legend item graphic. -
sortOrder
SortOrder sortOrder
Whether to render legend items in ascending or descending order. -
sources
LegendItemSource[] sources
The sources for legend items. -
vLayout
Arrangement vLayout
The layout for the legend when it is positioned at the left or right of the chart. -
wrapper
BlockContainer wrapper
An optional container for wrapping the legend items (allows for adding a title or other text to the legend).
-
-
Class org.jfree.chart.title.PaintScaleLegend
class PaintScaleLegend extends Title implements Serializable- serialVersionUID:
- -1365146490993227503L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
axis
ValueAxis axis
The value axis (nevernull
). -
axisLocation
AxisLocation axisLocation
The axis location (handles both orientations, nevernull
). -
axisOffset
double axisOffset
The offset between the axis and the paint strip (in Java2D units). -
scale
PaintScale scale
The paint scale (nevernull
). -
stripOutlineVisible
boolean stripOutlineVisible
A flag that controls whether or not an outline is drawn around the paint strip. -
stripWidth
double stripWidth
The thickness of the paint strip (in Java2D units). -
subdivisions
int subdivisions
The number of subdivisions for the scale when rendering.
-
-
Class org.jfree.chart.title.ShortTextTitle
class ShortTextTitle extends TextTitle implements Serializable -
Class org.jfree.chart.title.TextTitle
class TextTitle extends Title implements Serializable- serialVersionUID:
- 8372008692127477443L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
content
TextBlock content
The content. -
expandToFitSpace
boolean expandToFitSpace
A flag that controls whether the title expands to fit the available space.. -
font
Font font
The font used to display the title. -
maximumLinesToDisplay
int maximumLinesToDisplay
The maximum number of lines to display. -
text
String text
The title text. -
textAlignment
HorizontalAlignment textAlignment
The text alignment. -
toolTipText
String toolTipText
The tool tip text (can benull
). -
urlText
String urlText
The URL text (can benull
).
-
-
Class org.jfree.chart.title.Title
class Title extends AbstractBlock implements Serializable- serialVersionUID:
- -6675162505277817221L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
horizontalAlignment
HorizontalAlignment horizontalAlignment
The horizontal alignment of the title content. -
notify
boolean notify
A flag that can be used to temporarily disable the listener mechanism. -
position
RectangleEdge position
The title position. -
verticalAlignment
VerticalAlignment verticalAlignment
The vertical alignment of the title content. -
visible
boolean visible
A flag that controls whether or not the title is visible.
-
-
-
Package org.jfree.chart.ui
-
Class org.jfree.chart.ui.ApplicationFrame
class ApplicationFrame extends JFrame implements Serializable -
Class org.jfree.chart.ui.FontChooserPanel
class FontChooserPanel extends JPanel implements Serializable -
Class org.jfree.chart.ui.FontDisplayField
class FontDisplayField extends JTextField implements Serializable-
Serialized Fields
-
displayFont
Font displayFont
The current font.
-
-
-
Class org.jfree.chart.ui.GradientPaintTransformType
class GradientPaintTransformType extends Object implements Serializable- serialVersionUID:
- 8331561784933982450L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.ui.HorizontalAlignment
class HorizontalAlignment extends Object implements Serializable- serialVersionUID:
- -8249740987565309567L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.ui.LCBLayout
class LCBLayout extends Object implements Serializable- serialVersionUID:
- -2531780832406163833L
-
Serialized Fields
-
buttonGap
int buttonGap
The gap between each component and button. -
colWidth
int[] colWidth
Tracks the column widths. -
labelGap
int labelGap
The gap between each label and component. -
rowHeight
int[] rowHeight
Tracks the row heights. -
vGap
int vGap
The gap between rows.
-
-
Class org.jfree.chart.ui.LengthAdjustmentType
class LengthAdjustmentType extends Object implements Serializable- serialVersionUID:
- -6097408511380545010L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.ui.NumberCellRenderer
class NumberCellRenderer extends DefaultTableCellRenderer implements Serializable -
Class org.jfree.chart.ui.PaintSample
class PaintSample extends JComponent implements Serializable -
Class org.jfree.chart.ui.RectangleEdge
class RectangleEdge extends Object implements Serializable- serialVersionUID:
- -7400988293691093548L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.ui.RectangleInsets
class RectangleInsets extends Object implements Serializable- serialVersionUID:
- 1902273207559319996L
-
Serialized Fields
-
bottom
double bottom
The bottom insets. -
left
double left
The left insets. -
right
double right
The right insets. -
top
double top
The top insets. -
unitType
UnitType unitType
Absolute or relative units.
-
-
Class org.jfree.chart.ui.Size2D
class Size2D extends Object implements Serializable- serialVersionUID:
- 2558191683786418168L
-
Serialized Fields
-
height
double height
The height. -
width
double width
The width.
-
-
Class org.jfree.chart.ui.StandardGradientPaintTransformer
class StandardGradientPaintTransformer extends Object implements Serializable- serialVersionUID:
- -8155025776964678320L
-
Serialized Fields
-
type
GradientPaintTransformType type
The transform type.
-
-
Class org.jfree.chart.ui.StrokeChooserPanel
class StrokeChooserPanel extends JPanel implements Serializable-
Serialized Fields
-
selector
JComboBox selector
A combo for selecting the stroke.
-
-
-
Class org.jfree.chart.ui.StrokeSample
class StrokeSample extends JComponent implements Serializable -
Class org.jfree.chart.ui.TextAnchor
class TextAnchor extends Object implements Serializable- serialVersionUID:
- 8219158940496719660L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.chart.ui.VerticalAlignment
class VerticalAlignment extends Object implements Serializable- serialVersionUID:
- 7272397034325429853L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
-
Package org.jfree.chart.urls
-
Class org.jfree.chart.urls.CustomCategoryURLGenerator
class CustomCategoryURLGenerator extends Object implements Serializable-
Serialized Fields
-
urlSeries
ArrayList urlSeries
Storage for the URLs.
-
-
-
Class org.jfree.chart.urls.CustomPieURLGenerator
class CustomPieURLGenerator extends Object implements Serializable- serialVersionUID:
- 7100607670144900503L
-
Serialized Fields
-
urls
ArrayList urls
Storage for the URLs.
-
-
Class org.jfree.chart.urls.CustomXYURLGenerator
class CustomXYURLGenerator extends Object implements Serializable- serialVersionUID:
- -8565933356596551832L
-
Serialized Fields
-
urlSeries
ArrayList urlSeries
Storage for the URLs.
-
-
Class org.jfree.chart.urls.StandardCategoryURLGenerator
class StandardCategoryURLGenerator extends Object implements Serializable- serialVersionUID:
- 2276668053074881909L
-
Class org.jfree.chart.urls.StandardPieURLGenerator
class StandardPieURLGenerator extends Object implements Serializable- serialVersionUID:
- 1626966402065883419L
-
Class org.jfree.chart.urls.StandardXYURLGenerator
class StandardXYURLGenerator extends Object implements Serializable- serialVersionUID:
- -1771624523496595382L
-
Class org.jfree.chart.urls.StandardXYZURLGenerator
class StandardXYZURLGenerator extends StandardXYURLGenerator implements Serializable -
Class org.jfree.chart.urls.TimeSeriesURLGenerator
class TimeSeriesURLGenerator extends Object implements Serializable- serialVersionUID:
- -9122773175671182445L
-
Serialized Fields
-
dateFormat
DateFormat dateFormat
A formatter for the date. -
itemParameterName
String itemParameterName
Name to use to identify the item -
prefix
String prefix
Prefix to the URL -
seriesParameterName
String seriesParameterName
Name to use to identify the series
-
-
-
Package org.jfree.chart.util
-
Class org.jfree.chart.util.AbstractObjectList
class AbstractObjectList extends Object implements Serializable- serialVersionUID:
- 7789833772597351595L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
increment
int increment
The default increment. -
size
int size
The current list size.
-
-
Class org.jfree.chart.util.BooleanList
class BooleanList extends AbstractObjectList implements Serializable- serialVersionUID:
- -8543170333219422042L
-
Class org.jfree.chart.util.DefaultShadowGenerator
class DefaultShadowGenerator extends Object implements Serializable- serialVersionUID:
- 2732993885591386064L
-
Serialized Fields
-
angle
double angle
The shadow offset angle (in radians). -
distance
int distance
The shadow offset distance (in Java2D units). -
shadowColor
Color shadowColor
The shadow color. -
shadowOpacity
float shadowOpacity
The shadow opacity. -
shadowSize
int shadowSize
The shadow size.
-
-
Class org.jfree.chart.util.HexNumberFormat
class HexNumberFormat extends NumberFormat implements Serializable-
Serialized Fields
-
m_numDigits
int m_numDigits
The number of digits (shorter strings will be left padded).
-
-
-
Class org.jfree.chart.util.HMSNumberFormat
class HMSNumberFormat extends NumberFormat implements Serializable-
Serialized Fields
-
formatter
NumberFormat formatter
-
-
-
Class org.jfree.chart.util.LogFormat
class LogFormat extends NumberFormat implements Serializable-
Serialized Fields
-
base
double base
The log base value. -
baseLabel
String baseLabel
The label for the log base (for example, "e"). -
baseLog
double baseLog
The natural logarithm of the base value. -
formatter
NumberFormat formatter
The number formatter for the exponent. -
powerLabel
String powerLabel
The label for the power symbol. -
showBase
boolean showBase
A flag that controls whether or not the base is shown.
-
-
-
Class org.jfree.chart.util.ObjectList
class ObjectList extends AbstractObjectList implements Serializable -
Class org.jfree.chart.util.PaintList
class PaintList extends AbstractObjectList implements Serializable- serialVersionUID:
- -708669381577938219L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Class org.jfree.chart.util.RelativeDateFormat
class RelativeDateFormat extends DateFormat implements Serializable-
Serialized Fields
-
baseMillis
long baseMillis
The base milliseconds for the elapsed time calculation. -
dayFormatter
NumberFormat dayFormatter
A formatter for the day count (most likely not critical until the day count exceeds 999). -
daySuffix
String daySuffix
A string appended after the day count. -
hourFormatter
NumberFormat hourFormatter
A formatter for the hours. -
hourSuffix
String hourSuffix
A string appended after the hours. -
minuteFormatter
NumberFormat minuteFormatter
A formatter for the minutes. -
minuteSuffix
String minuteSuffix
A string appended after the minutes. -
positivePrefix
String positivePrefix
A prefix prepended to the start of the format if the relative date is positive. -
secondFormatter
NumberFormat secondFormatter
A formatter for the seconds (and milliseconds). -
secondSuffix
String secondSuffix
A string appended after the seconds. -
showZeroDays
boolean showZeroDays
A flag that controls whether or not a zero day count is displayed. -
showZeroHours
boolean showZeroHours
A flag that controls whether or not a zero hour count is displayed.
-
-
-
Class org.jfree.chart.util.ShapeList
class ShapeList extends AbstractObjectList implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
-
Class org.jfree.chart.util.StrokeList
class StrokeList extends AbstractObjectList implements Serializable-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
-
Class org.jfree.chart.util.XYCoordinateType
class XYCoordinateType extends Object implements Serializable-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
-
-
Package org.jfree.data
-
Class org.jfree.data.ComparableObjectItem
class ComparableObjectItem extends Object implements Serializable- serialVersionUID:
- 2751513470325494890L
-
Serialized Fields
-
obj
Object obj
The y-value. -
x
Comparable x
The x-value.
-
-
Class org.jfree.data.ComparableObjectSeries
class ComparableObjectSeries extends Series implements Serializable-
Serialized Fields
-
allowDuplicateXValues
boolean allowDuplicateXValues
A flag that controls whether or not duplicate x-values are allowed. -
autoSort
boolean autoSort
A flag that controls whether the items are automatically sorted. -
data
List data
Storage for the data items in the series. -
maximumItemCount
int maximumItemCount
The maximum number of items for the series.
-
-
-
Class org.jfree.data.DefaultKeyedValue
class DefaultKeyedValue extends Object implements Serializable- serialVersionUID:
- -7388924517460437712L
-
Serialized Fields
-
key
K extends Comparable<K> key
The key. -
value
Number value
The value.
-
-
Class org.jfree.data.DefaultKeyedValues
class DefaultKeyedValues extends Object implements Serializable- serialVersionUID:
- 8468154364608194797L
-
Class org.jfree.data.DefaultKeyedValues2D
class DefaultKeyedValues2D extends Object implements Serializable- serialVersionUID:
- -5514169970951994748L
-
Class org.jfree.data.DomainOrder
class DomainOrder extends Object implements Serializable- serialVersionUID:
- 4902774943512072627L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Class org.jfree.data.KeyedObject
class KeyedObject extends Object implements Serializable- serialVersionUID:
- 2677930479256885863L
-
Serialized Fields
-
key
Comparable key
The key. -
object
Object object
The object.
-
-
Class org.jfree.data.KeyedObjects
class KeyedObjects extends Object implements Serializable- serialVersionUID:
- 1321582394193530984L
-
Serialized Fields
-
data
List data
Storage for the data.
-
-
Class org.jfree.data.KeyedObjects2D
class KeyedObjects2D extends Object implements Serializable- serialVersionUID:
- -1015873563138522374L
-
Class org.jfree.data.KeyedValueComparator
class KeyedValueComparator extends Object implements Serializable-
Serialized Fields
-
order
SortOrder order
The sort order. -
type
KeyedValueComparatorType type
The comparator type.
-
-
-
Class org.jfree.data.KeyedValueComparatorType
class KeyedValueComparatorType extends Object implements Serializable-
Serialized Fields
-
name
String name
The name.
-
-
-
Class org.jfree.data.KeyedValues2DItemKey
class KeyedValues2DItemKey extends Object implements Serializable-
Serialized Fields
-
columnKey
C extends Comparable<C> columnKey
The column key. -
rowKey
R extends Comparable<R> rowKey
The row key.
-
-
-
Class org.jfree.data.KeyedValuesItemKey
class KeyedValuesItemKey extends Object implements Serializable-
Serialized Fields
-
key
Comparable<?> key
The key for the item.
-
-
-
Class org.jfree.data.KeyToGroupMap
class KeyToGroupMap extends Object implements Serializable- serialVersionUID:
- -2228169345475318082L
-
Serialized Fields
-
defaultGroup
Comparable defaultGroup
The default group. -
groups
List groups
The groups. -
keyToGroupMap
Map keyToGroupMap
A mapping between keys and groups.
-
-
Class org.jfree.data.Range
class Range extends Object implements Serializable- serialVersionUID:
- -906333695431863380L
-
Serialized Fields
-
lower
double lower
The lower bound of the range. -
upper
double upper
The upper bound of the range.
-
-
Class org.jfree.data.RangeType
class RangeType extends Object implements Serializable- serialVersionUID:
- -9073319010650549239L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Exception Class org.jfree.data.UnknownKeyException
class UnknownKeyException extends IllegalArgumentException implements Serializable
-
-
Package org.jfree.data.category
-
Class org.jfree.data.category.CategoryToPieDataset
class CategoryToPieDataset extends AbstractDataset implements Serializable- serialVersionUID:
- 5516396319762189617L
-
Serialized Fields
-
extract
TableOrder extract
The extract type. -
index
int index
The row or column index. -
source
CategoryDataset source
The source.
-
-
Class org.jfree.data.category.DefaultCategoryDataset
class DefaultCategoryDataset extends AbstractDataset implements Serializable- serialVersionUID:
- -8168173757291644622L
-
Serialized Fields
-
data
DefaultKeyedValues2D data
A storage structure for the data.
-
-
Class org.jfree.data.category.DefaultIntervalCategoryDataset
class DefaultIntervalCategoryDataset extends AbstractSeriesDataset implements Serializable-
Serialized Fields
-
categoryKeys
Comparable[] categoryKeys
The category keys. -
endData
Number[][] endData
Storage for the end value data. -
seriesKeys
Comparable[] seriesKeys
The series keys. -
startData
Number[][] startData
Storage for the start value data.
-
-
-
Class org.jfree.data.category.SlidingCategoryDataset
class SlidingCategoryDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
firstCategoryIndex
int firstCategoryIndex
The index of the first category to present. -
maximumCategoryCount
int maximumCategoryCount
The maximum number of categories to present. -
underlying
CategoryDataset underlying
The underlying dataset.
-
-
-
-
Package org.jfree.data.flow
-
Class org.jfree.data.flow.DefaultFlowDataset
class DefaultFlowDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
flowProperties
Map<FlowKey,
Map<String, Object>> flowProperties Flow properties. -
flows
Map<FlowKey<K extends Comparable<K>>,
Number> flows Storage for the flows. -
nodeProperties
Map<NodeKey,
Map<String, Object>> nodeProperties Node properties. -
nodes
List<List<K extends Comparable<K>>> nodes
The nodes at each stage. The list will have N+1 entries, where N is the number of stages - the last entry contains the destination nodes for the final stage.
-
-
-
Class org.jfree.data.flow.FlowKey
class FlowKey extends Object implements Serializable-
Serialized Fields
-
destination
K extends Comparable<K> destination
-
source
K extends Comparable<K> source
-
stage
int stage
The stage.
-
-
-
Class org.jfree.data.flow.NodeKey
class NodeKey extends Object implements Serializable-
Serialized Fields
-
node
K extends Comparable<K> node
-
stage
int stage
The stage.
-
-
-
-
Package org.jfree.data.function
-
Class org.jfree.data.function.LineFunction2D
class LineFunction2D extends Object implements Serializable-
Serialized Fields
-
a
double a
The intercept. -
b
double b
The slope of the line.
-
-
-
Class org.jfree.data.function.NormalDistributionFunction2D
class NormalDistributionFunction2D extends Object implements Serializable-
Serialized Fields
-
denominator
double denominator
Precomputed denominator for the function value. -
factor
double factor
Precomputed factor for the function value. -
mean
double mean
The mean. -
std
double std
The standard deviation.
-
-
-
Class org.jfree.data.function.PolynomialFunction2D
class PolynomialFunction2D extends Object implements Serializable-
Serialized Fields
-
coefficients
double[] coefficients
The coefficients.
-
-
-
Class org.jfree.data.function.PowerFunction2D
class PowerFunction2D extends Object implements Serializable-
Serialized Fields
-
a
double a
The 'a' coefficient. -
b
double b
The 'b' coefficient.
-
-
-
-
Package org.jfree.data.gantt
-
Class org.jfree.data.gantt.SlidingGanttCategoryDataset
class SlidingGanttCategoryDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
firstCategoryIndex
int firstCategoryIndex
The index of the first category to present. -
maximumCategoryCount
int maximumCategoryCount
The maximum number of categories to present. -
underlying
GanttCategoryDataset underlying
The underlying dataset.
-
-
-
Class org.jfree.data.gantt.Task
class Task extends Object implements Serializable- serialVersionUID:
- 1094303785346988894L
-
Serialized Fields
-
description
String description
The task description. -
duration
TimePeriod duration
The time period for the task (estimated or actual). -
percentComplete
Double percentComplete
The percent complete (null
is permitted). -
subtasks
List subtasks
Storage for the sub-tasks (if any).
-
-
Class org.jfree.data.gantt.TaskSeries
class TaskSeries extends Series implements Serializable-
Serialized Fields
-
tasks
List tasks
Storage for the tasks in the series.
-
-
-
Class org.jfree.data.gantt.TaskSeriesCollection
class TaskSeriesCollection extends AbstractSeriesDataset implements Serializable- serialVersionUID:
- -2065799050738449903L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
Class org.jfree.data.gantt.XYTaskDataset
class XYTaskDataset extends AbstractXYDataset implements Serializable-
Serialized Fields
-
seriesWidth
double seriesWidth
The series interval width (typically 0.0 < w <= 1.0). -
transposed
boolean transposed
A flag that controls whether or not the data values are transposed. -
underlying
TaskSeriesCollection underlying
The underlying tasks.
-
-
-
-
Package org.jfree.data.general
-
Class org.jfree.data.general.AbstractDataset
class AbstractDataset extends Object implements Serializable- serialVersionUID:
- 1918768939869230744L
-
Serialization Methods
-
readObject
Restores a serialized object.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O problem.ClassNotFoundException
- if there is a problem loading a class.
-
writeObject
Handles serialization.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O problem.
-
-
Serialized Fields
-
group
DatasetGroup group
The group that the dataset belongs to. -
notify
boolean notify
A flag that can be used to temporarily suppress dataset change event notifications.
-
-
Class org.jfree.data.general.AbstractSeriesDataset
class AbstractSeriesDataset extends AbstractDataset implements Serializable- serialVersionUID:
- -6074996219705033171L
-
Class org.jfree.data.general.DatasetChangeEvent
class DatasetChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
dataset
Dataset dataset
The dataset that generated the change event.
-
-
-
Class org.jfree.data.general.DatasetGroup
class DatasetGroup extends Object implements Serializable- serialVersionUID:
- -3640642179674185688L
-
Serialized Fields
-
id
String id
The group id.
-
-
Class org.jfree.data.general.DefaultHeatMapDataset
class DefaultHeatMapDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
maxX
double maxX
The maximum x-value in the dataset. -
maxY
double maxY
The maximum y-value in the dataset. -
minX
double minX
The minimum x-value in the dataset. -
minY
double minY
The minimum y-value in the dataset. -
xSamples
int xSamples
The number of samples in this dataset for the x-dimension. -
ySamples
int ySamples
The number of samples in this dataset for the y-dimension. -
zValues
double[][] zValues
Storage for the z-values.
-
-
-
Class org.jfree.data.general.DefaultKeyedValueDataset
class DefaultKeyedValueDataset extends AbstractDataset implements Serializable- serialVersionUID:
- -8149484339560406750L
-
Serialized Fields
-
data
KeyedValue data
Storage for the data.
-
-
Class org.jfree.data.general.DefaultKeyedValues2DDataset
class DefaultKeyedValues2DDataset extends DefaultCategoryDataset implements Serializable- serialVersionUID:
- 4288210771905990424L
-
Class org.jfree.data.general.DefaultKeyedValuesDataset
class DefaultKeyedValuesDataset extends DefaultPieDataset implements Serializable- serialVersionUID:
- 306264413152815781L
-
Class org.jfree.data.general.DefaultPieDataset
class DefaultPieDataset extends AbstractDataset implements Serializable- serialVersionUID:
- 2904745139106540618L
-
Serialized Fields
-
data
DefaultKeyedValues<K extends Comparable<K>> data
Storage for the data.
-
-
Class org.jfree.data.general.DefaultValueDataset
class DefaultValueDataset extends AbstractDataset implements Serializable- serialVersionUID:
- 8137521217249294891L
-
Serialized Fields
-
value
Number value
The value.
-
-
Class org.jfree.data.general.Series
class Series extends Object implements Serializable- serialVersionUID:
- -6906561437538683581L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream (null
not permitted).- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
description
String description
A description of the series. -
key
Comparable key
The key for the series. -
notify
boolean notify
A flag that controls whether changes are notified.
-
-
Class org.jfree.data.general.SeriesChangeEvent
class SeriesChangeEvent extends EventObject implements Serializable- serialVersionUID:
- 1593866085210089052L
-
Exception Class org.jfree.data.general.SeriesException
class SeriesException extends RuntimeException implements Serializable- serialVersionUID:
- -3667048387550852940L
-
Class org.jfree.data.general.WaferMapDataset
class WaferMapDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
chipSpace
double chipSpace
space to draw between chips -
data
DefaultKeyedValues2D data
Storage structure for the data values (row key is chipx, column is chipy) -
maxChipX
int maxChipX
wafer x dimension -
maxChipY
int maxChipY
wafer y dimension -
maxValue
Double maxValue
maximum value in this dataset -
minValue
Double minValue
minimum value in this dataset
-
-
-
-
Package org.jfree.data.jdbc
-
Class org.jfree.data.jdbc.JDBCCategoryDataset
class JDBCCategoryDataset extends DefaultCategoryDataset implements Serializable- serialVersionUID:
- -3080395327918844965L
-
Serialized Fields
-
transpose
boolean transpose
A flag the controls whether or not the table is transposed. The default is 'true' because this provides the behaviour described in the documentation.
-
-
Class org.jfree.data.jdbc.JDBCPieDataset
class JDBCPieDataset extends DefaultPieDataset implements Serializable- serialVersionUID:
- -8753216855496746108L
-
Class org.jfree.data.jdbc.JDBCXYDataset
class JDBCXYDataset extends AbstractXYDataset implements Serializable
-
-
Package org.jfree.data.json.impl
-
Class org.jfree.data.json.impl.JSONArray
class JSONArray extends ArrayList implements Serializable- serialVersionUID:
- 3957988303675231981L
-
Class org.jfree.data.json.impl.JSONObject
class JSONObject extends HashMap implements Serializable- serialVersionUID:
- -503443796854799292L
-
-
Package org.jfree.data.statistics
-
Class org.jfree.data.statistics.BoxAndWhiskerItem
class BoxAndWhiskerItem extends Object implements Serializable- serialVersionUID:
- 7329649623148167423L
-
Serialized Fields
-
maxOutlier
Number maxOutlier
The maximum outlier. -
maxRegularValue
Number maxRegularValue
The maximum regular value. -
mean
Number mean
The mean. -
median
Number median
The median. -
minOutlier
Number minOutlier
The minimum outlier. -
minRegularValue
Number minRegularValue
The minimum regular value. -
outliers
List<? extends Number> outliers
The outliers. -
q1
Number q1
The first quarter. -
q3
Number q3
The third quarter.
-
-
Class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
class DefaultBoxAndWhiskerCategoryDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
data
KeyedObjects2D data
Storage for the data. -
maximumRangeValue
double maximumRangeValue
The maximum range value. -
maximumRangeValueColumn
int maximumRangeValueColumn
The column index for the cell that the maximum range value comes from. -
maximumRangeValueRow
int maximumRangeValueRow
The row index for the cell that the maximum range value comes from. -
minimumRangeValue
double minimumRangeValue
The minimum range value. -
minimumRangeValueColumn
int minimumRangeValueColumn
The column index for the cell that the minimum range value comes from. -
minimumRangeValueRow
int minimumRangeValueRow
The row index for the cell that the minimum range value comes from.
-
-
-
Class org.jfree.data.statistics.DefaultBoxAndWhiskerXYDataset
class DefaultBoxAndWhiskerXYDataset extends AbstractXYDataset implements Serializable-
Serialized Fields
-
dates
List dates
Storage for the dates. -
faroutCoefficient
double faroutCoefficient
The coefficient used to calculate farouts. Tukey's default value is 2 (see EDA) Any value which is greater than Q3 + (interquartile range * farout coefficient) is considered to be a farout. Can be altered if the data is particularly skewed. -
items
List items
Storage for the box and whisker statistics. -
maximumRangeValue
Number maximumRangeValue
The maximum range value. -
minimumRangeValue
Number minimumRangeValue
The minimum range value. -
outlierCoefficient
double outlierCoefficient
The coefficient used to calculate outliers. Tukey's default value is 1.5 (see EDA) Any value which is greater than Q3 + (interquartile range * outlier coefficient) is considered to be an outlier. Can be altered if the data is particularly skewed. -
rangeBounds
Range rangeBounds
The range of values. -
seriesKey
Comparable seriesKey
The series key.
-
-
-
Class org.jfree.data.statistics.DefaultMultiValueCategoryDataset
class DefaultMultiValueCategoryDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
data
KeyedObjects2D data
Storage for the data. -
maximumRangeValue
Number maximumRangeValue
The maximum range value. -
minimumRangeValue
Number minimumRangeValue
The minimum range value. -
rangeBounds
Range rangeBounds
The range of values.
-
-
-
Class org.jfree.data.statistics.DefaultStatisticalCategoryDataset
class DefaultStatisticalCategoryDataset extends AbstractDataset implements Serializable-
Serialized Fields
-
data
KeyedObjects2D data
Storage for the data. -
maximumRangeValue
double maximumRangeValue
The maximum range value. -
maximumRangeValueColumn
int maximumRangeValueColumn
The column index for the maximum range value. -
maximumRangeValueIncStdDev
double maximumRangeValueIncStdDev
The maximum range value including the standard deviation. -
maximumRangeValueIncStdDevColumn
int maximumRangeValueIncStdDevColumn
The column index for the maximum range value (including the standard deviation). -
maximumRangeValueIncStdDevRow
int maximumRangeValueIncStdDevRow
The row index for the maximum range value (including the standard deviation). -
maximumRangeValueRow
int maximumRangeValueRow
The row index for the maximum range value. -
minimumRangeValue
double minimumRangeValue
The minimum range value. -
minimumRangeValueColumn
int minimumRangeValueColumn
The column index for the minimum range value. -
minimumRangeValueIncStdDev
double minimumRangeValueIncStdDev
The minimum range value including the standard deviation. -
minimumRangeValueIncStdDevColumn
int minimumRangeValueIncStdDevColumn
The column index for the minimum range value (including the standard deviation). -
minimumRangeValueIncStdDevRow
int minimumRangeValueIncStdDevRow
The row index for the minimum range value (including the standard deviation). -
minimumRangeValueRow
int minimumRangeValueRow
The row index for the minimum range value.
-
-
-
Class org.jfree.data.statistics.HistogramBin
class HistogramBin extends Object implements Serializable- serialVersionUID:
- 7614685080015589931L
-
Serialized Fields
-
count
int count
The number of items in the bin. -
endBoundary
double endBoundary
The end boundary. -
startBoundary
double startBoundary
The start boundary.
-
-
Class org.jfree.data.statistics.HistogramDataset
class HistogramDataset extends AbstractIntervalXYDataset implements Serializable- serialVersionUID:
- -6341668077370231153L
-
Serialized Fields
-
list
List list
A list of maps. -
type
HistogramType type
The histogram type.
-
-
Class org.jfree.data.statistics.HistogramType
class HistogramType extends Object implements Serializable- serialVersionUID:
- 2618927186251997727L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The type name.
-
-
Class org.jfree.data.statistics.MeanAndStandardDeviation
class MeanAndStandardDeviation extends Object implements Serializable- serialVersionUID:
- 7413468697315721515L
-
Class org.jfree.data.statistics.SimpleHistogramBin
class SimpleHistogramBin extends Object implements Serializable- serialVersionUID:
- 3480862537505941742L
-
Serialized Fields
-
includeLowerBound
boolean includeLowerBound
A flag that controls whether the lower bound is included in the bin range. -
includeUpperBound
boolean includeUpperBound
A flag that controls whether the upper bound is included in the bin range. -
itemCount
int itemCount
The item count. -
lowerBound
double lowerBound
The lower bound for the bin. -
upperBound
double upperBound
The upper bound for the bin.
-
-
Class org.jfree.data.statistics.SimpleHistogramDataset
class SimpleHistogramDataset extends AbstractIntervalXYDataset implements Serializable- serialVersionUID:
- 7997996479768018443L
-
Serialized Fields
-
adjustForBinSize
boolean adjustForBinSize
A flag that controls whether or not the bin count is divided by the bin size. -
bins
List bins
The bins. -
key
Comparable key
The series key.
-
-
-
Package org.jfree.data.time
-
Class org.jfree.data.time.DateRange
class DateRange extends Range implements Serializable- serialVersionUID:
- -4705682568375418157L
-
Serialized Fields
-
lowerDate
long lowerDate
The lower bound for the range. -
upperDate
long upperDate
The upper bound for the range.
-
-
Class org.jfree.data.time.Day
class Day extends RegularTimePeriod implements Serializable- serialVersionUID:
- -7082667380758962755L
-
Serialized Fields
-
firstMillisecond
long firstMillisecond
The first millisecond. -
lastMillisecond
long lastMillisecond
The last millisecond. -
serialDate
SerialDate serialDate
The day (uses SerialDate for convenience).
-
-
Class org.jfree.data.time.DynamicTimeSeriesCollection
class DynamicTimeSeriesCollection extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
deltaTime
long deltaTime
the # of msec by which time advances. -
domainEnd
Long domainEnd
Cached domain end (for use by DomainInfo). -
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. -
domainRange
Range domainRange
Cached domain range (for use by DomainInfo). -
domainStart
Long domainStart
Cached domain start (for use by DomainInfo). -
historyCount
int historyCount
The history count. -
maximumItemCount
int maximumItemCount
The maximum number of items for each series (can be overridden). -
maxValue
Float maxValue
The maximum value. -
minValue
Float minValue
The minimum value. -
newestAt
int newestAt
Index of the newest data item. -
oldestAt
int oldestAt
index for mapping: points to the oldest valid time and data. -
pointsInTime
RegularTimePeriod[] pointsInTime
Storage for the x-values. -
position
int position
The position within a time period to return as the x-value (START, MIDDLE or END). -
seriesCount
int seriesCount
The number of series. -
seriesKeys
Comparable[] seriesKeys
Storage for the series keys. -
timePeriodClass
Class timePeriodClass
The time period class - barely used, and could be removed (DG). -
valueHistory
DynamicTimeSeriesCollection.ValueSequence[] valueHistory
An array for storing the objects that represent each series. -
valueRange
Range valueRange
The value range. -
workingCalendar
Calendar workingCalendar
A working calendar (to recycle)
-
-
-
Class org.jfree.data.time.FixedMillisecond
class FixedMillisecond extends RegularTimePeriod implements Serializable- serialVersionUID:
- 7867521484545646931L
-
Serialized Fields
-
time
long time
The millisecond.
-
-
Class org.jfree.data.time.Hour
class Hour extends RegularTimePeriod implements Serializable- serialVersionUID:
- -835471579831937652L
-
Serialized Fields
-
day
Day day
The day. -
firstMillisecond
long firstMillisecond
The first millisecond. -
hour
byte hour
The hour. -
lastMillisecond
long lastMillisecond
The last millisecond.
-
-
Class org.jfree.data.time.Millisecond
class Millisecond extends RegularTimePeriod implements Serializable- serialVersionUID:
- -5316836467277638485L
-
Serialized Fields
-
day
Day day
The day. -
firstMillisecond
long firstMillisecond
The pegged millisecond. -
hour
byte hour
The hour in the day. -
millisecond
int millisecond
The millisecond. -
minute
byte minute
The minute. -
second
byte second
The second.
-
-
Class org.jfree.data.time.Minute
class Minute extends RegularTimePeriod implements Serializable- serialVersionUID:
- 2144572840034842871L
-
Serialized Fields
-
day
Day day
The day. -
firstMillisecond
long firstMillisecond
The first millisecond. -
hour
byte hour
The hour in which the minute falls. -
lastMillisecond
long lastMillisecond
The last millisecond. -
minute
byte minute
The minute.
-
-
Class org.jfree.data.time.Month
class Month extends RegularTimePeriod implements Serializable- serialVersionUID:
- -5090216912548722570L
-
Serialized Fields
-
firstMillisecond
long firstMillisecond
The first millisecond. -
lastMillisecond
long lastMillisecond
The last millisecond. -
month
int month
The month (1-12). -
year
int year
The year in which the month falls.
-
-
Class org.jfree.data.time.Quarter
class Quarter extends RegularTimePeriod implements Serializable- serialVersionUID:
- 3810061714380888671L
-
Serialized Fields
-
firstMillisecond
long firstMillisecond
The first millisecond. -
lastMillisecond
long lastMillisecond
The last millisecond. -
quarter
byte quarter
The quarter (1-4). -
year
short year
The year in which the quarter falls.
-
-
Class org.jfree.data.time.Second
class Second extends RegularTimePeriod implements Serializable- serialVersionUID:
- -6536564190712383466L
-
Serialized Fields
-
day
Day day
The day. -
firstMillisecond
long firstMillisecond
The first millisecond. We don't store the last millisecond, because it is always firstMillisecond + 999L. -
hour
byte hour
The hour of the day. -
minute
byte minute
The minute. -
second
byte second
The second.
-
-
Class org.jfree.data.time.SimpleTimePeriod
class SimpleTimePeriod extends Object implements Serializable- serialVersionUID:
- 8684672361131829554L
-
Serialized Fields
-
end
long end
The end date/time. -
start
long start
The start date/time.
-
-
Class org.jfree.data.time.TimePeriodAnchor
class TimePeriodAnchor extends Object implements Serializable- serialVersionUID:
- 2011955697457548862L
-
Serialization Methods
-
readResolve
Ensures that serialization returns the unique instances.- Throws:
ObjectStreamException
- if there is a problem.
-
-
Serialized Fields
-
name
String name
The name.
-
-
Exception Class org.jfree.data.time.TimePeriodFormatException
class TimePeriodFormatException extends IllegalArgumentException implements Serializable -
Class org.jfree.data.time.TimePeriodValue
class TimePeriodValue extends Object implements Serializable- serialVersionUID:
- 3390443360845711275L
-
Serialized Fields
-
period
TimePeriod period
The time period. -
value
Number value
The value associated with the time period.
-
-
Class org.jfree.data.time.TimePeriodValues
class TimePeriodValues extends Series implements Serializable- serialVersionUID:
- -2210593619794989709L
-
Serialized Fields
-
data
List data
The list of data pairs in the series. -
domain
String domain
A description of the domain. -
maxEndIndex
int maxEndIndex
Index of the time period with the maximum end milliseconds. -
maxMiddleIndex
int maxMiddleIndex
Index of the time period with the maximum middle milliseconds. -
maxStartIndex
int maxStartIndex
Index of the time period with the maximum start milliseconds. -
minEndIndex
int minEndIndex
Index of the time period with the minimum end milliseconds. -
minMiddleIndex
int minMiddleIndex
Index of the time period with the minimum middle milliseconds. -
minStartIndex
int minStartIndex
Index of the time period with the minimum start milliseconds. -
range
String range
A description of the range.
-
-
Class org.jfree.data.time.TimePeriodValuesCollection
class TimePeriodValuesCollection extends AbstractIntervalXYDataset implements Serializable- serialVersionUID:
- -3077934065236454199L
-
Serialized Fields
-
data
List data
Storage for the time series. -
xPosition
TimePeriodAnchor xPosition
The position within a time period to return as the x-value (START, MIDDLE or END).
-
-
Class org.jfree.data.time.TimeSeries
class TimeSeries extends Series implements Serializable- serialVersionUID:
- -5032960206869675528L
-
Serialized Fields
-
data
List data
The list of data items in the series. -
domain
String domain
A description of the domain. -
maximumItemAge
long maximumItemAge
The maximum age of items for the series, specified as a number of time periods. -
maximumItemCount
int maximumItemCount
The maximum number of items for the series. -
maxY
double maxY
The maximum y-value in the series. -
minY
double minY
The minimum y-value in the series. -
range
String range
A description of the range. -
timePeriodClass
Class timePeriodClass
The type of period for the data.
-
-
Class org.jfree.data.time.TimeSeriesCollection
class TimeSeriesCollection extends AbstractIntervalXYDataset implements Serializable- serialVersionUID:
- 834149929022371137L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
data
List data
Storage for the time series. -
workingCalendar
Calendar workingCalendar
A working calendar (to recycle) -
xPosition
TimePeriodAnchor xPosition
The point within each time period that is used for the X value when this collection is used as anXYDataset
. This can be the start, middle or end of the time period.
-
-
Class org.jfree.data.time.TimeSeriesDataItem
class TimeSeriesDataItem extends Object implements Serializable- serialVersionUID:
- -2235346966016401302L
-
Serialized Fields
-
period
RegularTimePeriod period
The time period. -
value
Number value
The value associated with the time period.
-
-
Class org.jfree.data.time.TimeSeriesTableModel
class TimeSeriesTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
editable
boolean editable
A flag that controls whether the series is editable. -
newTimePeriod
RegularTimePeriod newTimePeriod
The new time period. -
newValue
Number newValue
The new value. -
series
TimeSeries series
The series.
-
-
-
Class org.jfree.data.time.TimeTableXYDataset
class TimeTableXYDataset extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
domainIsPointsInTime
boolean domainIsPointsInTime
A flag that indicates that the domain is 'points in time'. If this flag is true, only the x-value (and not the x-interval) is used to determine the range of values in the domain. -
values
DefaultKeyedValues2D values
The data structure to store the values. Each column represents a series (elsewhere in JFreeChart rows are typically used for series, but it doesn't matter that much since this data structure is private and symmetrical anyway), each row contains values for the sameRegularTimePeriod
(the rows are sorted into ascending order). -
workingCalendar
Calendar workingCalendar
A working calendar (to recycle) -
xPosition
TimePeriodAnchor xPosition
The point within each time period that is used for the X value when this collection is used as anXYDataset
. This can be the start, middle or end of the time period.
-
-
-
Class org.jfree.data.time.Week
class Week extends RegularTimePeriod implements Serializable- serialVersionUID:
- 1856387786939865061L
-
Serialized Fields
-
firstMillisecond
long firstMillisecond
The first millisecond. -
lastMillisecond
long lastMillisecond
The last millisecond. -
week
byte week
The week (1-53). -
year
short year
The year in which the week falls.
-
-
Class org.jfree.data.time.Year
class Year extends RegularTimePeriod implements Serializable- serialVersionUID:
- -7659990929736074836L
-
Serialized Fields
-
firstMillisecond
long firstMillisecond
The first millisecond. -
lastMillisecond
long lastMillisecond
The last millisecond. -
year
short year
The year.
-
-
-
Package org.jfree.data.time.ohlc
-
Class org.jfree.data.time.ohlc.OHLC
class OHLC extends Object implements Serializable-
Serialized Fields
-
close
double close
The close value. -
high
double high
The high value. -
low
double low
The low value. -
open
double open
The open value.
-
-
-
Class org.jfree.data.time.ohlc.OHLCItem
class OHLCItem extends ComparableObjectItem implements Serializable -
Class org.jfree.data.time.ohlc.OHLCSeries
class OHLCSeries extends ComparableObjectSeries implements Serializable -
Class org.jfree.data.time.ohlc.OHLCSeriesCollection
class OHLCSeriesCollection extends AbstractXYDataset implements Serializable-
Serialized Fields
-
data
List data
Storage for the data series. -
xPosition
TimePeriodAnchor xPosition
-
-
-
-
Package org.jfree.data.xy
-
Class org.jfree.data.xy.AbstractIntervalXYDataset
class AbstractIntervalXYDataset extends AbstractXYDataset implements Serializable -
Class org.jfree.data.xy.AbstractXYDataset
class AbstractXYDataset extends AbstractSeriesDataset implements Serializable -
Class org.jfree.data.xy.AbstractXYZDataset
class AbstractXYZDataset extends AbstractXYDataset implements Serializable -
Class org.jfree.data.xy.CategoryTableXYDataset
class CategoryTableXYDataset extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
intervalDelegate
IntervalXYDelegate intervalDelegate
A delegate for controlling the interval width. -
values
DefaultKeyedValues2D values
The backing data structure.
-
-
-
Class org.jfree.data.xy.DefaultHighLowDataset
class DefaultHighLowDataset extends AbstractXYDataset implements Serializable-
Serialized Fields
-
close
Number[] close
Storage for the close values. -
date
Date[] date
Storage for the dates. -
high
Number[] high
Storage for the high values. -
low
Number[] low
Storage for the low values. -
open
Number[] open
Storage for the open values. -
seriesKey
Comparable seriesKey
The series key. -
volume
Number[] volume
Storage for the volume values.
-
-
-
Class org.jfree.data.xy.DefaultIntervalXYDataset
class DefaultIntervalXYDataset extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
-
Class org.jfree.data.xy.DefaultOHLCDataset
class DefaultOHLCDataset extends AbstractXYDataset implements Serializable-
Serialized Fields
-
data
OHLCDataItem[] data
Storage for the data items. -
key
Comparable key
The series key.
-
-
-
Class org.jfree.data.xy.DefaultTableXYDataset
class DefaultTableXYDataset extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
autoPrune
boolean autoPrune
A flag that controls auto pruning. -
data
List data
Storage for the data - this list will contain zero, one or many XYSeries objects. -
intervalDelegate
IntervalXYDelegate intervalDelegate
The delegate used to control the interval width. -
propagateEvents
boolean propagateEvents
A flag that controls whether or not events are propogated. -
xPoints
HashSet xPoints
Storage for the x values.
-
-
-
Class org.jfree.data.xy.DefaultWindDataset
class DefaultWindDataset extends AbstractXYDataset implements Serializable -
Class org.jfree.data.xy.DefaultXYDataset
class DefaultXYDataset extends AbstractXYDataset implements Serializable-
Serialized Fields
-
-
Class org.jfree.data.xy.DefaultXYZDataset
class DefaultXYZDataset extends AbstractXYZDataset implements Serializable-
Serialized Fields
-
-
Class org.jfree.data.xy.IntervalXYDelegate
class IntervalXYDelegate extends Object implements Serializable- serialVersionUID:
- -685166711639592857L
-
Serialized Fields
-
autoIntervalWidth
double autoIntervalWidth
The automatically calculated interval width. -
autoWidth
boolean autoWidth
A flag to indicate whether the width should be calculated automatically. -
dataset
XYDataset dataset
The dataset to enhance. -
fixedIntervalWidth
double fixedIntervalWidth
The fixed interval width (defaults to 1.0). -
intervalPositionFactor
double intervalPositionFactor
A value between 0.0 and 1.0 that indicates the position of the x-value within the interval.
-
-
Class org.jfree.data.xy.MatrixSeries
class MatrixSeries extends Series implements Serializable- serialVersionUID:
- 7934188527308315704L
-
Serialized Fields
-
data
double[][] data
Series matrix values
-
-
Class org.jfree.data.xy.MatrixSeriesCollection
class MatrixSeriesCollection extends AbstractXYZDataset implements Serializable- serialVersionUID:
- -3197705779242543945L
-
Serialized Fields
-
seriesList
List seriesList
The series that are included in the collection.
-
-
Class org.jfree.data.xy.NormalizedMatrixSeries
class NormalizedMatrixSeries extends MatrixSeries implements Serializable-
Serialized Fields
-
m_scaleFactor
double m_scaleFactor
A factor that multiplies each item in this series when observed using getItem method. -
m_totalSum
double m_totalSum
The sum of all items in this matrix
-
-
-
Class org.jfree.data.xy.OHLCDataItem
class OHLCDataItem extends Object implements Serializable- serialVersionUID:
- 7753817154401169901L
-
Class org.jfree.data.xy.Vector
class Vector extends Object implements Serializable-
Serialized Fields
-
x
double x
The vector x. -
y
double y
The vector y.
-
-
-
Class org.jfree.data.xy.VectorDataItem
class VectorDataItem extends ComparableObjectItem implements Serializable -
Class org.jfree.data.xy.VectorSeries
class VectorSeries extends ComparableObjectSeries implements Serializable -
Class org.jfree.data.xy.VectorSeriesCollection
class VectorSeriesCollection extends AbstractXYDataset implements Serializable-
Serialized Fields
-
data
List data
Storage for the data series.
-
-
-
Class org.jfree.data.xy.XIntervalDataItem
class XIntervalDataItem extends ComparableObjectItem implements Serializable -
Class org.jfree.data.xy.XIntervalSeries
class XIntervalSeries extends ComparableObjectSeries implements Serializable -
Class org.jfree.data.xy.XIntervalSeriesCollection
class XIntervalSeriesCollection extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
data
List data
Storage for the data series.
-
-
-
Class org.jfree.data.xy.XYBarDataset
class XYBarDataset extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
barWidth
double barWidth
The bar width. -
underlying
XYDataset underlying
The underlying dataset.
-
-
-
Class org.jfree.data.xy.XYCoordinate
class XYCoordinate extends Object implements Serializable-
Serialized Fields
-
x
double x
The x-coordinate. -
y
double y
The y-coordinate.
-
-
-
Class org.jfree.data.xy.XYDataItem
class XYDataItem extends Object implements Serializable- serialVersionUID:
- 2751513470325494890L
-
Class org.jfree.data.xy.XYDatasetTableModel
class XYDatasetTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
model
TableXYDataset model
The dataset.
-
-
-
Class org.jfree.data.xy.XYInterval
class XYInterval extends Object implements Serializable-
Serialized Fields
-
xHigh
double xHigh
The upper bound of the y-interval. -
xLow
double xLow
The lower bound of the x-interval. -
y
double y
The y-value. -
yHigh
double yHigh
The upper bound of the y-interval. -
yLow
double yLow
The lower bound of the y-interval.
-
-
-
Class org.jfree.data.xy.XYIntervalDataItem
class XYIntervalDataItem extends ComparableObjectItem implements Serializable -
Class org.jfree.data.xy.XYIntervalSeries
class XYIntervalSeries extends ComparableObjectSeries implements Serializable -
Class org.jfree.data.xy.XYIntervalSeriesCollection
class XYIntervalSeriesCollection extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
data
List data
Storage for the data series.
-
-
-
Class org.jfree.data.xy.XYItemKey
class XYItemKey extends Object implements Serializable-
Serialized Fields
-
itemIndex
int itemIndex
The index of an item within a series. -
seriesKey
S extends Comparable<S> seriesKey
A key identifying a series in the dataset.
-
-
-
Class org.jfree.data.xy.XYSeries
class XYSeries extends Series implements Serializable- serialVersionUID:
- -5908509288197150436L
-
Serialized Fields
-
allowDuplicateXValues
boolean allowDuplicateXValues
A flag that controls whether or not duplicate x-values are allowed. -
autoSort
boolean autoSort
A flag that controls whether the items are automatically sorted (by x-value ascending). -
data
List data
Storage for the data items in the series. -
maximumItemCount
int maximumItemCount
The maximum number of items for the series. -
maxX
double maxX
The highest x-value in the series, excluding Double.NaN values. -
maxY
double maxY
The highest y-value in the series, excluding Double.NaN values. -
minX
double minX
The lowest x-value in the series, excluding Double.NaN values. -
minY
double minY
The lowest y-value in the series, excluding Double.NaN values.
-
-
Class org.jfree.data.xy.XYSeriesCollection
class XYSeriesCollection extends AbstractIntervalXYDataset implements Serializable- serialVersionUID:
- -7590013825931496766L
-
Serialization Methods
-
readObject
Provides serialization support.- Parameters:
stream
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if there is a classpath problem.
-
writeObject
Provides serialization support.- Parameters:
stream
- the output stream.- Throws:
IOException
- if there is an I/O error.
-
-
Serialized Fields
-
data
List data
The series that are included in the collection. -
intervalDelegate
IntervalXYDelegate intervalDelegate
The interval delegate (used to calculate the start and end x-values).
-
-
Class org.jfree.data.xy.YInterval
class YInterval extends Object implements Serializable-
Serialized Fields
-
y
double y
The y-value. -
yHigh
double yHigh
The upper bound of the y-interval. -
yLow
double yLow
The lower bound of the y-interval.
-
-
-
Class org.jfree.data.xy.YIntervalDataItem
class YIntervalDataItem extends ComparableObjectItem implements Serializable -
Class org.jfree.data.xy.YIntervalSeries
class YIntervalSeries extends ComparableObjectSeries implements Serializable -
Class org.jfree.data.xy.YIntervalSeriesCollection
class YIntervalSeriesCollection extends AbstractIntervalXYDataset implements Serializable-
Serialized Fields
-
data
List data
Storage for the data series.
-
-
-
Class org.jfree.data.xy.YWithXInterval
class YWithXInterval extends Object implements Serializable-
Serialized Fields
-
xHigh
double xHigh
The upper bound of the x-interval. -
xLow
double xLow
The lower bound of the x-interval. -
y
double y
The y-value.
-
-
-