- XYAnnotation - Interface in org.jfree.chart.annotations
-
The interface that must be supported by annotations that are to be added to
an
XYPlot
.
- XYAnnotationBoundsInfo - Interface in org.jfree.chart.annotations
-
An interface that supplies information about the bounds of the annotation.
- XYAnnotationEntity - Class in org.jfree.chart.entity
-
A chart entity that represents an annotation on an
XYPlot
.
- XYAnnotationEntity(Shape, int, String, String) - Constructor for class org.jfree.chart.entity.XYAnnotationEntity
-
Creates a new entity.
- XYAREA_CHART - Static variable in class com.dandymadeproductions.scatterplot.ScatterPlot
-
- XYBAR_CHART - Static variable in class com.dandymadeproductions.scatterplot.ScatterPlot
-
- XYBlockRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that represents data from an
XYZDataset
by drawing a
color block at each (x, y) point, where the color is a function of the
z-value from the dataset.
- XYBlockRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBlockRenderer
-
Creates a new XYBlockRenderer
instance with default
attributes.
- XYCoordinateType - Class in org.jfree.chart.util
-
Represents several possible interpretations for an (x, y) coordinate.
- XYDataItem - Class in org.jfree.data.xy
-
Represents one (x, y) data item for an
XYSeries
.
- XYDataItem(Number, Number) - Constructor for class org.jfree.data.xy.XYDataItem
-
Constructs a new data item.
- XYDataItem(double, double) - Constructor for class org.jfree.data.xy.XYDataItem
-
Constructs a new data item.
- XYDataset - Interface in org.jfree.data.xy
-
An interface through which data in the form of (x, y) items can be accessed.
- XYDomainInfo - Interface in org.jfree.data.xy
-
An interface that can (optionally) be implemented by a dataset to assist in
determining the minimum and maximum x-values in the dataset.
- XYItemEntity - Class in org.jfree.chart.entity
-
A chart entity that represents one item within an
XYPlot
.
- XYItemEntity(Shape, XYDataset, int, int, String, String) - Constructor for class org.jfree.chart.entity.XYItemEntity
-
Creates a new entity.
- XYItemLabelGenerator - Interface in org.jfree.chart.labels
-
Interface for a label generator for plots that use data from an
XYDataset
.
- XYItemRenderer - Interface in org.jfree.chart.renderer.xy
-
Interface for rendering the visual representation of a single (x, y) item on
an
XYPlot
.
- XYItemRendererState - Class in org.jfree.chart.renderer.xy
-
- XYItemRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYItemRendererState
-
Creates a new state.
- XYLineAndShapeRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that connects data points with lines and/or draws shapes at each
data point.
- XYLineAndShapeRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Creates a new renderer with both lines and shapes visible.
- XYLineAndShapeRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
-
Creates a new renderer.
- XYLineAndShapeRenderer.State - Class in org.jfree.chart.renderer.xy
-
Records the state for the renderer.
- XYPlot - Class in org.jfree.chart.plot
-
A general class for plotting data in the form of (x, y) pairs.
- XYPlot() - Constructor for class org.jfree.chart.plot.XYPlot
-
Creates a new XYPlot
instance with no dataset, no axes and
no renderer.
- XYPlot(XYDataset, ValueAxis, ValueAxis, XYItemRenderer) - Constructor for class org.jfree.chart.plot.XYPlot
-
Creates a new plot with the specified dataset, axes and renderer.
- XYRangeInfo - Interface in org.jfree.data.xy
-
An interface that can (optionally) be implemented by a dataset to assist in
determining the minimum and maximum y-values.
- XYSeries - Class in org.jfree.data.xy
-
Represents a sequence of zero or more data items in the form (x, y).
- XYSeries(Comparable) - Constructor for class org.jfree.data.xy.XYSeries
-
Creates a new empty series.
- XYSeries(Comparable, boolean) - Constructor for class org.jfree.data.xy.XYSeries
-
Constructs a new empty series, with the auto-sort flag set as requested,
and duplicate values allowed.
- XYSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.XYSeries
-
Constructs a new xy-series that contains no data.
- XYSeriesCollection - Class in org.jfree.data.xy
-
Represents a collection of
XYSeries
objects that can be used as a
dataset.
- XYSeriesCollection() - Constructor for class org.jfree.data.xy.XYSeriesCollection
-
Constructs an empty dataset.
- XYSeriesCollection(XYSeries) - Constructor for class org.jfree.data.xy.XYSeriesCollection
-
Constructs a dataset and populates it with a single series.
- XYSeriesLabelGenerator - Interface in org.jfree.chart.labels
-
A generator that creates labels for the series in an
XYDataset
.
- XYTextAnnotation - Class in org.jfree.chart.annotations
-
A text annotation that can be placed at a particular (x, y) location on an
XYPlot
.
- XYTextAnnotation(String, double, double) - Constructor for class org.jfree.chart.annotations.XYTextAnnotation
-
Creates a new annotation to be displayed at the given coordinates.
- XYTitleAnnotation - Class in org.jfree.chart.annotations
-
An annotation that allows any
Title
to be placed at a location on
an
XYPlot
.
- XYTitleAnnotation(double, double, Title) - Constructor for class org.jfree.chart.annotations.XYTitleAnnotation
-
Creates a new annotation to be displayed at the specified (x, y)
location.
- XYTitleAnnotation(double, double, Title, RectangleAnchor) - Constructor for class org.jfree.chart.annotations.XYTitleAnnotation
-
Creates a new annotation to be displayed at the specified (x, y)
location.
- XYToolTipGenerator - Interface in org.jfree.chart.labels
-
Interface for a tooltip generator for plots that use data from an
XYDataset
.
- XYURLGenerator - Interface in org.jfree.chart.urls
-
Interface for a URL generator for plots that uses data from an
XYDataset
.
- XYZDataset - Interface in org.jfree.data.xy
-
The interface through which JFreeChart obtains data in the form of (x, y, z)
items - used for XY and XYZ plots.