|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XYDataset | |
|---|---|
| org.jfree.chart | Core classes, including JFreeChart and
ChartPanel. |
| org.jfree.chart.entity | Classes representing components of (or entities in) a chart. |
| org.jfree.chart.labels | Generators and other classes used for the display of item labels and tooltips. |
| org.jfree.chart.plot | Plot classes and related interfaces. |
| org.jfree.chart.renderer | Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes. |
| org.jfree.chart.renderer.xy | Plug-in renderers for the XYPlot class. |
| org.jfree.chart.urls | Classes for adding URLS to charts for HTML image map generation. |
| org.jfree.data.contour | Datasets used by the ContourPlot class. |
| org.jfree.data.general | Data interfaces and classes. |
| org.jfree.data.jdbc | Dataset classes that fetch data from a database via JDBC. |
| org.jfree.data.statistics | Classes for representing statistical data. |
| org.jfree.data.time | Interfaces and classes for time-related data. |
| org.jfree.data.time.ohlc | Classes for representing financial data in open-high-low-close form. |
| org.jfree.data.xy | A package containing the XYDataset interface and related classes. |
| Uses of XYDataset in org.jfree.chart |
|---|
| Methods in org.jfree.chart with parameters of type XYDataset | |
|---|---|
static JFreeChart |
ChartFactory.createPolarChart(java.lang.String title,
XYDataset dataset,
boolean legend,
boolean tooltips,
boolean urls)
Creates a polar plot for the specified dataset (x-values interpreted as angles in degrees). |
static JFreeChart |
ChartFactory.createScatterPlot(java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls)
Creates a scatter plot with default settings. |
static JFreeChart |
ChartFactory.createTimeSeriesChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
XYDataset dataset,
boolean legend,
boolean tooltips,
boolean urls)
Creates and returns a time series chart. |
static JFreeChart |
ChartFactory.createXYAreaChart(java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls)
Creates an area chart using an XYDataset. |
static JFreeChart |
ChartFactory.createXYLineChart(java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls)
Creates a line chart (based on an XYDataset) with default
settings. |
static JFreeChart |
ChartFactory.createXYStepAreaChart(java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls)
Creates a filled stepped XY plot with default settings. |
static JFreeChart |
ChartFactory.createXYStepChart(java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls)
Creates a stepped XY plot with default settings. |
| Uses of XYDataset in org.jfree.chart.entity |
|---|
| Methods in org.jfree.chart.entity that return XYDataset | |
|---|---|
XYDataset |
XYItemEntity.getDataset()
Returns the dataset this entity refers to. |
| Methods in org.jfree.chart.entity with parameters of type XYDataset | |
|---|---|
void |
XYItemEntity.setDataset(XYDataset dataset)
Sets the dataset this entity refers to. |
| Constructors in org.jfree.chart.entity with parameters of type XYDataset | |
|---|---|
XYItemEntity(java.awt.Shape area,
XYDataset dataset,
int series,
int item,
java.lang.String toolTipText,
java.lang.String urlText)
Creates a new entity. |
|
| Uses of XYDataset in org.jfree.chart.labels |
|---|
| Methods in org.jfree.chart.labels with parameters of type XYDataset | |
|---|---|
protected java.lang.Object[] |
StandardXYSeriesLabelGenerator.createItemArray(XYDataset dataset,
int series)
Creates the array of items that can be passed to the MessageFormat class for creating labels. |
protected java.lang.Object[] |
MultipleXYSeriesLabelGenerator.createItemArray(XYDataset dataset,
int series)
Creates the array of items that can be passed to the MessageFormat class for creating labels. |
protected java.lang.Object[] |
BoxAndWhiskerXYToolTipGenerator.createItemArray(XYDataset dataset,
int series,
int item)
Creates the array of items that can be passed to the MessageFormat class for creating labels. |
protected java.lang.Object[] |
AbstractXYItemLabelGenerator.createItemArray(XYDataset dataset,
int series,
int item)
Creates the array of items that can be passed to the MessageFormat class for creating labels. |
java.lang.String |
XYSeriesLabelGenerator.generateLabel(XYDataset dataset,
int series)
Generates a label for the specified series. |
java.lang.String |
StandardXYSeriesLabelGenerator.generateLabel(XYDataset dataset,
int series)
Generates a label for the specified series. |
java.lang.String |
MultipleXYSeriesLabelGenerator.generateLabel(XYDataset dataset,
int series)
Generates a label for the specified series. |
java.lang.String |
XYItemLabelGenerator.generateLabel(XYDataset dataset,
int series,
int item)
Generates a label for the specified item. |
java.lang.String |
SymbolicXYItemLabelGenerator.generateLabel(XYDataset dataset,
int series,
int category)
Generates a label for the specified item. |
java.lang.String |
StandardXYItemLabelGenerator.generateLabel(XYDataset dataset,
int series,
int item)
Generates the item label text for an item in a dataset. |
java.lang.String |
HighLowItemLabelGenerator.generateLabel(XYDataset dataset,
int series,
int category)
Generates a label for the specified item. |
java.lang.String |
BubbleXYItemLabelGenerator.generateLabel(XYDataset dataset,
int series,
int item)
Generates an item label for a particular item within a series. |
java.lang.String |
StandardXYZToolTipGenerator.generateLabelString(XYDataset dataset,
int series,
int item)
Generates a label string for an item in the dataset. |
java.lang.String |
BubbleXYItemLabelGenerator.generateLabelString(XYDataset dataset,
int series,
int item)
Generates a label string for an item in the dataset. |
java.lang.String |
AbstractXYItemLabelGenerator.generateLabelString(XYDataset dataset,
int series,
int item)
Generates a label string for an item in the dataset. |
java.lang.String |
XYToolTipGenerator.generateToolTip(XYDataset dataset,
int series,
int item)
Generates the tooltip text for the specified item. |
java.lang.String |
SymbolicXYItemLabelGenerator.generateToolTip(XYDataset data,
int series,
int item)
Generates a tool tip text item for a particular item within a series. |
java.lang.String |
StandardXYToolTipGenerator.generateToolTip(XYDataset dataset,
int series,
int item)
Generates the tool tip text for an item in a dataset. |
java.lang.String |
HighLowItemLabelGenerator.generateToolTip(XYDataset dataset,
int series,
int item)
Generates a tooltip text item for a particular item within a series. |
java.lang.String |
CustomXYToolTipGenerator.generateToolTip(XYDataset data,
int series,
int item)
Generates a tool tip text item for a particular item within a series. |
| Uses of XYDataset in org.jfree.chart.plot |
|---|
| Methods in org.jfree.chart.plot that return XYDataset | |
|---|---|
XYDataset |
XYPlot.getDataset()
Returns the primary dataset for the plot. |
XYDataset |
PolarPlot.getDataset()
Returns the primary dataset for the plot. |
XYDataset |
XYPlot.getDataset(int index)
Returns a dataset. |
| Methods in org.jfree.chart.plot with parameters of type XYDataset | |
|---|---|
XYItemRenderer |
XYPlot.getRendererForDataset(XYDataset dataset)
Returns the renderer for the specified dataset. |
int |
XYPlot.indexOf(XYDataset dataset)
Returns the index of the specified dataset, or -1 if the
dataset does not belong to the plot. |
void |
XYPlot.setDataset(int index,
XYDataset dataset)
Sets a dataset for the plot. |
void |
XYPlot.setDataset(XYDataset dataset)
Sets the primary dataset for the plot, replacing the existing dataset if there is one. |
void |
PolarPlot.setDataset(XYDataset dataset)
Sets the dataset for the plot, replacing the existing dataset if there is one. |
| Constructors in org.jfree.chart.plot with parameters of type XYDataset | |
|---|---|
PolarPlot(XYDataset dataset,
ValueAxis radiusAxis,
PolarItemRenderer renderer)
Creates a new plot. |
|
XYPlot(XYDataset dataset,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYItemRenderer renderer)
Creates a new plot with the specified dataset, axes and renderer. |
|
| Uses of XYDataset in org.jfree.chart.renderer |
|---|
| Methods in org.jfree.chart.renderer with parameters of type XYDataset | |
|---|---|
void |
PolarItemRenderer.drawSeries(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
PolarPlot plot,
XYDataset dataset,
int seriesIndex)
Plots the data for a given series. |
void |
DefaultPolarItemRenderer.drawSeries(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
PolarPlot plot,
XYDataset dataset,
int seriesIndex)
Plots the data for a given series. |
static int[] |
RendererUtilities.findLiveItems(XYDataset dataset,
int series,
double xLow,
double xHigh)
Finds a range of item indices that is guaranteed to contain all the x-values from x0 to x1 (inclusive). |
static int |
RendererUtilities.findLiveItemsLowerBound(XYDataset dataset,
int series,
double xLow,
double xHigh)
Finds the lower index of the range of live items in the specified data series. |
static int |
RendererUtilities.findLiveItemsUpperBound(XYDataset dataset,
int series,
double xLow,
double xHigh)
Finds the index of the item in the specified series that... |
| Uses of XYDataset in org.jfree.chart.renderer.xy |
|---|
| Classes in org.jfree.chart.renderer.xy that implement XYDataset | |
|---|---|
protected static class |
CyclicXYItemRenderer.OverwriteDataSet
A dataset to hold the interpolated points when drawing new lines. |
| Fields in org.jfree.chart.renderer.xy declared as XYDataset | |
|---|---|
protected XYDataset |
CyclicXYItemRenderer.OverwriteDataSet.delegateSet
The delegate dataset. |
| Methods in org.jfree.chart.renderer.xy with parameters of type XYDataset | |
|---|---|
protected void |
AbstractXYItemRenderer.addEntity(EntityCollection entities,
java.awt.Shape area,
XYDataset dataset,
int series,
int item,
double entityX,
double entityY)
Adds an entity to the collection. |
void |
XYBoxAndWhiskerRenderer.drawHorizontalItem(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
VectorRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the block representing the specified item. |
void |
DeviationRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYBlockRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the block representing the specified item. |
void |
XYErrorRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation for one data item. |
void |
YIntervalRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYStepRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYStepAreaRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYLineAndShapeRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYItemRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Called for each item to be plotted. |
void |
XYDotRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYDifferenceRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYBubbleRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYBoxAndWhiskerRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYBarRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYAreaRenderer2.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
XYAreaRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
WindItemRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D plotArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
StandardXYItemRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
StackedXYBarRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
StackedXYAreaRenderer2.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
StackedXYAreaRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
HighLowRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
CyclicXYItemRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
ClusteredXYBarRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
void |
CandlestickRenderer.drawItem(java.awt.Graphics2D g2,
XYItemRendererState state,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
protected void |
AbstractXYItemRenderer.drawItemLabel(java.awt.Graphics2D g2,
PlotOrientation orientation,
XYDataset dataset,
int series,
int item,
double x,
double y,
boolean negative)
Draws an item label. |
protected void |
XYBarRenderer.drawItemLabel(java.awt.Graphics2D g2,
XYDataset dataset,
int series,
int item,
XYPlot plot,
XYItemLabelGenerator generator,
java.awt.geom.Rectangle2D bar,
boolean negative)
Draws an item label. |
protected void |
XYDifferenceRenderer.drawItemPass0(java.awt.Graphics2D x_graphics,
java.awt.geom.Rectangle2D x_dataArea,
PlotRenderingInfo x_info,
XYPlot x_plot,
ValueAxis x_domainAxis,
ValueAxis x_rangeAxis,
XYDataset x_dataset,
int x_series,
int x_item,
CrosshairState x_crosshairState)
Draws the visual representation of a single data item, first pass. |
protected void |
XYDifferenceRenderer.drawItemPass1(java.awt.Graphics2D x_graphics,
java.awt.geom.Rectangle2D x_dataArea,
PlotRenderingInfo x_info,
XYPlot x_plot,
ValueAxis x_domainAxis,
ValueAxis x_rangeAxis,
XYDataset x_dataset,
int x_series,
int x_item,
CrosshairState x_crosshairState)
Draws the visual representation of a single data item, second pass. |
protected void |
XYLineAndShapeRenderer.drawPrimaryLine(XYItemRendererState state,
java.awt.Graphics2D g2,
XYPlot plot,
XYDataset dataset,
int pass,
int series,
int item,
ValueAxis domainAxis,
ValueAxis rangeAxis,
java.awt.geom.Rectangle2D dataArea)
Draws the item (first pass). |
protected void |
XYLineAndShapeRenderer.drawPrimaryLineAsPath(XYItemRendererState state,
java.awt.Graphics2D g2,
XYPlot plot,
XYDataset dataset,
int pass,
int series,
int item,
ValueAxis domainAxis,
ValueAxis rangeAxis,
java.awt.geom.Rectangle2D dataArea)
Draws the item (first pass). |
protected void |
XYLineAndShapeRenderer.drawSecondaryPass(java.awt.Graphics2D g2,
XYPlot plot,
XYDataset dataset,
int pass,
int series,
int item,
ValueAxis domainAxis,
java.awt.geom.Rectangle2D dataArea,
ValueAxis rangeAxis,
CrosshairState crosshairState,
EntityCollection entities)
Draws the item shapes and adds chart entities (second pass). |
void |
XYBoxAndWhiskerRenderer.drawVerticalItem(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
XYPlot plot,
ValueAxis domainAxis,
ValueAxis rangeAxis,
XYDataset dataset,
int series,
int item,
CrosshairState crosshairState,
int pass)
Draws the visual representation of a single data item. |
Range |
VectorRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the specified dataset. |
Range |
XYBlockRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the specified dataset. |
Range |
XYErrorRenderer.findDomainBounds(XYDataset dataset)
Returns the range required by this renderer to display all the domain values in the specified dataset. |
Range |
XYItemRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the specified dataset. |
Range |
XYBarRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the specified dataset. |
Range |
ClusteredXYBarRenderer.findDomainBounds(XYDataset dataset)
Returns the x-value bounds for the specified dataset. |
Range |
AbstractXYItemRenderer.findDomainBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the x-values in the specified dataset. |
Range |
VectorRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset. |
Range |
XYBlockRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset. |
Range |
XYErrorRenderer.findRangeBounds(XYDataset dataset)
Returns the range required by this renderer to display all the range values in the specified dataset. |
Range |
XYItemRenderer.findRangeBounds(XYDataset dataset)
Returns the lower and upper bounds (range) of the y-values in the specified dataset. |
Range |
StackedXYBarRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset. |
Range |
StackedXYAreaRenderer2.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset. |
Range |
StackedXYAreaRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset. |
Range |
AbstractXYItemRenderer.findRangeBounds(XYDataset dataset)
Returns the range of values the renderer requires to display all the items from the specified dataset. |
XYItemRendererState |
DeviationRenderer.initialise(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
XYPlot plot,
XYDataset dataset,
PlotRenderingInfo info)
Initialises and returns a state object that can be passed to each invocation of the DeviationRenderer.drawItem(java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfr |