Alphabetical Index: X

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

X

xIndex - field in class org.jfree.data.contour.DefaultContourDataset
The index for the start of each column in the data.
XIntervalDataItem - class org.jfree.data.xy.XIntervalDataItem
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 org.jfree.data.xy.XIntervalSeries
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.
A collection of XIntervalSeries objects.
XIntervalSeriesCollection() - constructor for class org.jfree.data.xy.XIntervalSeriesCollection
Creates a new instance of XIntervalSeriesCollection.
XisSymbolic - interface org.jfree.data.xy.XisSymbolic
Represent a data set where X is a symbolic values.
xValues - field in class org.jfree.data.contour.DefaultContourDataset
Storage for the x values.
XYAnnotation - interface org.jfree.chart.annotations.XYAnnotation
The interface that must be supported by annotations that are to be added to an XYPlot.
XYAnnotationEntity - class org.jfree.chart.entity.XYAnnotationEntity
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 org.jfree.chart.renderer.xy.XYAreaRenderer
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.
Constructs a new renderer.
XYAreaRenderer2 - class org.jfree.chart.renderer.xy.XYAreaRenderer2
Area item renderer for an XYPlot.
XYAreaRenderer2() - constructor for class org.jfree.chart.renderer.xy.XYAreaRenderer2
Constructs a new renderer.
Constructs a new renderer.
XYBarDataset - class org.jfree.data.xy.XYBarDataset
A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
XYBarDataset(org.jfree.data.xy.XYDataset,double) - constructor for class org.jfree.data.xy.XYBarDataset
Creates a new dataset.
XYBarRenderer - class org.jfree.chart.renderer.xy.XYBarRenderer
A renderer that draws bars on an XYPlot (requires an IntervalXYDataset).
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.
The state class used by this renderer.
Creates a new state object.
XYBlockRenderer - class org.jfree.chart.renderer.xy.XYBlockRenderer
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 org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
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 org.jfree.chart.annotations.XYBoxAnnotation
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 org.jfree.chart.renderer.xy.XYBubbleRenderer
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.
XYDataItem - class org.jfree.data.xy.XYDataItem
Represents one (x, y) data item for an XYSeries.
XYDataItem(double,double) - constructor for class org.jfree.data.xy.XYDataItem
Constructs a new data item.
XYDataItem(Number,Number) - constructor for class org.jfree.data.xy.XYDataItem
Constructs a new data item.
XYDataset - interface org.jfree.data.xy.XYDataset
An interface through which data in the form of (x, y) items can be accessed.
XYDatasetTableModel - class org.jfree.data.xy.XYDatasetTableModel
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.
Creates a new table model based on the specified dataset.
XYDifferenceRenderer - class org.jfree.chart.renderer.xy.XYDifferenceRenderer
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.
XYDotRenderer - class org.jfree.chart.renderer.xy.XYDotRenderer
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 org.jfree.chart.annotations.XYDrawableAnnotation
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.
XYErrorRenderer - class org.jfree.chart.renderer.xy.XYErrorRenderer
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 org.jfree.chart.annotations.XYImageAnnotation
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 org.jfree.data.xy.XYInterval
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 org.jfree.data.xy.XYIntervalDataItem
An item representing data in the form (x, x-low, x-high, y, y-low, y-high).
Creates a new instance of XYIntervalItem.
XYIntervalSeries - class org.jfree.data.xy.XYIntervalSeries
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.
A collection of XYIntervalSeries objects.
XYIntervalSeriesCollection() - constructor for class org.jfree.data.xy.XYIntervalSeriesCollection
Creates a new instance of XIntervalSeriesCollection.
XYItemEntity - class org.jfree.chart.entity.XYItemEntity
A chart entity that represents one item within an XYPlot.
Creates a new entity.
XYItemLabelGenerator - interface org.jfree.chart.labels.XYItemLabelGenerator
Interface for a label generator for plots that use data from an XYDataset.
XYItemRenderer - interface org.jfree.chart.renderer.xy.XYItemRenderer
Interface for rendering the visual representation of a single (x, y) item on an XYPlot.
XYItemRendererState - class org.jfree.chart.renderer.xy.XYItemRendererState
The state for an XYItemRenderer.
XYItemRendererState(org.jfree.chart.plot.PlotRenderingInfo) - constructor for class org.jfree.chart.renderer.xy.XYItemRendererState
Creates a new state.
XYLine3DRenderer - class org.jfree.chart.renderer.xy.XYLine3DRenderer
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 org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
A renderer that can be used with the XYPlot class.
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.
XYLineAnnotation - class org.jfree.chart.annotations.XYLineAnnotation
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 org.jfree.chart.plot.XYPlot
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.
Creates a new plot with the specified dataset, axes and renderer.
XYPointerAnnotation - class org.jfree.chart.annotations.XYPointerAnnotation
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 org.jfree.chart.annotations.XYPolygonAnnotation
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.
XYSeries - class org.jfree.data.xy.XYSeries
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 org.jfree.data.xy.XYSeriesCollection
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(org.jfree.data.xy.XYSeries) - constructor for class org.jfree.data.xy.XYSeriesCollection
Constructs a dataset and populates it with a single series.
XYSeriesLabelGenerator - interface org.jfree.chart.labels.XYSeriesLabelGenerator
A generator that creates labels for the series in an XYDataset.
XYShapeAnnotation - class org.jfree.chart.annotations.XYShapeAnnotation
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.
XYStepAreaRenderer - class org.jfree.chart.renderer.xy.XYStepAreaRenderer
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.
Constructs a new renderer.
XYStepRenderer - class org.jfree.chart.renderer.xy.XYStepRenderer
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.
Constructs a new renderer with the specified tool tip and URL generators.
XYTextAnnotation - class org.jfree.chart.annotations.XYTextAnnotation
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.
XYToolTipGenerator - interface org.jfree.chart.labels.XYToolTipGenerator
Interface for a tooltip generator for plots that use data from an XYDataset.
XYURLGenerator - interface org.jfree.chart.urls.XYURLGenerator
Interface for a URL generator for plots that uses data from an XYDataset.
XYZDataset - interface org.jfree.data.xy.XYZDataset
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
XYZToolTipGenerator - interface org.jfree.chart.labels.XYZToolTipGenerator
Interface for a tooltip generator for plots that use data from an XYZDataset.
XYZURLGenerator - interface org.jfree.chart.urls.XYZURLGenerator
Interface for a URL generator for plots that uses data from an XYZDataset.