- xIndex - Variable in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
The index for the start of each column in the data.
- XIntervalDataItem - Class in org.jfree.data.xy
-
An item representing data in the form (x, x-low, x-high, y).
- XIntervalDataItem(double, double, double, double) - Constructor for class org.jfree.data.xy.XIntervalDataItem
-
Creates a new instance of XIntervalDataItem
.
- XIntervalSeries - Class in org.jfree.data.xy
-
A list of (x, x-low, x-high, y) data items.
- XIntervalSeries(Comparable) - Constructor for class org.jfree.data.xy.XIntervalSeries
-
Creates a new empty series.
- XIntervalSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.XIntervalSeries
-
Constructs a new xy-series that contains no data.
- XIntervalSeriesCollection - Class in org.jfree.data.xy
-
- XIntervalSeriesCollection() - Constructor for class org.jfree.data.xy.XIntervalSeriesCollection
-
Creates a new instance of XIntervalSeriesCollection
.
- XisSymbolic - Interface in org.jfree.data.xy
-
Represent a data set where X is a symbolic values.
- xValues - Variable in class org.jfree.data.contour.DefaultContourDataset
-
Deprecated.
Storage for the x values.
- 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.
- XYAreaRenderer - Class in org.jfree.chart.renderer.xy
-
Area item renderer for an
XYPlot
.
- XYAreaRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Constructs a new renderer.
- XYAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Constructs a new renderer.
- XYAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer
-
Constructs a new renderer.
- XYAreaRenderer2 - Class in org.jfree.chart.renderer.xy
-
Area item renderer for an
XYPlot
.
- XYAreaRenderer2() - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Constructs a new renderer.
- XYAreaRenderer2(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer2
-
Constructs a new renderer.
- XYBarDataset - Class in org.jfree.data.xy
-
- XYBarDataset(XYDataset, double) - Constructor for class org.jfree.data.xy.XYBarDataset
-
Creates a new dataset.
- XYBarPainter - Interface in org.jfree.chart.renderer.xy
-
- XYBarRenderer - Class in org.jfree.chart.renderer.xy
-
- XYBarRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer
-
The default constructor.
- XYBarRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer
-
Constructs a new renderer.
- XYBarRenderer.XYBarRendererState - Class in org.jfree.chart.renderer.xy
-
The state class used by this renderer.
- XYBarRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
-
Creates a new state object.
- 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.
- XYBoxAndWhiskerRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that draws box-and-whisker items on an
XYPlot
.
- XYBoxAndWhiskerRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Creates a new renderer for box and whisker charts.
- XYBoxAndWhiskerRenderer(double) - Constructor for class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
-
Creates a new renderer for box and whisker charts.
- XYBoxAnnotation - Class in org.jfree.chart.annotations
-
A box annotation that can be placed on an
XYPlot
.
- XYBoxAnnotation(double, double, double, double) - Constructor for class org.jfree.chart.annotations.XYBoxAnnotation
-
Creates a new annotation (where, by default, the box is drawn
with a black outline).
- XYBoxAnnotation(double, double, double, double, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYBoxAnnotation
-
Creates a new annotation where the box is drawn as an outline using
the specified stroke
and outlinePaint
.
- XYBoxAnnotation(double, double, double, double, Stroke, Paint, Paint) - Constructor for class org.jfree.chart.annotations.XYBoxAnnotation
-
Creates a new annotation.
- XYBubbleRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that draws a circle at each data point with a diameter that is
determined by the z-value in the dataset (the renderer requires the dataset
to be an instance of
XYZDataset
.
- XYBubbleRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
Constructs a new renderer.
- XYBubbleRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYBubbleRenderer
-
Constructs a new renderer with the specified type of scaling.
- XYCoordinate - Class in org.jfree.data.xy
-
Represents an (x, y) coordinate.
- XYCoordinate() - Constructor for class org.jfree.data.xy.XYCoordinate
-
Creates a new coordinate for the point (0.0, 0.0).
- XYCoordinate(double, double) - Constructor for class org.jfree.data.xy.XYCoordinate
-
Creates a new coordinate for the point (x, y).
- XYCoordinateType - Class in org.jfree.chart.util
-
Represents several possible interpretations for an (x, y) coordinate.
- XYCrosshairState - Class in org.jfree.chart.plot
-
- XYCrosshairState() - Constructor for class org.jfree.chart.plot.XYCrosshairState
-
Creates a new instance.
- XYDataImageAnnotation - Class in org.jfree.chart.annotations
-
An annotation that allows an image to be placed within a rectangle specified
in data coordinates on an
XYPlot
.
- XYDataImageAnnotation(Image, double, double, double, double) - Constructor for class org.jfree.chart.annotations.XYDataImageAnnotation
-
Creates a new annotation to be displayed within the specified rectangle.
- XYDataImageAnnotation(Image, double, double, double, double, boolean) - Constructor for class org.jfree.chart.annotations.XYDataImageAnnotation
-
Creates a new annotation to be displayed within the specified rectangle.
- 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.
- XYDatasetTableModel - Class in org.jfree.data.xy
-
A READ-ONLY wrapper around a
TableXYDataset
to convert it to a
table model for use in a JTable.
- XYDatasetTableModel() - Constructor for class org.jfree.data.xy.XYDatasetTableModel
-
Default constructor.
- XYDatasetTableModel(TableXYDataset) - Constructor for class org.jfree.data.xy.XYDatasetTableModel
-
Creates a new table model based on the specified dataset.
- XYDifferenceRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer for an
XYPlot
that highlights the differences between two
series.
- XYDifferenceRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Creates a new renderer with default attributes.
- XYDifferenceRenderer(Paint, Paint, boolean) - Constructor for class org.jfree.chart.renderer.xy.XYDifferenceRenderer
-
Creates a new renderer.
- 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.
- XYDotRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that draws a small dot at each data point for an
XYPlot
.
- XYDotRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYDotRenderer
-
Constructs a new renderer.
- XYDrawableAnnotation - Class in org.jfree.chart.annotations
-
A general annotation that can be placed on an
XYPlot
.
- XYDrawableAnnotation(double, double, double, double, Drawable) - Constructor for class org.jfree.chart.annotations.XYDrawableAnnotation
-
Creates a new annotation to be displayed within the given area.
- XYDrawableAnnotation(double, double, double, double, double, Drawable) - Constructor for class org.jfree.chart.annotations.XYDrawableAnnotation
-
Creates a new annotation to be displayed within the given area.
- XYErrorRenderer - Class in org.jfree.chart.renderer.xy
-
A line and shape renderer that can also display x and/or y-error values.
- XYErrorRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYErrorRenderer
-
Creates a new XYErrorRenderer
instance.
- XYImageAnnotation - Class in org.jfree.chart.annotations
-
An annotation that allows an image to be placed at some location on
an
XYPlot
.
- XYImageAnnotation(double, double, Image) - Constructor for class org.jfree.chart.annotations.XYImageAnnotation
-
Creates a new annotation to be displayed at the specified (x, y)
location.
- XYImageAnnotation(double, double, Image, RectangleAnchor) - Constructor for class org.jfree.chart.annotations.XYImageAnnotation
-
Creates a new annotation to be displayed at the specified (x, y)
location.
- XYInterval - Class in org.jfree.data.xy
-
An xy-interval.
- XYInterval(double, double, double, double, double) - Constructor for class org.jfree.data.xy.XYInterval
-
Creates a new instance of XYInterval
.
- XYIntervalDataItem - Class in org.jfree.data.xy
-
An item representing data in the form (x, x-low, x-high, y, y-low, y-high).
- XYIntervalDataItem(double, double, double, double, double, double) - Constructor for class org.jfree.data.xy.XYIntervalDataItem
-
Creates a new instance of XYIntervalItem
.
- XYIntervalSeries - Class in org.jfree.data.xy
-
A list of (x, x-low, x-high, y, y-low, y-high) data items.
- XYIntervalSeries(Comparable) - Constructor for class org.jfree.data.xy.XYIntervalSeries
-
Creates a new empty series.
- XYIntervalSeries(Comparable, boolean, boolean) - Constructor for class org.jfree.data.xy.XYIntervalSeries
-
Constructs a new xy-series that contains no data.
- XYIntervalSeriesCollection - Class in org.jfree.data.xy
-
- XYIntervalSeriesCollection() - Constructor for class org.jfree.data.xy.XYIntervalSeriesCollection
-
Creates a new instance of XIntervalSeriesCollection
.
- 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.
- XYLine3DRenderer - Class in org.jfree.chart.renderer.xy
-
A XYLineAndShapeRenderer that adds a shadow line to the graph
to emulate a 3D-effect.
- XYLine3DRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYLine3DRenderer
-
Creates a new renderer.
- 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.
- XYLineAnnotation - Class in org.jfree.chart.annotations
-
A simple line annotation that can be placed on an
XYPlot
.
- XYLineAnnotation(double, double, double, double) - Constructor for class org.jfree.chart.annotations.XYLineAnnotation
-
Creates a new annotation that draws a line from (x1, y1) to (x2, y2)
where the coordinates are measured in data space (that is, against the
plot's axes).
- XYLineAnnotation(double, double, double, double, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYLineAnnotation
-
Creates a new annotation that draws a line from (x1, y1) to (x2, y2)
where the coordinates are measured in data space (that is, against the
plot's axes).
- 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.
- XYPointerAnnotation - Class in org.jfree.chart.annotations
-
An arrow and label that can be placed on an
XYPlot
.
- XYPointerAnnotation(String, double, double, double) - Constructor for class org.jfree.chart.annotations.XYPointerAnnotation
-
Creates a new label and arrow annotation.
- XYPolygonAnnotation - Class in org.jfree.chart.annotations
-
A polygon annotation that can be placed on an
XYPlot
.
- XYPolygonAnnotation(double[]) - Constructor for class org.jfree.chart.annotations.XYPolygonAnnotation
-
Creates a new annotation (where, by default, the polygon is drawn
with a black outline).
- XYPolygonAnnotation(double[], Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYPolygonAnnotation
-
Creates a new annotation where the box is drawn as an outline using
the specified stroke
and outlinePaint
.
- XYPolygonAnnotation(double[], Stroke, Paint, Paint) - Constructor for class org.jfree.chart.annotations.XYPolygonAnnotation
-
Creates a new annotation.
- 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
.
- XYShapeAnnotation - Class in org.jfree.chart.annotations
-
A simple
Shape
annotation that can be placed on an
XYPlot
.
- XYShapeAnnotation(Shape) - Constructor for class org.jfree.chart.annotations.XYShapeAnnotation
-
Creates a new annotation (where, by default, the shape is drawn
with a black outline).
- XYShapeAnnotation(Shape, Stroke, Paint) - Constructor for class org.jfree.chart.annotations.XYShapeAnnotation
-
Creates a new annotation where the shape is drawn as an outline using
the specified stroke
and outlinePaint
.
- XYShapeAnnotation(Shape, Stroke, Paint, Paint) - Constructor for class org.jfree.chart.annotations.XYShapeAnnotation
-
Creates a new annotation.
- XYShapeRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that draws shapes at (x, y) coordinates and, if the dataset
is an instance of
XYZDataset
, fills the shapes with a paint that
is based on the z-value (the paint is obtained from a lookup table).
- XYShapeRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYShapeRenderer
-
Creates a new XYShapeRenderer
instance with default
attributes.
- XYSplineRenderer - Class in org.jfree.chart.renderer.xy
-
A renderer that connects data points with natural cubic splines and/or
draws shapes at each data point.
- XYSplineRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Creates a new instance with the precision attribute defaulting to 5
and no fill of the area 'under' the spline.
- XYSplineRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Creates a new renderer with the specified precision
and no fill of the area 'under' (between '0' and) the spline.
- XYSplineRenderer(int, XYSplineRenderer.FillType) - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer
-
Creates a new renderer with the specified precision
and specified fill of the area 'under' (between '0' and) the spline.
- XYSplineRenderer.FillType - Enum in org.jfree.chart.renderer.xy
-
An enumeration of the fill types for the renderer.
- XYSplineRenderer.XYSplineState - Class in org.jfree.chart.renderer.xy
-
Represents state information that applies to a single rendering of
a chart.
- XYSplineState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYSplineRenderer.XYSplineState
-
Creates a new state instance.
- XYStepAreaRenderer - Class in org.jfree.chart.renderer.xy
-
A step chart renderer that fills the area between the step and the x-axis.
- XYStepAreaRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Constructs a new renderer.
- XYStepAreaRenderer(int) - Constructor for class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Constructs a new renderer.
- XYStepAreaRenderer(int, XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.XYStepAreaRenderer
-
Constructs a new renderer.
- XYStepRenderer - Class in org.jfree.chart.renderer.xy
-
Line/Step item renderer for an
XYPlot
.
- XYStepRenderer() - Constructor for class org.jfree.chart.renderer.xy.XYStepRenderer
-
Constructs a new renderer with no tooltip or URL generation.
- XYStepRenderer(XYToolTipGenerator, XYURLGenerator) - Constructor for class org.jfree.chart.renderer.xy.XYStepRenderer
-
Constructs a new renderer with the specified tool tip and URL
generators.
- XYTaskDataset - Class in org.jfree.data.gantt
-
- XYTaskDataset(TaskSeriesCollection) - Constructor for class org.jfree.data.gantt.XYTaskDataset
-
Creates a new dataset based on the supplied collection of tasks.
- 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.
- XYZToolTipGenerator - Interface in org.jfree.chart.labels
-
Interface for a tooltip generator for plots that use data from an
XYZDataset
.
- XYZURLGenerator - Interface in org.jfree.chart.urls
-
Interface for a URL generator for plots that uses data from an
XYZDataset
.