|
Header
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
BoxAndWhiskerItem
from a list of Number
objects.
BoxAndWhiskerItem
from a list of Number
objects.
Number
objects.
Number
objects.
Number
objects).
Number
objects).
Number
objects).
Number
objects).
PieDataset
.
XYPlot
(requires a
OHLCDataset
).true
if all the y-values for the specified x-value
are null
and false
otherwise.
START
, MIDDLE
and END
.CategoryPlot
.CategoryPlot
.CategoryDataset
from an XML file.CategoryItemEntity.CategoryItemEntity(Shape, String,
String, CategoryDataset, Comparable, Comparable)
.
CategoryItemRenderer
and that
assumes responsibility for creating text items to be used as labels for the
items in a CategoryPlot
.CategoryPlot
class to display
individual data items from a CategoryDataset
.CategoryItemRenderer
.CategoryAxis
.CategoryAxis
.CategoryPlot
.CategoryDataset
and
renders each data item using a CategoryItemRenderer
.CategoryPlot
.CategoryDataset
.XYStepRenderer
but
that can be used with the CategoryPlot
class.false
).
TableXYDataset
where every series
shares the same x-values (required for generating stacked area charts).CategoryPlot
.CategoryAxis
.CategoryItemRenderer
and that
assumes responsibility for creating text items to be used as tooltips for the
items in a CategoryPlot
.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
.AxisChangeEvent
to all registered listeners.
JComponent
containing a user interface
for modifying the properties of a chart.ChartEditor
instances.ChartEditor
instances for editing
charts.ChartPanel
.ChartMouseEvent
notifications from a ChartPanel
.JFreeChart
object.ChartTheme
a class that can apply a style or 'theme' to a chart.DatasetChangeEvent
to all registered listeners.
SeriesChangeEvent
to all registered
listeners.
DatasetChangeEvent
to all registered listeners (unless the dataset was already empty).
DatasetChangeEvent
to all registered listeners.
DatasetChangeEvent
to all registered listeners.
SeriesChangeEvent
to all registered listeners.
DatasetChangeEvent
to all registered listeners.
SeriesChangeEvent
to all registered listeners.
PlotChangeEvent
to all
registered listeners.
PlotChangeEvent
to all
registered listeners.
AxisChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to
all registered listeners.
DatasetChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all
registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
PlotChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
RendererChangeEvent
to all registered listeners.
ChartChangeEvent
to all registered listeners.
XYPlot
and
XYBlockRenderer
.LabelBlock
instance.
LegendItem
).
PaintMap
.
GrayPaintScale
instance.
StrokeMap
.
LegendGraphic
instance.
XYBarRenderer
that displays bars for different
series values at the same x next to each other.XYPlot
and
XYBlockRenderer
.XYPlot
and
XYBlockRenderer
.ThermometerPlot.getColumnDiameter()
.
ThermometerPlot.getColumnRadius()
.
XYPlot
that contains multiple subplots that share a
common domain axis.XYPlot
that contains multiple subplots that share a
common range axis.ComparableObjectSeries
.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.
ValueDataset
.BlockContainer
.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 the range contains the specified value and
false
otherwise.
true
if a range of values are contained in the
timeline.
true
if a range of values are contained in the
timeline.
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.
true
if a value is contained in the timeline values.
true
if a date is contained in the timeline values.
true
if the map contains the specified key, and
false
otherwise.
true
if the map contains the specified key, and
false
otherwise.
XYPlot
and
XYBlockRenderer
.XYPlot
and
XYBlockRenderer
.XYPlot
with
an XYBlockRenderer
.XYPlot
and
XYBlockRenderer
.XYPlot
and
XYBlockRenderer
.XYPlot
and
XYBlockRenderer
.null
if there was an
exception during cloning.
BoxAndWhiskerCategoryDataset
.
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.
percentThreshold
) into a single item with the
key "Other".
percentThreshold
) into a single item.
Paint
objects that
represent the pre-defined colors in the Color and
ChartColor
objects.
- createDemoPanel() -
Static method in class org.jfree.chart.demo.PieChartDemo1
- Creates a panel for the demo (used by SuperDemo.java).
- createDemoPanel() -
Static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
- Creates a panel for the demo (used by SuperDemo.java).
- 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.
- createEditor(JFreeChart) -
Method in interface org.jfree.chart.editor.ChartEditorFactory
- Creates an editor for the given chart.
- createEditor(JFreeChart) -
Method in class org.jfree.chart.editor.DefaultChartEditorFactory
- Returns a new instance of a
ChartEditor
.
- 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.
- createHeatMapImage(HeatMapDataset, PaintScale) -
Static method in class org.jfree.data.general.HeatMapUtilities
- Creates an image that displays the values from the specified dataset.
- createHighLowChart(String, String, String, OHLCDataset, 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, OHLCDataset, 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 chart.
- createInstance(Date, TimeZone) -
Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
- Deprecated. As of 1.0.13, use the method that specifies the locale also.
- createInstance(Date, TimeZone, Locale) -
Method in class org.jfree.chart.axis.PeriodAxisLabelInfo
- Creates a time period that includes the specified millisecond, assuming
the given time zone.
- createInstance(Class, Date, TimeZone) -
Static method in class org.jfree.data.time.RegularTimePeriod
- Creates a time period that includes the specified millisecond, assuming
the given time zone.
- 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.
- createItemArray(CategoryDataset, int, int) -
Method in class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(PieDataset, Comparable) -
Method in class org.jfree.chart.labels.AbstractPieItemLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(XYDataset, int, int) -
Method in class org.jfree.chart.labels.AbstractXYItemLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(CategoryDataset, int, int) -
Method in class org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(XYDataset, int, int) -
Method in class org.jfree.chart.labels.BoxAndWhiskerXYToolTipGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(XYZDataset, int, int) -
Method in class org.jfree.chart.labels.BubbleXYItemLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(CategoryDataset, int, int) -
Method in class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(CategoryDataset, int, int) -
Method in class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(XYDataset, int, int) -
Method in class org.jfree.chart.labels.IntervalXYItemLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(XYDataset, int) -
Method in class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(CategoryDataset, int) -
Method in class org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(XYDataset, int) -
Method in class org.jfree.chart.labels.StandardXYSeriesLabelGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createItemArray(XYZDataset, int, int) -
Method in class org.jfree.chart.labels.StandardXYZToolTipGenerator
- Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
- createJFreeTheme() -
Static method in class org.jfree.chart.StandardChartTheme
- Creates and returns the default 'JFree' chart theme.
- 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.
- createLegacyTheme() -
Static method in class org.jfree.chart.StandardChartTheme
- Creates and returns a
ChartTheme
that doesn't apply any changes
to the JFreeChart defaults.
- createLegendItemBlock(LegendItem) -
Method in class org.jfree.chart.title.LegendTitle
- Creates a legend item block.
- createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a line chart with default settings.
- createLineChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a line chart with default settings.
- createLogTickUnits(Locale) -
Static method in class org.jfree.chart.axis.LogAxis
- Returns a collection of tick units for log (base 10) values.
- createMovingAverage(TimeSeriesCollection, String, int, int) -
Static method in class org.jfree.data.time.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.time.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.time.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.time.MovingAverage
- Creates a new
XYDataset
containing the moving averages of each
series in the source
dataset.
- createMovingAverage(XYDataset, int, String, double, double) -
Static method in class org.jfree.data.time.MovingAverage
- Creates a new
XYSeries
containing the moving averages of one
series in the source
dataset.
- createMultiplePieChart(String, CategoryDataset, TableOrder, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a chart that displays multiple pie plots.
- createMultiplePieChart3D(String, CategoryDataset, TableOrder, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a chart that displays multiple pie plots.
- createNumberArray(double[]) -
Static method in class org.jfree.data.DataUtilities
- Constructs an array of
Number
objects from an array of
double
primitives.
- createNumberArray(double[]) -
Static method in class org.jfree.data.xy.DefaultHighLowDataset
- Constructs an array of Number objects from an array of doubles.
- createNumberArray2D(double[][]) -
Static method in class org.jfree.data.DataUtilities
- Constructs an array of arrays of
Number
objects from a
corresponding structure containing double
primitives.
- createPieChart(String, PieDataset, boolean, boolean, Locale) -
Static method in class org.jfree.chart.ChartFactory
- Creates a pie chart with default settings.
- createPieChart(String, PieDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a pie chart with default settings.
- createPieChart(String, PieDataset, PieDataset, int, boolean, boolean, boolean, Locale, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a pie chart with default settings that compares 2 datasets.
- createPieChart(String, PieDataset, PieDataset, int, boolean, boolean, boolean, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a pie chart with default settings that compares 2 datasets.
- createPieChart3D(String, PieDataset, boolean, boolean, Locale) -
Static method in class org.jfree.chart.ChartFactory
- Creates a 3D pie chart using the specified dataset.
- 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.general.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.general.DatasetUtilities
- Creates a pie dataset from a
CategoryDataset
by taking all the
values for a single column.
- createPieDatasetForRow(CategoryDataset, Comparable) -
Static method in class org.jfree.data.general.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.general.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.time.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).
- createPolarChart(String, XYDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a polar plot for the specified dataset (x-values interpreted as
angles in degrees).
- createPopupMenu(boolean, boolean, boolean, boolean) -
Method in class org.jfree.chart.ChartPanel
- Creates a popup menu for the panel.
- createPopupMenu(boolean, boolean, boolean, boolean, boolean) -
Method in class org.jfree.chart.ChartPanel
- Creates a popup menu for the panel.
- createPopupMenu(boolean, boolean, boolean, boolean) -
Method in class org.jfree.chart.PolarChartPanel
- Creates a popup menu for the panel.
- createRingChart(String, PieDataset, boolean, boolean, Locale) -
Static method in class org.jfree.chart.ChartFactory
- Creates a ring chart with default settings.
- createRingChart(String, PieDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a ring chart with default settings.
- createScatterPlot(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a scatter plot with default settings.
- createStackedAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a stacked area chart with default settings.
- 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.
- createStackedValueList(CategoryDataset, Comparable, double, boolean) -
Static method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
- Deprecated. As of 1.0.13, use
StackedBarRenderer3D.createStackedValueList(
CategoryDataset, Comparable, int[], double, boolean)
.
- createStackedValueList(CategoryDataset, Comparable, int[], double, boolean) -
Static method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
- Returns a list containing the stacked values for the specified series
in the given dataset, plus the supplied base value.
- createStackedXYAreaChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates a stacked XY area plot.
- createStandardDateTickUnits() -
Static method in class org.jfree.chart.axis.DateAxis
- Returns a collection of standard date tick units that uses the default
time zone.
- createStandardDateTickUnits(TimeZone) -
Static method in class org.jfree.chart.axis.DateAxis
- Deprecated. Since 1.0.11, use
DateAxis.createStandardDateTickUnits(
TimeZone, Locale)
to explicitly set the locale as well as the
time zone.
- createStandardDateTickUnits(TimeZone, Locale) -
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.
- createState(PlotRenderingInfo) -
Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
- Creates a new state instance---this method is called from the
AbstractCategoryItemRenderer.initialise(Graphics2D, Rectangle2D, CategoryPlot, int,
PlotRenderingInfo)
method.
- createState(PlotRenderingInfo) -
Method in class org.jfree.chart.renderer.category.CategoryStepRenderer
- Creates a new state instance.
- createTempDir() -
Static method in class org.jfree.chart.servlet.ServletUtilities
- Creates the temporary directory if it does not exist.
- createTickLabel(double) -
Method in class org.jfree.chart.axis.LogAxis
- Creates a tick label for the specified value.
- createTimeSeriesChart(String, String, String, XYDataset, boolean, boolean, boolean) -
Static method in class org.jfree.chart.ChartFactory
- Creates and returns a time series chart.
- 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, boolean, 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.
- CRITICAL -
Static variable in class org.jfree.chart.plot.ThermometerPlot
- A constant for the 'critical' range.
- Crosshair - Class in org.jfree.chart.plot
- A crosshair for display on a plot.
- Crosshair() -
Constructor for class org.jfree.chart.plot.Crosshair
- Creates a new crosshair with value 0.0.
- Crosshair(double) -
Constructor for class org.jfree.chart.plot.Crosshair
- Creates a new crosshair with the specified value.
- Crosshair(double, Paint, Stroke) -
Constructor for class org.jfree.chart.plot.Crosshair
- Creates a new crosshair value with the specified value and line style.
- CrosshairLabelGenerator - Interface in org.jfree.chart.labels
- A label generator for crosshairs.
- CrosshairOverlay - Class in org.jfree.chart.panel
- An overlay for a
ChartPanel
that draws crosshairs on a plot. - CrosshairOverlay() -
Constructor for class org.jfree.chart.panel.CrosshairOverlay
- Default constructor.
- CrosshairState - Class in org.jfree.chart.plot
- Maintains state information about crosshairs on a plot between successive
calls to the renderer's draw method.
- CrosshairState() -
Constructor for class org.jfree.chart.plot.CrosshairState
- Creates a new
CrosshairState
instance that calculates
distance in Java2D space.
- CrosshairState(boolean) -
Constructor for class org.jfree.chart.plot.CrosshairState
- Creates a new
CrosshairState
instance.
- CSV - Class in org.jfree.data.io
- A utility class for reading
CategoryDataset
data from a CSV file. - CSV() -
Constructor for class org.jfree.data.io.CSV
- Creates a new CSV reader where the field delimiter is a comma, and the
text delimiter is a double-quote.
- CSV(char, char) -
Constructor for class org.jfree.data.io.CSV
- Creates a new reader with the specified field and text delimiters.
- CUBIC_CURVE -
Static variable in class org.jfree.chart.plot.PieLabelLinkStyle
- CUBIC_CURVE.
- 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.
- CustomCategoryURLGenerator - Class in org.jfree.chart.urls
- A custom URL generator.
- CustomCategoryURLGenerator() -
Constructor for class org.jfree.chart.urls.CustomCategoryURLGenerator
- Default constructor.
- CustomPieURLGenerator - Class in org.jfree.chart.urls
- A custom URL generator for pie charts.
- CustomPieURLGenerator() -
Constructor for class org.jfree.chart.urls.CustomPieURLGenerator
- Creates a new
CustomPieURLGenerator
instance, initially
empty.
- CustomXYToolTipGenerator - Class in org.jfree.chart.labels
- A tool tip generator that stores custom tooltips.
- CustomXYToolTipGenerator() -
Constructor for class org.jfree.chart.labels.CustomXYToolTipGenerator
- Default constructor.
- CustomXYURLGenerator - Class in org.jfree.chart.urls
- A custom URL generator.
- CustomXYURLGenerator() -
Constructor for class org.jfree.chart.urls.CustomXYURLGenerator
- Default constructor.
- CyclicNumberAxis - Class in org.jfree.chart.axis
- This class extends NumberAxis and handles cycling.
- CyclicNumberAxis(double) -
Constructor for class org.jfree.chart.axis.CyclicNumberAxis
- Creates a CycleNumberAxis with the given period.
- CyclicNumberAxis(double, double) -
Constructor for class org.jfree.chart.axis.CyclicNumberAxis
- Creates a CycleNumberAxis with the given period and offset.
- CyclicNumberAxis(double, String) -
Constructor for class org.jfree.chart.axis.CyclicNumberAxis
- Creates a named CycleNumberAxis with the given period.
- CyclicNumberAxis(double, double, String) -
Constructor for class org.jfree.chart.axis.CyclicNumberAxis
- Creates a named CycleNumberAxis with the given period and offset.
- CyclicNumberAxis.CycleBoundTick - Class in org.jfree.chart.axis
- A special Number tick that also hold information about the cycle bound
mapping for this tick.
- CyclicNumberAxis.CycleBoundTick(boolean, Number, String, TextAnchor, TextAnchor, double) -
Constructor for class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
- Creates a new tick.
- CyclicXYItemRenderer - Class in org.jfree.chart.renderer.xy
- The Cyclic XY item renderer is specially designed to handle cyclic axis.
- CyclicXYItemRenderer() -
Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
- Default constructor.
- CyclicXYItemRenderer(int) -
Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
- Creates a new renderer.
- CyclicXYItemRenderer(int, XYToolTipGenerator) -
Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
- Creates a new renderer.
- CyclicXYItemRenderer(int, XYToolTipGenerator, XYURLGenerator) -
Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer
- Creates a new renderer.
- CyclicXYItemRenderer.OverwriteDataSet - Class in org.jfree.chart.renderer.xy
- A dataset to hold the interpolated points when drawing new lines.
- CyclicXYItemRenderer.OverwriteDataSet(double[], double[], XYDataset) -
Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
- Creates a new dataset.
|
Footer
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |