|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
CategoryItemRenderer
.Dataset
interface, containing a mechanism
for registering change listeners.SeriesDataset
interface, containing a
mechanism for registering change listeners.XYItemRenderer
implementations.XYPlot
.Axis
class and its subclasses.OutlierList
to the
end of this list if it does not overlap an outlier in an existing list.
true
if this segment is wholly after another segment.
CategoryItemRenderer
that draws individual data items as bars.CategoryPlot
class.BoxAndWhiskerXYDataset
.true
if this segment is wholly before another segment.
XYPlot
(requires a HighLowDataset
).START
,
MIDDLE
and END
.CategoryPlot
.CategoryDataset
from an XML file.CategoryDataset
.CategoryPlot
class to display individual data items
from a CategoryDataset
.CategoryItemRenderer
.CategoryAxis
.CategoryDataset
and renders each data
item using a CategoryItemRenderer
.CategoryPlot
.CategoryAxis
.PieDataset
implementation that obtains its data from one row or column of a
CategoryDataset
.CategoryDataset
into a PieDataset
, by
taking the values from a single row or column.
CategoryDataset
.ChartMouseEvent
notifications.JFreeChart
.ChartPanel
class.ContourPlot
.XYBarRenderer
that displays bars for different
series values at the same x next to each other.XYDataset
, HighLowDataset
and
IntervalXYDataset
together exposing the union of all the series under one dataset.XYPlot
that contains multiple subplots that share a common domain axis.XYPlot
that contains multiple subplots that share a common range axis.ValueDataset
.ContourPlot
class.ContourDataset
.BoxAndWhiskerItem
.
Number
objects) that are in
ascending order.
KeyedValue
instances and returns an int
that indicates the
relative order of the two objects.
Year
object relative to
the specified object:
negative == before, zero == same, positive == after.
true
if this segment is contained in an interval.
true
if an interval is contained in this segment.
true
if a segment is contained in this segment.
true
if a range of values are contained in the timeline.
true
if a range of dates are contained in the timeline.
true
if a value is contained in the timeline.
true
if a value is contained in the timeline values.
true
if a date is contained in the timeline values.
null
if there was an exception during
cloning.
CategoryDataset
that contains a copy of the data in an array
(instances of Double
are created to represent the data items).
CategoryDataset
that contains a copy of the data in an array.
CategoryDataset
that contains a copy of the data in an array
(instances of Double
are created to represent the data items).
CategoryDataset
by copying the data from the supplied KeyedValues
instance.
Paint
objects that represent
the pre-defined colors in the Color and ChartColor
objects.
- createDownRotationLabelPositions(double) -
Static method in class org.jfree.chart.axis.CategoryLabelPositions
- Creates a new instance where the category labels angled downwards by the specified amount.
- createGanttChart(String, String, String, IntervalCategoryDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a Gantt chart using the supplied attributes plus default values where required.
- createHighLowChart(String, String, String, HighLowDataset, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a high-low-open-close chart.
- createHighLowChart(String, String, String, HighLowDataset, Timeline, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a high-low-open-close chart with
a special timeline.
- createHistogram(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a histogram.
- createInstance(JFreeChart) -
Static method in class org.jfree.chart.Legend
- Static factory method that returns a concrete subclass of Legend.
- createIntegerTickUnits() -
Static method in class org.jfree.chart.axis.NumberAxis
- Returns a collection of tick units for integer values.
- createIntegerTickUnits(Locale) -
Static method in class org.jfree.chart.axis.NumberAxis
- Returns a collection of tick units for integer values.
- createIntegerTickUnits() -
Static method in class org.jfree.chart.axis.TickUnits
- Deprecated. this method has been moved to the NumberAxis class.
- createIntegerTickUnits(Locale) -
Static method in class org.jfree.chart.axis.TickUnits
- Deprecated. this method has been moved to the NumberAxis class.
- createLabel(Comparable, float, RectangleEdge, Graphics2D) -
Method in class org.jfree.chart.axis.CategoryAxis
- Creates a label.
- createLabel(Comparable, float, RectangleEdge, Graphics2D) -
Method in class org.jfree.chart.axis.ExtendedCategoryAxis
- Overrides the default behaviour by adding the sublabel to the text block that is
used for the category label.
- createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a line chart with default settings.
- createLineXYChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Deprecated. Use createXYLineChart(...).
- createMovingAverage(TimeSeriesCollection, String, int, int) -
Static method in class org.jfree.data.MovingAverage
- Creates a new
TimeSeriesCollection
containing a moving average series for each
series in the source collection.
- createMovingAverage(TimeSeries, String, int, int) -
Static method in class org.jfree.data.MovingAverage
- Creates a new
TimeSeries
containing moving average values for the given series.
- createMovingAverage(XYDataset, String, long, long) -
Static method in class org.jfree.data.MovingAverage
- Creates a new
XYDataset
containing the moving averages of each series in the
source
dataset.
- createMovingAverage(XYDataset, String, double, double) -
Static method in class org.jfree.data.MovingAverage
- Creates a new
XYDataset
containing the moving averages of each series in the
source
dataset.
- createMovingAverage(XYDataset, int, String, long, long) -
Static method in class org.jfree.data.MovingAverage
- Deprecated. Use similar method with 'double' parameters.
- createMovingAverage(XYDataset, int, String, double, double) -
Static method in class org.jfree.data.MovingAverage
- Creates a new
XYSeries
containing the moving averages of one series in the
source
dataset.
- createNumberArray(double[]) -
Static method in class org.jfree.data.DatasetUtilities
- Constructs an array of
Number
objects from an array of double
primitives.
- createNumberArray(double[]) -
Static method in class org.jfree.data.DefaultHighLowDataset
- Constructs an array of Number objects from an array of doubles.
- createNumberArray2D(double[][]) -
Static method in class org.jfree.data.DatasetUtilities
- Constructs an array of arrays of
Number
objects from a corresponding
structure containing double
primitives.
- createPie3DChart(String, PieDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Deprecated. Use createPieChart3D(...).
- createPieChart(String, PieDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a pie chart with default settings.
- createPieChart(String, CategoryDataset, int, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a chart containing multiple pie charts, from a TableDataset.
- createPieChart3D(String, PieDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a 3D pie chart using the specified dataset.
- createPieDatasetForColumn(CategoryDataset, Comparable) -
Static method in class org.jfree.data.DatasetUtilities
- Creates a pie dataset from a table dataset by taking all the values
for a single column.
- createPieDatasetForColumn(CategoryDataset, int) -
Static method in class org.jfree.data.DatasetUtilities
- Creates a pie dataset from a table dataset by taking all the values
for a single column.
- createPieDatasetForRow(CategoryDataset, Comparable) -
Static method in class org.jfree.data.DatasetUtilities
- Creates a pie dataset from a table dataset by taking all the values
for a single row.
- createPieDatasetForRow(CategoryDataset, int) -
Static method in class org.jfree.data.DatasetUtilities
- Creates a pie dataset from a table dataset by taking all the values
for a single row.
- createPointMovingAverage(TimeSeries, String, int) -
Static method in class org.jfree.data.MovingAverage
- Creates a new
TimeSeries
containing moving average values for the given series,
calculated by number of points (irrespective of the 'age' of those points).
- createPopupMenu(boolean, boolean, boolean, boolean) -
Method in class org.jfree.chart.ChartPanel
- Creates a popup menu for the panel.
- createScatterPlot(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a scatter plot with default settings.
- createSignalChart(String, String, String, SignalsDataset, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a signal chart.
- createStackedAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates an area chart with default settings.
- createStackedAreaXYChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a stacked XY area plot.
- createStackedBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a stacked bar chart with default settings.
- createStackedBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a stacked bar chart with a 3D effect and default settings.
- createStandardDateTickUnits() -
Static method in class org.jfree.chart.axis.DateAxis
- Returns a collection of standard date tick units.
- createStandardSeriesShapes() -
Static method in class org.jfree.chart.plot.DefaultDrawingSupplier
- Creates an array of standard shapes to display for the items in series on charts.
- createStandardTickUnits() -
Static method in class org.jfree.chart.axis.NumberAxis
- Creates the standard tick units.
- createStandardTickUnits(Locale) -
Static method in class org.jfree.chart.axis.NumberAxis
- Creates a collection of standard tick units.
- createStandardTickUnits() -
Static method in class org.jfree.chart.axis.TickUnits
- Deprecated. this method has been moved to the NumberAxis class.
- createStandardTickUnits(Locale) -
Static method in class org.jfree.chart.axis.TickUnits
- Deprecated. this method has been moved to the NumberAxis class.
- createTempDir() -
Static method in class org.jfree.chart.servlet.ServletUtilities
- Creates the temporary directory if it does not exist.
- createTimeSeriesChart(String, String, String, XYDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates and returns a time series chart.
- createTransformedShape(Shape, double, double) -
Method in class org.jfree.chart.renderer.AbstractRenderer
- Creates and returns a translated version of a shape.
- createUpRotationLabelPositions(double) -
Static method in class org.jfree.chart.axis.CategoryLabelPositions
- Creates a new instance where the category labels angled upwards by the specified amount.
- createWaferMapChart(String, WaferMapDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a wafer map chart.
- createWaterfallChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a waterfall chart.
- createWindPlot(String, String, String, WindDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a wind plot with default settings.
- createXYAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates an area chart using an
XYDataset
.
- createXYBarChart(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of an XY bar chart.
- createXYLineChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a line chart (based on an
XYDataset
) with default settings.
- createXYStepAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a filled stepped XY plot with default settings.
- createXYStepChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a stepped XY plot with default settings.
- cursorDown(double) -
Method in class org.jfree.chart.axis.AxisState
- Moves the cursor down by the specified number of Java 2D units.
- cursorLeft(double) -
Method in class org.jfree.chart.axis.AxisState
- Moves the cursor left by the specified number of Java 2D units.
- cursorRight(double) -
Method in class org.jfree.chart.axis.AxisState
- Moves the cursor right by the specified number of Java 2D units.
- cursorUp(double) -
Method in class org.jfree.chart.axis.AxisState
- Moves the cursor up by the specified number of Java 2D units.
DatasetUtilities
).CategoryPlot
or an XYPlot
.java.util.Date
objects.DateAxis
class.DateAxis
.BoxAndWhiskerCategoryDataset
interface.BoxAndWhiskerXYDataset
.CategoryDataset
interface.CategoryPlot
class.ContourDataset
interface.DrawingSupplier
interface.IntervalCategoryDataset
interface.KeyedValueDataset
interface.KeyedValue
instance.
KeyedValues2DDataset
interface.KeyedValuesDataset
interface.MeterDataset
interface.PieDataset
interface.KeyedValues
instance.
StatisticalCategoryDataset
interface.XYDataset
where every series shares the same x-values (required for
generating stacked area charts).ValueDataset
interface.WindDataset
interface.XYPlot
class.MeterPlot
.Paint
and Stroke
objects.DatasetChangeEvent
through.
CategoryAxis
class that supports sublabels on
the axis.true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
Segment
) for equality with this segment.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
true
if this time period is equal to another object, and
false
otherwise.
true
if this object is equal to the specified object, and
false
otherwise.
Year
object to an arbitrary object.
java.util.Date
object that allows it to be used as a
RegularTimePeriod
.ChartChangeEvent
to all registered listeners.
SeriesChangeEvent
to all registered listeners.
IntervalCategoryDataset
interface that adds support for multiple
sub-intervals.PieDataset
.
null
if none.
Calendar
class.
CategoryPlot
.
KeyedValues
instance that contains the cumulative percentage values
for the data in another KeyedValues
instance.
Date
that represents the reference point for this segment.
Date
object.
XYDataItem
objects and is unmodifiable).
TimeSeriesDataItem
objects and is unmodifiable).
null
if the dataset has no data item.
null
.
null
no label is displayed).
null
if all the values in
the domain are null
).
null
if all the values in
the domain are null
).
Stroke
object in a sequence maintained by the supplier.
Shape
object in a sequence maintained by the supplier.
Stroke
object in a sequence maintained by the supplier.
null
.
2
, the number of passes required by the renderer.
PieDataset
.
PieDataset
.
series
for the specified category, category
.
series
for the specified category, category
.
series
for the specified category, category
.
Stroke
) used to draw the crosshair (if visible).
null
values are
automatically replaced with a value from the DrawingSupplier
.
null
values are
automatically replaced with a value from the DrawingSupplier
.
null
values are
automatically replaced with a value from the DrawingSupplier
.
null
if there is no such series.
null
) for a given key.
null
) for a given key.
null
.
XYDataset
.
series
and item
parameters.
Integer
.
XYPlot
.
series
and item
parameters.
Integer
.
XYPlot
(requires
a HighLowDataset
).HighLowDataset
.IntervalCategoryDataset
.XYDataset
interface that allows a range of data to be
defined for the X values, the Y values, or both the X and Y values.XYZDataset
interface that allows a range of data to be
defined for any of the X values, the Y values, and the Z values.CategoryPlot
.null
, it is treated as if it were 0.0).
true
if the domain gridlines are visible, and false
otherwise.
- isDrawBarOutline() -
Method in class org.jfree.chart.renderer.BarRenderer
- Returns a flag that controls whether or not bar outlines are drawn.
- isDrawLines() -
Method in class org.jfree.chart.renderer.LineAndShapeRenderer
- Returns
true
if a line should be drawn from the previous to the current data
point, and false
otherwise.
- isDrawLines() -
Method in class org.jfree.chart.renderer.MinMaxCategoryRenderer
- Gets whether or not lines are drawn between category points.
- isDrawPath() -
Method in class org.jfree.chart.ClipPath
- Returns the drawPath.
- isDrawShapes() -
Method in class org.jfree.chart.renderer.LineAndShapeRenderer
- Returns
true
if a shape should be drawn to represent each data point, and
false
otherwise.
- isEmptyOrNull(XYDataset) -
Static method in class org.jfree.data.DatasetUtilities
- Returns
true
if the dataset is empty (or null
), and
false
otherwise.
- isEmptyOrNull(PieDataset) -
Static method in class org.jfree.data.DatasetUtilities
- Returns
true
if the dataset is empty (or null
), and
false
otherwise.
- isEmptyOrNull(CategoryDataset) -
Static method in class org.jfree.data.DatasetUtilities
- Returns
true
if the dataset is empty (or null
), and
false
otherwise.
- isEnforceFileExtensions() -
Method in class org.jfree.chart.ChartPanel
- Returns
true
if file extensions should be enforced, and false
otherwise.
- isFillPath() -
Method in class org.jfree.chart.ClipPath
- Returns the fillPath.
- isGridLinesVisible() -
Method in class org.jfree.chart.axis.SymbolicAxis
- Returns
true
if the symbolic grid lines are showing, and
false otherwise.
- isHiddenValue(long) -
Method in class org.jfree.chart.axis.DateAxis
- Returns
true
if the axis hides this value, and false
otherwise.
- isHighFarOut() -
Method in class org.jfree.chart.renderer.OutlierListCollection
- A flag to indicate the presence of one or more far out values at the top end of the
range.
- isInverse() -
Method in class org.jfree.chart.ui.ColorPalette
- Returns the inverse flag.
- isInverted() -
Method in class org.jfree.chart.axis.ValueAxis
- Returns a flag that controls the direction of values on the axis.
- isItemLabelVisible(int, int) -
Method in class org.jfree.chart.renderer.AbstractRenderer
- Returns
true
if an item label is visible, and false
otherwise.
- isLogscale() -
Method in class org.jfree.chart.ui.ColorPalette
- Returns the log-scale flag.
- isLowFarOut() -
Method in class org.jfree.chart.renderer.OutlierListCollection
- A flag to indicate the presence of one or more far out values at the bottom end of the
range.
- isMaxValue(Number) -
Method in class org.jfree.data.WaferMapDataset
- Tests to see if the passed value is larger than the stored maxvalue.
- isMinValue(Number) -
Method in class org.jfree.data.WaferMapDataset
- Tests to see if the passed value is smaller than the stored minvalue.
- isMultiple() -
Method in class org.jfree.chart.renderer.OutlierList
- Returns
true
if the list contains multiple outliers, and false
otherwise.
- isNegativeArrowVisible() -
Method in class org.jfree.chart.axis.ValueAxis
- A flag that controls whether or not the axis line has a negative arrow.
- isNotify() -
Method in class org.jfree.chart.JFreeChart
- Returns a flag that controls whether or not change events are sent to registered listeners.
- isOutline() -
Method in class org.jfree.chart.renderer.AreaXYRenderer
- Returns a flag that controls whether or not outlines of the areas are drawn.
- isOutline() -
Method in class org.jfree.chart.renderer.XYAreaRenderer
- Returns a flag that controls whether or not outlines of the areas are drawn.
- isOutline() -
Method in class org.jfree.chart.renderer.XYStepAreaRenderer
- Returns a flag that controls whether or not outlines of the areas are drawn.
- isOverlapped(Outlier) -
Method in class org.jfree.chart.renderer.OutlierList
- Returns
true
if the outlier overlaps, and false
otherwise.
- isPositiveArrowVisible() -
Method in class org.jfree.chart.axis.ValueAxis
- A flag that controls whether or not the axis line has a positive arrow.
- isRangeCrosshairLockedOnData() -
Method in class org.jfree.chart.plot.CategoryPlot
- Returns a flag indicating whether or not the crosshair should "lock-on"
to actual data values.
- isRangeCrosshairLockedOnData() -
Method in class org.jfree.chart.plot.ContourPlot
- Returns a flag indicating whether or not the crosshair should "lock-on"
to actual data values.
- isRangeCrosshairLockedOnData() -
Method in class org.jfree.chart.plot.XYPlot
- Returns a flag indicating whether or not the crosshair should "lock-on"
to actual data values.
- isRangeCrosshairVisible() -
Method in class org.jfree.chart.plot.CategoryPlot
- Returns a flag indicating whether or not the range crosshair is visible.
- isRangeCrosshairVisible() -
Method in class org.jfree.chart.plot.ContourPlot
- Returns a flag indicating whether or not the range crosshair is visible.
- isRangeCrosshairVisible() -
Method in class org.jfree.chart.plot.XYPlot
- Returns a flag indicating whether or not the range crosshair is visible.
- isRangeGridlinesVisible() -
Method in class org.jfree.chart.plot.CategoryPlot
- Returns the flag that controls whether the range grid-lines are visible.
- isRangeGridlinesVisible() -
Method in class org.jfree.chart.plot.XYPlot
- Returns
true
if the range axis grid is visible, and false
otherwise.
- isRenderAsPoints() -
Method in class org.jfree.chart.plot.ContourPlot
- Returns the renderAsPoints.
- isSeriesItemLabelsVisible(int) -
Method in class org.jfree.chart.renderer.AbstractRenderer
- Returns
true
if the item labels for a series area visible, and
false
otherwise.
- isStepped() -
Method in class org.jfree.chart.ui.ColorPalette
- Returns the 'is-stepped' flag.
- isSubplot() -
Method in class org.jfree.chart.plot.Plot
- Returns true if this plot is part of a combined plot structure.
- isTickLabelsVisible() -
Method in class org.jfree.chart.axis.Axis
- Returns a flag indicating whether or not the tick labels are visible.
- isTickLabelsVisible() -
Method in class org.jfree.chart.ui.AxisPropertyEditPanel
- Returns a flag that indicates whether or not the tick labels are visible.
- isTickMarksVisible() -
Method in class org.jfree.chart.axis.Axis
- Returns the flag that indicates whether or not the tick marks are
showing.
- isTickMarksVisible() -
Method in class org.jfree.chart.ui.AxisPropertyEditPanel
- Returns the current value of the flag that determines whether or not
tick marks are visible.
- isTimeSeries() -
Method in class org.jfree.data.JDBCXYDataset
- Returns
true
if the dataset represents time series data, and false
otherwise.
- isValidNumber(double) -
Static method in class org.jfree.chart.plot.ThermometerPlot
- Determine whether a number is valid and finite.
- isValidPosition(int) -
Method in class org.jfree.chart.title.ImageTitle
- Returns true for all positions, since an image can be displayed anywhere.
- isValueValid() -
Method in class org.jfree.data.DefaultMeterDataset
- Returns true if the value is valid, and false otherwise.
- isValueValid() -
Method in interface org.jfree.data.MeterDataset
- Returns true if the value is valid, and false otherwise.
- isVerticalCategoryLabels() -
Method in class org.jfree.chart.axis.CategoryAxis
- Deprecated. Use the get/setXXXCategoryLabelPosition methods.
- isVerticalTickLabels() -
Method in class org.jfree.chart.axis.ValueAxis
- Returns true if the tick labels should be rotated (to vertical), and false otherwise.
- isVisible() -
Method in class org.jfree.chart.axis.Axis
- Returns true if the axis is visible, and false otherwise.
- iterator() -
Method in class org.jfree.chart.LegendItemCollection
- Returns an iterator that provides access to all the legend items.
- iterator() -
Method in interface org.jfree.chart.entity.EntityCollection
- Returns an iterator for the entities in the collection.
- iterator() -
Method in class org.jfree.chart.entity.StandardEntityCollection
- Returns an iterator for the entities in the collection.
- iterator() -
Method in class org.jfree.chart.renderer.OutlierListCollection
- Returns an iterator for the outlier lists.
CategoryDataset
implementation over a database JDBC result set.PieDataset
that reads data from a database via JDBC.XYDataset
implementation over a database JDBC result set.JFreeChart
class.KeyedValue
instances and sort them
into ascending or descending order by key or by value.KeyedValueComparator
: 'by key' or 'by value'.Values2D
interface where a unique key is associated with the row
and column indices.CategoryItemRenderer
that represents data using bars which are superimposed.CategoryItemRenderer
that draws individual data items as horizontal lines,
spaced in the same way as bars in a bar chart.CompassPlot
.DefaultContourDataset
to acommadate non-grid data.Outlier
, OutlierList
and
OutlierListCollection
classes.ChartChangeEvent
to all registered listeners.
ChartProgressEvent
to all registered listeners.
OHLCDataset
.HighLowDataset
interface.JFreeChart
and
ChartPanel
.CompassPlot
.CategoryPlot
and XYPlot
classes.PieDataset
interface.PieDataset
from an XML file.PieDataset
.PieDataset
interface.PieDataset
.PlotChangeListener
to
signal a change to a plot.Plot
.CompassPlot
class.CompassPlot
class.PlotChangeEvent
and responds by notifying all listeners.
PlotChangeEvent
and responds by notifying all listeners.
PlotChangeEvent
and responds by notifying all listeners.
PlotChangeEvent
and responds by notifying all listeners.
RendererChangeListener
to
signal a change to a plot.CategoryDataset
from a file.
CategoryDataset
from a stream.
PieDataset
from an XML file.
PieDataset
from a stream.
Timeline
that implements a "segmented" timeline with included, excluded and
exception segments.SegmentRange
that came from the BaseTimeline.CompassPlot
class.XYPlot
.XYDataset
.java.util.Date
.CategoryPlot
.XYPlot
class.CategoryPlot
class.CategoryPlot
class.XYPlot
class.CategoryDataset
.ContourDataset
.PieDataset
.StandardPieItemLabelGenerator
.NumberAxis
class to obtain a
suitable TickUnit
.XYPlot
.XYDataset
.XYZDataset
data.SeriesDataset
.parent
.
parent
.
XYDataset
.XYDataset
by sampling the specified function over a fixed range.
AxisChangeEvent
to all registered
listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered
listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all registered
listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
null
no label is displayed).
null
permitted).
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered
listeners.
RendererChangeEvent
to all registered listeners.
ChartChangeEvent
notifications.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
Stroke
) used to draw the crosshairs (if visible).
null
values are
automatically replaced with a value from the DrawingSupplier
.
null
values are
automatically replaced with a value from the DrawingSupplier
.
null
values are
automatically replaced with a value from the DrawingSupplier
.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered
listeners.
RendererChangeEvent
to
all registered listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all
registered listeners.
RendererChangeEvent
to all
registered listeners.
LegendChangeEvent
to all registered listeners.
LegendChangeEvent
to all registered listeners.
RendererChangeEvent
to
all registered listeners.
DatasetChangeEvent
to all registered
listeners.
XYDataset
if allowed.
XYDataset
.
Task
objects.TaskSeries
objects.ValueDataset
) in a thermometer type display.DateAxis
and NumberAxis
classes to obtain a
suitable TickUnit
.java.util.Date
.START
,
MIDDLE
and END
.TimePeriodValue
instances.TimePeriodValues
objects.double
primitive.ValueAxis
, providing a standard
method to find the current data range.WaferMapPlot
class.CategoryPlot
class.CompassPlot
class.XYPlot
.XYPlot
.XYPlot
(requires an IntervalXYDataset
).XYPlot
.XYDataItem
.XYDataset
to convert it to a
table model for use in a JTable.XYPlot
that highlights the differences between two
series.XYPlot
.XYPlot
.XYPlot
.XYPlot
.XYPlot
.XYItemRenderer
.XYPlot
.XYPlot
.Shape
annotation that can be placed on an XYPlot
.XYPlot
.XYPlot
.XYDataset
.XYDataset
.XYZDataset
.XYZDataset
.XYPlot
.Year
, based on the current system date/time.
Year
, based on a particular instant in time, using the
default time zone.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |