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 - Variable in class org.jfree.data.contour.DefaultContourDataset
The index for the start of each column in the data.
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
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.
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
A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
XYBarDataset(XYDataset, double) - Constructor for class org.jfree.data.xy.XYBarDataset
Creates a new dataset.
XYBarRenderer - Class in org.jfree.chart.renderer.xy
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.
XYBarRenderer.XYBarRendererState - Class in org.jfree.chart.renderer.xy
The state class used by this renderer.
XYBarRenderer.XYBarRendererState(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYBarRenderer.XYBarRendererState
Creates a new state object.
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.
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.
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.
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.
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
The state for an XYItemRenderer.
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 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.
XYLineAndShapeRenderer.State - Class in org.jfree.chart.renderer.xy
Records the state for the renderer.
XYLineAndShapeRenderer.State(PlotRenderingInfo) - Constructor for class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Creates a new state instance.
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
Default constructor.
XYPlot(XYDataset, ValueAxis, ValueAxis, XYItemRenderer) - Constructor for class org.jfree.chart.plot.XYPlot
Creates a new plot.
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.
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.
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.
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.
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.

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