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

A

AbstractAreaRenderer - Class in de.erichseifert.gral.plots.areas
Abstract class that renders an area in two-dimensional space.
AbstractAreaRenderer() - Constructor for class de.erichseifert.gral.plots.areas.AbstractAreaRenderer
Creates a new instance with default settings.
AbstractAxisRenderer2D - Class in de.erichseifert.gral.plots.axes
Abstract class that provides function for rendering axes in two-dimensional space.
AbstractAxisRenderer2D() - Constructor for class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
Initializes a new AbstractAxisRenderer2D instances with default settings.
AbstractDataReader - Class in de.erichseifert.gral.io.data
Base implementation for classes that read data sources from input streams.
AbstractDataReader(String) - Constructor for class de.erichseifert.gral.io.data.AbstractDataReader
Initializes a new reader with MIME type information.
AbstractDataSource - Class in de.erichseifert.gral.data
Abstract implementation of DataSource.
AbstractDataSource() - Constructor for class de.erichseifert.gral.data.AbstractDataSource
Creates a new AbstractDataSource object.
AbstractDataWriter - Class in de.erichseifert.gral.io.data
Base implementation for classes that write data sources to output streams.
AbstractDataWriter(String) - Constructor for class de.erichseifert.gral.io.data.AbstractDataWriter
Initializes a new writer with MIME type information.
AbstractDrawable - Class in de.erichseifert.gral
Abstract implementation of the Drawable interface.
AbstractDrawable() - Constructor for class de.erichseifert.gral.AbstractDrawable
Creates an AbstractDrawable.
AbstractIOFactory<T> - Class in de.erichseifert.gral.io
Abstract implementation of IOFactory which provides basic functionality.
AbstractLineRenderer2D - Class in de.erichseifert.gral.plots.lines
Abstract class that renders a line in two-dimensional space.
AbstractLineRenderer2D() - Constructor for class de.erichseifert.gral.plots.lines.AbstractLineRenderer2D
Initializes a new AbstractLineRenderer2D instance with default settings.
AbstractPointRenderer - Class in de.erichseifert.gral.plots.points
Abstract class implementing functions for the administration of settings.
AbstractPointRenderer() - Constructor for class de.erichseifert.gral.plots.points.AbstractPointRenderer
Creates a new AbstractPointRenderer object with default shape and color.
accept(Row) - Method in class de.erichseifert.gral.data.RowSubset
Tests whether the specified row is accepted by this DataSubset or not.
accept(File) - Method in class de.erichseifert.gral.ui.DrawableWriterFilter
 
add(Drawable) - Method in interface de.erichseifert.gral.Container
Adds a new component to this container.
add(Drawable, Object) - Method in interface de.erichseifert.gral.Container
Adds a new component to this container.
add(Number...) - Method in class de.erichseifert.gral.data.DataTable
Adds a row with the specified Number values to the table.
add(Collection<? extends Number>) - Method in class de.erichseifert.gral.data.DataTable
Adds a row with the specified container's elements to the table.
add(double) - Method in class de.erichseifert.gral.data.filters.Kernel
Returns a new Kernel, where the specified value was added to each of the items.
add(Kernel) - Method in class de.erichseifert.gral.data.filters.Kernel
Returns a new Kernel, where the specified kernel was added.
add(Drawable) - Method in class de.erichseifert.gral.DrawableContainer
 
add(Drawable, Object) - Method in class de.erichseifert.gral.DrawableContainer
 
add(DataSource) - Method in class de.erichseifert.gral.Legend
Adds the specified DataSource in order to display it.
add(DataSource) - Method in class de.erichseifert.gral.plots.Plot
Adds a new data series to the plot which is visible by default.
add(DataSource, boolean) - Method in class de.erichseifert.gral.plots.Plot
Adds a new data series to the plot.
add(int, DataSource, boolean) - Method in class de.erichseifert.gral.plots.Plot
Inserts the specified data series to the plot at a specified position.
add(T) - Method in class de.erichseifert.gral.util.SortedList
 
addAxisListener(AxisListener) - Method in class de.erichseifert.gral.plots.axes.Axis
Adds the specified AxisListener to this Axis.
addDataListener(DataListener) - Method in class de.erichseifert.gral.data.AbstractDataSource
 
addDataListener(DataListener) - Method in interface de.erichseifert.gral.data.DataSource
Adds the specified DataListener to this DataSource.
addSettingsListener(SettingsListener) - Method in class de.erichseifert.gral.util.Settings
Adds a new listener which gets notified if settings have changed.
ALIGNMENT_X - Static variable in class de.erichseifert.gral.plots.Label
Key for specifying the horizontal alignment within the bounding rectangle. 0 means left, 1 means right.
ALIGNMENT_Y - Static variable in class de.erichseifert.gral.plots.Label
Key for specifying the vertical alignment within the bounding rectangle. 0 means top, 1 means bottom.
almostEqual(double, double, double) - Static method in class de.erichseifert.gral.util.MathUtils
Check whether two floating point values match with a given precision.
ANCHOR - Static variable in class de.erichseifert.gral.plots.Label
Key for specifying the DrawableConstants value where the label will be aligned at.
ANTIALISING - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying the whether antialiasing is enabled.
AreaPlot - Class in de.erichseifert.gral.examples.xyplot
 
AreaPlot() - Constructor for class de.erichseifert.gral.examples.xyplot.AreaPlot
 
AreaRenderer - Interface in de.erichseifert.gral.plots.areas
Interface for renderers that display areas in plots.
Ascending - Class in de.erichseifert.gral.data.comparators
Class that represents a DataComparator sorting a specific column in ascending order.
Ascending(int) - Constructor for class de.erichseifert.gral.data.comparators.Ascending
Creates a new Ascending object sorting according to the specified column.
ASCENDING_POINT - Static variable in class de.erichseifert.gral.plots.lines.DiscreteLineRenderer2D
Key for specifying a Number value for the relative distance between two points, i.e. the "step" of a stair.
ASCENT_DIRECTION - Static variable in class de.erichseifert.gral.plots.lines.DiscreteLineRenderer2D
Key for specifying an DrawableConstants.Orientation instance which indicates the primary direction of the "steps".
Axis - Class in de.erichseifert.gral.plots.axes
Class that represents an arbitrary axis.
Axis(Number, Number) - Constructor for class de.erichseifert.gral.plots.axes.Axis
Initializes a new instance with the specified minimum and maximum values.
AXIS_X - Static variable in class de.erichseifert.gral.plots.XYPlot
Key for specifying the x-axis of an xy-plot.
AXIS_X2 - Static variable in class de.erichseifert.gral.plots.XYPlot
Key for specifying the secondary x-axis of an xy-plot.
AXIS_Y - Static variable in class de.erichseifert.gral.plots.XYPlot
Key for specifying the y-axis of an xy-plot.
AXIS_Y2 - Static variable in class de.erichseifert.gral.plots.XYPlot
Key for specifying the secondary y-axis of an xy-plot.
AxisListener - Interface in de.erichseifert.gral.plots.axes
Interface that provides a function to listen for changes in axes.
AxisRenderer - Interface in de.erichseifert.gral.plots.axes
Interface for generic renderers of axes.

B

BACKGROUND - Static variable in class de.erichseifert.gral.Legend
Key for specifying the Paint instance to be used to paint the background.
BACKGROUND - Static variable in class de.erichseifert.gral.PlotArea
Key for specifying the Paint instance to be used to paint the background of the plot area.
BACKGROUND - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying the Paint instance to be used to paint the background of the plot.
BAR_WIDTH - Static variable in class de.erichseifert.gral.plots.BarPlot
Key for specifying a Number value for the relative width of the bars.
BarPlot - Class in de.erichseifert.gral.plots
Class that displays data in a bar plot.
BarPlot(DataSource...) - Constructor for class de.erichseifert.gral.plots.BarPlot
Creates a new instance and initializes it with the specified data sources.
binarySearch(double[], double) - Static method in class de.erichseifert.gral.util.MathUtils
Perform a binary search on a sorted array a to find the element with the nearest element to key.
binarySearchCeil(double[], double) - Static method in class de.erichseifert.gral.util.MathUtils
Perform a binary search on a sorted array a to find the element with the smallest distance to key.
binarySearchFloor(double[], double) - Static method in class de.erichseifert.gral.util.MathUtils
Perform a binary search on a sorted array a to find the element with the smallest distance to key.
BitmapWriter - Class in de.erichseifert.gral.io.plots
Class that stores Drawable instances as bitmap graphics.
BORDER - Static variable in class de.erichseifert.gral.Legend
Key for specifying the Stroke instance to be used to paint the border of the legend.
BORDER - Static variable in class de.erichseifert.gral.PlotArea
Key for specifying the Stroke instance to be used to paint the border of the plot area.
BORDER - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying the Stroke instance to be used to paint the border of the plot.

C

ceil(double, double) - Static method in class de.erichseifert.gral.util.MathUtils
Returns a rounded number larger than a with a defined precision.
clear() - Method in class de.erichseifert.gral.data.DataTable
Deletes all rows this table contains.
clear() - Method in class de.erichseifert.gral.plots.Plot
Removes all data series from this plot.
clearDefaults() - Method in class de.erichseifert.gral.util.Settings
Deletes all default settings.
clearSettings() - Method in class de.erichseifert.gral.util.Settings
Deletes all settings.
CLOCKWISE - Static variable in class de.erichseifert.gral.plots.PiePlot
Key for specifying a Boolean value which decides whether the segments should be ordered clockwise (true) or counterclockwise (false).
COLOR - Static variable in class de.erichseifert.gral.Legend
Key for specifying the Paint instance to be used to fill the border of the legend.
COLOR - Static variable in class de.erichseifert.gral.PlotArea
Key for specifying the Paint instance to be used to fill the border of the plot area.
COLOR - Static variable in interface de.erichseifert.gral.plots.areas.AreaRenderer
Key for specifying the Paint instance used to fill the area shape.
COLOR - Static variable in class de.erichseifert.gral.plots.Label
Key for specifying the Paint instance to be used to paint the label shape.
COLOR - Static variable in interface de.erichseifert.gral.plots.lines.LineRenderer
Key for specifying the Paint instance to be used to paint the line shape.
COLOR - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying the Paint instance to be used to fill the border of the plot.
COLOR - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Paint instance to be used to paint the point shape.
ColorMapper - Interface in de.erichseifert.gral.plots.colors
Interface the provides a function to retrieve Colors.
COLORS - Static variable in class de.erichseifert.gral.plots.PiePlot
Key for specifying the ColorMapper instance used for the segments.
Column - Class in de.erichseifert.gral.data
Class for storing a column of a data source.
Column(DataSource, int) - Constructor for class de.erichseifert.gral.data.Column
Initializes a new instance with the specified data source and column index.
compare(Number[], Number[]) - Method in class de.erichseifert.gral.data.comparators.Ascending
 
compare(Number[], Number[]) - Method in class de.erichseifert.gral.data.comparators.Descending
 
Container - Interface in de.erichseifert.gral
An interface that provides functions to store and layout Drawables.
contains(DataSource) - Method in class de.erichseifert.gral.Legend
Returns whether the specified DataSource was added to the legend.
contains(DataSource) - Method in class de.erichseifert.gral.plots.Plot
Returns whether the plot contains the specified data series.
Convolution - Class in de.erichseifert.gral.data.filters
Class that applies a convolution filter with the use of a kernel.
Convolution(DataSource, Kernel, Filter.Mode, int...) - Constructor for class de.erichseifert.gral.data.filters.Convolution
Creates a new Convolution object with the specified DataSource, Kernel, Mode and columns.
ConvolutionExample - Class in de.erichseifert.gral.examples.xyplot
Example that shows how to use convultion filtering.
ConvolutionExample() - Constructor for class de.erichseifert.gral.examples.xyplot.ConvolutionExample
 
CSVReader - Class in de.erichseifert.gral.io.data
Class that reads a DataSource from a CSV-file.
CSVReader(String) - Constructor for class de.erichseifert.gral.io.data.CSVReader
Creates a new CSVReader with the specified MIME type.
CSVWriter - Class in de.erichseifert.gral.io.data
Class that writes a DataSource to a CSV file.
CSVWriter(String) - Constructor for class de.erichseifert.gral.io.data.CSVWriter
Creates a new CSVWriter object with the specified MIME-Type.

D

DataAccessor - Class in de.erichseifert.gral.data
Abstract base for classes that access a substructure of a data source, e.g.
DataAccessor(DataSource, int) - Constructor for class de.erichseifert.gral.data.DataAccessor
Initializes a new instance with the specified data source and a acess index index.
dataChanged(DataSource) - Method in interface de.erichseifert.gral.data.DataListener
Method that is invoked by objects that provide support for DataListeners.
dataChanged(DataSource) - Method in class de.erichseifert.gral.data.DataSeries
 
dataChanged(DataSource) - Method in class de.erichseifert.gral.data.filters.Filter
 
dataChanged(DataSource) - Method in class de.erichseifert.gral.data.RowSubset
 
dataChanged(DataSource) - Method in class de.erichseifert.gral.data.statistics.Histogram
 
dataChanged(DataSource) - Method in class de.erichseifert.gral.data.statistics.Statistics
 
dataChanged(DataSource) - Method in class de.erichseifert.gral.plots.PiePlot
 
dataChanged(DataSource) - Method in class de.erichseifert.gral.plots.PiePlot.PiePlotArea2D
 
dataChanged(DataSource) - Method in class de.erichseifert.gral.plots.Plot
 
DataComparator - Class in de.erichseifert.gral.data.comparators
Abstract implementation of a Comparator for Number arrays.
DataComparator(int) - Constructor for class de.erichseifert.gral.data.comparators.DataComparator
Constructor.
DataListener - Interface in de.erichseifert.gral.data
Interface providing functions to listen to data changes of DataSources.
DataPoint - Class in de.erichseifert.gral.plots
Class for storing points of a plot.
DataPoint(PointND<Double>, Drawable, Shape) - Constructor for class de.erichseifert.gral.plots.DataPoint
Creates a new DataPoint object with the specified position, Drawable, and shape.
DataReader - Interface in de.erichseifert.gral.io.data
Interface that provides a function to retrieve a DataSource.
DataReaderFactory - Class in de.erichseifert.gral.io.data
A factory class that produces DataReader instances for a specified format.
DataSeries - Class in de.erichseifert.gral.data
Class that represents a view on several columns of a DataSource.
DataSeries(DataSource, int...) - Constructor for class de.erichseifert.gral.data.DataSeries
Constructor without name.
DataSeries(String, DataSource, int...) - Constructor for class de.erichseifert.gral.data.DataSeries
Constructor.
DataSource - Interface in de.erichseifert.gral.data
Immutable view on a source for tabular data.
DataTable - Class in de.erichseifert.gral.data
Creates a DataTable object.
DataTable(Class<? extends Number>...) - Constructor for class de.erichseifert.gral.data.DataTable
Creates a new DataTable object.
DataWriter - Interface in de.erichseifert.gral.io.data
Interface that provides a function to store a DataSource.
DataWriterFactory - Class in de.erichseifert.gral.io.data
A factory class that produces DataWriter instances for a specified format.
DataWriterTest - Class in de.erichseifert.gral.examples.io
 
DataWriterTest() - Constructor for class de.erichseifert.gral.examples.io.DataWriterTest
 
de.erichseifert.gral - package de.erichseifert.gral
Main classes.
de.erichseifert.gral.data - package de.erichseifert.gral.data
Data model classes.
de.erichseifert.gral.data.comparators - package de.erichseifert.gral.data.comparators
Comparators for sorting data sources.
de.erichseifert.gral.data.filters - package de.erichseifert.gral.data.filters
Classes for filtering data sources.
de.erichseifert.gral.data.statistics - package de.erichseifert.gral.data.statistics
Classes for statistical analysis.
de.erichseifert.gral.examples - package de.erichseifert.gral.examples
Small example applications.
de.erichseifert.gral.examples.barplot - package de.erichseifert.gral.examples.barplot
 
de.erichseifert.gral.examples.io - package de.erichseifert.gral.examples.io
 
de.erichseifert.gral.examples.pieplot - package de.erichseifert.gral.examples.pieplot
 
de.erichseifert.gral.examples.xyplot - package de.erichseifert.gral.examples.xyplot
 
de.erichseifert.gral.io - package de.erichseifert.gral.io
Classes for input and output operations.
de.erichseifert.gral.io.data - package de.erichseifert.gral.io.data
Classes for reading and writing data.
de.erichseifert.gral.io.plots - package de.erichseifert.gral.io.plots
Classes for converting instances of Drawable to various file formats.
de.erichseifert.gral.plots - package de.erichseifert.gral.plots
Plot related classes like axis and plot area management.
de.erichseifert.gral.plots.areas - package de.erichseifert.gral.plots.areas
Classes for drawing areas in plots.
de.erichseifert.gral.plots.axes - package de.erichseifert.gral.plots.axes
Classes for managing and drawing axes in plots.
de.erichseifert.gral.plots.colors - package de.erichseifert.gral.plots.colors
Classes that provide color schemes for plots and data series.
de.erichseifert.gral.plots.lines - package de.erichseifert.gral.plots.lines
Classes for rendering data series connected by lines.
de.erichseifert.gral.plots.points - package de.erichseifert.gral.plots.points
Classes for rendering point shapes in a plot.
de.erichseifert.gral.ui - package de.erichseifert.gral.ui
User interface classes.
de.erichseifert.gral.util - package de.erichseifert.gral.util
Common utility classes.
DefaultAreaRenderer2D - Class in de.erichseifert.gral.plots.areas
Default two-dimensional implementation of the AreaRenderer interface.
DefaultAreaRenderer2D() - Constructor for class de.erichseifert.gral.plots.areas.DefaultAreaRenderer2D
 
DefaultLineRenderer2D - Class in de.erichseifert.gral.plots.lines
Class that connects DataPoints2D with a straight line.
DefaultLineRenderer2D() - Constructor for class de.erichseifert.gral.plots.lines.DefaultLineRenderer2D
Initializes a new DefaultLineRenderer2D instance.
DefaultPointRenderer - Class in de.erichseifert.gral.plots.points
Class that creates Drawables for a row of data.
DefaultPointRenderer() - Constructor for class de.erichseifert.gral.plots.points.DefaultPointRenderer
 
Descending - Class in de.erichseifert.gral.data.comparators
Class that represents a DataComparator a specific column sorting in descending order.
Descending(int) - Constructor for class de.erichseifert.gral.data.comparators.Descending
Creates a new Descending object sorting according to the specified column.
Dimension2D - Class in de.erichseifert.gral.util
Class that stores the horizontal and vertical extent of an object.
Dimension2D() - Constructor for class de.erichseifert.gral.util.Dimension2D
Creates a new Dimension2D object.
Dimension2D.Double - Class in de.erichseifert.gral.util
Class that stores double values.
Dimension2D.Double() - Constructor for class de.erichseifert.gral.util.Dimension2D.Double
Creates a new Dimension2D object with zero width and height.
Dimension2D.Double(double, double) - Constructor for class de.erichseifert.gral.util.Dimension2D.Double
Creates a new Dimension2D object with the specified width and height.
DiscreteLineRenderer2D - Class in de.erichseifert.gral.plots.lines
Class that connects DataPoints with a stair-like line.
DiscreteLineRenderer2D() - Constructor for class de.erichseifert.gral.plots.lines.DiscreteLineRenderer2D
Initializes a new DiscreteLineRenderer2D instance with default settings.
draw(DrawingContext) - Method in interface de.erichseifert.gral.Drawable
Draws the Drawable with the specified Graphics2D object.
draw(DrawingContext) - Method in class de.erichseifert.gral.DrawableContainer
 
draw(DrawingContext) - Method in class de.erichseifert.gral.Legend
 
draw(DrawingContext) - Method in class de.erichseifert.gral.plots.Label
 
draw(DrawingContext) - Method in class de.erichseifert.gral.plots.PiePlot.PiePlotArea2D
 
draw(DrawingContext) - Method in class de.erichseifert.gral.plots.Plot
 
draw(DrawingContext) - Method in class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
 
Drawable - Interface in de.erichseifert.gral
Interface providing functions for a lightweight component that can be drawn on the screen.
DrawableConstants - Interface in de.erichseifert.gral
Interface that solely stores constants concerning Drawables.
DrawableConstants.Location - Enum in de.erichseifert.gral
Indicates the location of a Drawable.
DrawableConstants.Orientation - Enum in de.erichseifert.gral
Orientation of a Drawable.
DrawableContainer - Class in de.erichseifert.gral
Implementation of Container that is a Drawable itself.
DrawableContainer() - Constructor for class de.erichseifert.gral.DrawableContainer
Creates a new container for Drawables without layout manager.
DrawableContainer(Layout) - Constructor for class de.erichseifert.gral.DrawableContainer
Creates a new container for Drawables with the specified layout manager.
DrawablePanel - Class in de.erichseifert.gral.ui
A class that represents an adapter between the components of this library and Swing.
DrawablePanel(Drawable) - Constructor for class de.erichseifert.gral.ui.DrawablePanel
Creates a new DrawablePanel with the specified Drawable.
DrawableWriter - Interface in de.erichseifert.gral.io.plots
Interface providing functions for rendering Drawable instances and writing them to an output stream.
DrawableWriterFactory - Class in de.erichseifert.gral.io.plots
Class that provides DrawableWriter implementations for different file formats.
DrawableWriterFilter - Class in de.erichseifert.gral.ui
File filter that extracts files that can be read with a certain set of IOCapabilities.
DrawableWriterFilter(IOCapabilities) - Constructor for class de.erichseifert.gral.ui.DrawableWriterFilter
Creates a new instance and initializes it with an IOCapabilities object.
DrawableWriterTest - Class in de.erichseifert.gral.examples.io
 
DrawableWriterTest() - Constructor for class de.erichseifert.gral.examples.io.DrawableWriterTest
 
DrawingContext - Class in de.erichseifert.gral
Class that encapsulates an object for drawing and context information.
DrawingContext(Graphics2D) - Constructor for class de.erichseifert.gral.DrawingContext
Initializes a new context with a Graphics2D object.
DrawingContext(Graphics2D, DrawingContext.Quality, DrawingContext.Target) - Constructor for class de.erichseifert.gral.DrawingContext
Initializes a new context with a Graphics2D object.
DrawingContext.Quality - Enum in de.erichseifert.gral
Data type that describes the quality mode of drawing operations.
DrawingContext.Target - Enum in de.erichseifert.gral
Data type that describes the type of the drawing target.
drawPaintedShape(Graphics2D, Shape, Paint, Rectangle2D, Stroke) - Static method in class de.erichseifert.gral.util.GraphicsUtils
Draws a filled Shape with the specified Paint object.
DummyData - Class in de.erichseifert.gral.data
Class that represents a DataSource containing the same value in each cell.
DummyData(int, int, Number) - Constructor for class de.erichseifert.gral.data.DummyData
Creates a new DummyData object with the specified number of columns and rows, which are filled all over with the same specified value.

E

EdgeLayout - Class in de.erichseifert.gral
Implementation of Layout that arranges a Container's components according to a certain grid.
EdgeLayout(double, double) - Constructor for class de.erichseifert.gral.EdgeLayout
Creates an EdgeLayout with the specified distances between the components.
EnumeratedData - Class in de.erichseifert.gral.data
Class that creates a new data source which adds a leading column containing the row number.
EnumeratedData(DataSource) - Constructor for class de.erichseifert.gral.data.EnumeratedData
Initializes a new data source with an original data source.
EPSILON - Static variable in class de.erichseifert.gral.util.GeometryUtils
Precision
EPSILON_SQ - Static variable in class de.erichseifert.gral.util.GeometryUtils
Precision squared
equals(Object) - Method in class de.erichseifert.gral.data.DataAccessor
 
equals(Object) - Method in class de.erichseifert.gral.util.Dimension2D.Double
 
equals(Object) - Method in class de.erichseifert.gral.util.Insets2D.Double
 
equals(Object) - Method in class de.erichseifert.gral.util.PointND
 
ERROR_COLOR - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Paint instance to be used to paint the error bars.
ERROR_DISPLAYED - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying whether the error value is displayed.
ERROR_SHAPE - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Shape instance defining the form of the points at the end of the error bars.
ERROR_STROKE - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Stroke instance defining the error bars.
ExportChooser - Class in de.erichseifert.gral.ui
A file chooser implementation that can be for export purposes.
ExportChooser(boolean, List<IOCapabilities>) - Constructor for class de.erichseifert.gral.ui.ExportChooser
Creates a new instance and initializes it with an array of IOCapabilities.
ExportDialog - Class in de.erichseifert.gral.ui
A dialog implementation for exporting plots.
ExportDialog(Component, Drawable) - Constructor for class de.erichseifert.gral.ui.ExportDialog
Creates a new instance and initializes it with a parent and a drawable component.
ExportDialog.UserAction - Enum in de.erichseifert.gral.ui
Type of user feedback.

F

fillPaintedShape(Graphics2D, Shape, Paint, Rectangle2D) - Static method in class de.erichseifert.gral.util.GraphicsUtils
Fills a Shape with the specified Paint object.
Filter - Class in de.erichseifert.gral.data.filters
Abstract class that provides basic functions for filtering arbitrary columns of a DataSource, in other words a set of one-dimensional data.
Filter(DataSource, Filter.Mode, int...) - Constructor for class de.erichseifert.gral.data.filters.Filter
Creates a new Filter object with the specified DataSource, Mode and columns to filter.
Filter.Mode - Enum in de.erichseifert.gral.data.filters
Behavior when engaging the borders of a column, so that the filter would need more data values than available.
floor(double, double) - Static method in class de.erichseifert.gral.util.MathUtils
Returns a rounded number smaller than a with a defined precision.
FONT - Static variable in class de.erichseifert.gral.plots.Label
Key for specifying the font of this label.

G

GAP - Static variable in class de.erichseifert.gral.Legend
Key for specifying the gap between items.
GAP - Static variable in interface de.erichseifert.gral.plots.areas.AreaRenderer
Key for specifying a Number value for the gap between the area and a data point.
GAP - Static variable in interface de.erichseifert.gral.plots.lines.LineRenderer
Key for specifying a Number value for the gap between the line and a point.
GAP - Static variable in class de.erichseifert.gral.plots.PiePlot
Key for specifying a Number value for the width of gaps between the segments.
GAP_ROUNDED - Static variable in interface de.erichseifert.gral.plots.areas.AreaRenderer
Key for specifying a Boolean value that decides whether the gaps should have rounded corners.
GAP_ROUNDED - Static variable in interface de.erichseifert.gral.plots.lines.LineRenderer
Key for specifying a Boolean value which decides whether the gaps should have rounded corners.
GeometryUtils - Class in de.erichseifert.gral.util
Abstract class that represents a collection of utility functions concerning geometry.
GeometryUtils() - Constructor for class de.erichseifert.gral.util.GeometryUtils
 
get(int) - Method in class de.erichseifert.gral.data.Column
 
get(int) - Method in class de.erichseifert.gral.data.DataAccessor
Returns the value of the data source for the specified index.
get(int, int) - Method in class de.erichseifert.gral.data.DataSeries
 
get(int, int) - Method in interface de.erichseifert.gral.data.DataSource
Returns the row with the specified index.
get(int, int) - Method in class de.erichseifert.gral.data.DataTable
 
get(int, int) - Method in class de.erichseifert.gral.data.DummyData
 
get(int, int) - Method in class de.erichseifert.gral.data.EnumeratedData
 
get(int, int) - Method in class de.erichseifert.gral.data.filters.Filter
 
get(int) - Method in class de.erichseifert.gral.data.filters.Kernel
Returns the value at the specified position of this kernel.
get(int, int) - Method in class de.erichseifert.gral.data.filters.Resize
 
get(int) - Method in class de.erichseifert.gral.data.Row
 
get(int, int) - Method in class de.erichseifert.gral.data.RowSubset
 
get(int, int) - Method in class de.erichseifert.gral.data.statistics.Histogram1D
 
get(String, Orientation, int) - Method in class de.erichseifert.gral.data.statistics.Statistics
Returns the specified information for the specified column or row.
get(String) - Method in class de.erichseifert.gral.data.statistics.Statistics
Returns the specified information for the data source.
get(String) - Method in class de.erichseifert.gral.io.data.DataReaderFactory
 
get(String) - Method in class de.erichseifert.gral.io.data.DataWriterFactory
 
get(String) - Method in interface de.erichseifert.gral.io.IOFactory
Returns an object for reading or writing the specified format.
get(String) - Method in class de.erichseifert.gral.io.plots.DrawableWriterFactory
 
get(double) - Method in interface de.erichseifert.gral.plots.colors.ColorMapper
Returns the Color according to the specified value.
get(double) - Method in class de.erichseifert.gral.plots.colors.QuasiRandomColors
 
get(double) - Method in class de.erichseifert.gral.plots.colors.RainbowColors
 
get(double) - Method in class de.erichseifert.gral.plots.colors.RandomColors
 
get(double) - Method in class de.erichseifert.gral.plots.colors.SingleColor
 
get(int) - Method in class de.erichseifert.gral.plots.Plot
Returns the data series at a specified index.
get(int) - Method in class de.erichseifert.gral.util.PointND
Returns the value of a specified dimension.
get(Settings.Key) - Method in class de.erichseifert.gral.util.Settings
Returns the setting for the specified key.
get(int) - Method in class de.erichseifert.gral.util.SortedList
 
getAlignmentH() - Method in enum de.erichseifert.gral.DrawableConstants.Location
Returns the horizontal alignment as a double value.
getAlignmentV() - Method in enum de.erichseifert.gral.DrawableConstants.Location
Returns the vertical alignment as a double value.
getArea(Axis, AxisRenderer, Iterable<DataPoint>) - Method in interface de.erichseifert.gral.plots.areas.AreaRenderer
Returns the graphical representation to be drawn for the specified data points.
getArea(Axis, AxisRenderer, Iterable<DataPoint>) - Method in class de.erichseifert.gral.plots.areas.DefaultAreaRenderer2D
 
getArea(Axis, AxisRenderer, Iterable<DataPoint>) - Method in class de.erichseifert.gral.plots.areas.LineAreaRenderer2D
 
getAreaRenderer(DataSource) - Method in class de.erichseifert.gral.plots.XYPlot
Returns the AreaRenderer for the specified DataSource.
getAxes() - Method in class de.erichseifert.gral.plots.Plot
Returns a Collection of all axes stored in this plot.
getAxis(String) - Method in class de.erichseifert.gral.plots.Plot
Returns the axis with the specified name.
getAxisRenderer(Axis) - Method in class de.erichseifert.gral.plots.Plot
Returns the renderer for the specified axis.
getAxisRenderer(String) - Method in class de.erichseifert.gral.plots.Plot
Returns the renderer for the axis with the specified name.
getBinomial(double) - Static method in class de.erichseifert.gral.data.filters.KernelUtils
Returns a Kernel of specified variance with binomial coefficients.
getBinomial(int) - Static method in class de.erichseifert.gral.data.filters.KernelUtils
Returns a Kernel of specified size with binomial coefficients.
getBottom() - Method in class de.erichseifert.gral.util.Insets2D.Double
 
getBottom() - Method in class de.erichseifert.gral.util.Insets2D
Returns the insets at the bottom.
getBounds() - Method in class de.erichseifert.gral.AbstractDrawable
 
getBounds() - Method in interface de.erichseifert.gral.Container
Returns the bounds of this container.
getBounds() - Method in interface de.erichseifert.gral.Drawable
Returns the bounds of this Drawable.
getCapabilities(String) - Method in class de.erichseifert.gral.io.AbstractIOFactory
 
getCapabilities() - Method in class de.erichseifert.gral.io.AbstractIOFactory
 
getCapabilities() - Static method in class de.erichseifert.gral.io.IOCapabilitiesStorage
Returns a Set with IOCapabilities for all supported formats.
getCapabilities(String) - Method in interface de.erichseifert.gral.io.IOFactory
Returns the capabilities for a specific format.
getCapabilities() - Method in interface de.erichseifert.gral.io.IOFactory
Returns a list of capabilities for all supported formats.
getCellLimits(int, int) - Method in class de.erichseifert.gral.data.statistics.Histogram1D
Returns the minimum and maximum value of the specified cell.
getCenter(Axis) - Method in class de.erichseifert.gral.plots.PlotNavigator
Returns the center point of the specified axis.
getColor() - Method in class de.erichseifert.gral.plots.colors.SingleColor
Returns the color of this ColorMapper.
getColorVariance() - Method in class de.erichseifert.gral.plots.colors.QuasiRandomColors
Returns the current color variance.
getColorVariance() - Method in class de.erichseifert.gral.plots.colors.RandomColors
Returns the current color variance.
getColumn(int) - Method in class de.erichseifert.gral.data.AbstractDataSource
 
getColumn() - Method in class de.erichseifert.gral.data.comparators.DataComparator
Returns the column to be compared.
getColumn(int) - Method in interface de.erichseifert.gral.data.DataSource
Returns the column with the specified index.
getColumnClass(int) - Method in class de.erichseifert.gral.data.DataTable
Returns the data type of the specified column.
getColumnCount() - Method in class de.erichseifert.gral.data.DataSeries
 
getColumnCount() - Method in interface de.erichseifert.gral.data.DataSource
Returns the number of columns of the data source.
getColumnCount() - Method in class de.erichseifert.gral.data.DataTable
 
getColumnCount() - Method in class de.erichseifert.gral.data.DummyData
 
getColumnCount() - Method in class de.erichseifert.gral.data.EnumeratedData
 
getColumnCount() - Method in class de.erichseifert.gral.data.filters.Filter
 
getColumnCount() - Method in class de.erichseifert.gral.data.filters.Resize
 
getColumnCount() - Method in class de.erichseifert.gral.data.RowSubset
 
getColumnCount() - Method in class de.erichseifert.gral.data.statistics.Histogram1D
 
getConstraints(Drawable) - Method in interface de.erichseifert.gral.Container
Return additional information on component
getConstraints(Drawable) - Method in class de.erichseifert.gral.DrawableContainer
 
getData() - Method in class de.erichseifert.gral.data.statistics.Histogram
Returns the data source associated to this histogram.
getData() - Method in class de.erichseifert.gral.plots.Plot
Returns a list of all data series stored in the plot.
getDefaults() - Method in class de.erichseifert.gral.util.Settings
Returns a map containing all default settings.
getDescription() - Method in class de.erichseifert.gral.ui.DrawableWriterFilter
 
getDimensions() - Method in class de.erichseifert.gral.util.PointND
Returns the number of dimensions.
getDocumentBounds() - Method in class de.erichseifert.gral.ui.ExportDialog
Returns the bounds entered by the user.
getDrawable() - Method in class de.erichseifert.gral.plots.DataPoint
Returns the Drawable which represents this DataPoint2D.
getDrawable() - Method in class de.erichseifert.gral.ui.DrawablePanel
Returns the Drawable instance that is displayed by this panel.
getExtensions() - Method in class de.erichseifert.gral.io.IOCapabilities
Returns an array with Strings containing all possible filename extensions.
getFormat() - Method in class de.erichseifert.gral.io.IOCapabilities
Returns the format.
getGap() - Method in class de.erichseifert.gral.StackedLayout
Returns the minimal space between components.
getGraphics() - Method in class de.erichseifert.gral.DrawingContext
Returns the object for drawing geometry.
getHeight() - Method in class de.erichseifert.gral.AbstractDrawable
 
getHeight() - Method in interface de.erichseifert.gral.Drawable
Returns the height of the bounds.
getHeight() - Method in class de.erichseifert.gral.util.Dimension2D.Double
 
getIndex() - Method in class de.erichseifert.gral.data.DataAccessor
Returns the index to access the data source.
getInsets() - Method in interface de.erichseifert.gral.Container
Return the space that this DrawableContainer must leave at each of its edges.
getInsets() - Method in class de.erichseifert.gral.DrawableContainer
 
getInstance() - Static method in class de.erichseifert.gral.io.data.DataReaderFactory
Returns the instance of the factory.
getInstance() - Static method in class de.erichseifert.gral.io.data.DataWriterFactory
Returns the instance of the factory.
getInstance() - Static method in class de.erichseifert.gral.io.plots.DrawableWriterFactory
Returns an instance of this DrawableWriterFactory.
getKernel() - Method in class de.erichseifert.gral.data.filters.Convolution
Returns the Kernel.
getKey() - Method in class de.erichseifert.gral.util.SettingChangeEvent
Returns the key of the changed setting.
getLabel() - Method in class de.erichseifert.gral.plots.axes.Tick
Returns the label of this tick mark.
getLayout() - Method in interface de.erichseifert.gral.Container
Returns the layout associated with this container.
getLayout() - Method in class de.erichseifert.gral.DrawableContainer
 
getLayout(String, Font) - Static method in class de.erichseifert.gral.util.GraphicsUtils
Returns the layout for the specified text with the specified font.
getLeft() - Method in class de.erichseifert.gral.util.Insets2D.Double
 
getLeft() - Method in class de.erichseifert.gral.util.Insets2D
Returns the insets at the left.
getLegend() - Method in class de.erichseifert.gral.plots.Plot
Returns the legend.
getLine(Iterable<DataPoint>) - Method in class de.erichseifert.gral.plots.lines.DefaultLineRenderer2D
 
getLine(Iterable<DataPoint>) - Method in class de.erichseifert.gral.plots.lines.DiscreteLineRenderer2D
 
getLine(Iterable<DataPoint>) - Method in interface de.erichseifert.gral.plots.lines.LineRenderer
Returns a graphical representation for the line defined by points.
getLineRenderer(DataSource) - Method in class de.erichseifert.gral.plots.XYPlot
Returns the LineRenderer for the specified DataSource.
getMax() - Method in class de.erichseifert.gral.plots.axes.Axis
Returns the maximum value to be displayed.
getMaxIndex() - Method in class de.erichseifert.gral.data.filters.Kernel
Returns the index of the "rightmost" value.
getMimeType() - Method in class de.erichseifert.gral.io.data.AbstractDataReader
Returns the MIME type.
getMimeType() - Method in class de.erichseifert.gral.io.data.AbstractDataWriter
Returns the MIME type.
getMimeType() - Method in class de.erichseifert.gral.io.IOCapabilities
Returns the MIME-Type of the format.
getMimeType() - Method in class de.erichseifert.gral.io.plots.BitmapWriter
 
getMimeType() - Method in interface de.erichseifert.gral.io.plots.DrawableWriter
Returns the output format of this writer.
getMimeType() - Method in class de.erichseifert.gral.io.plots.VectorWriter
 
getMin() - Method in class de.erichseifert.gral.plots.axes.Axis
Returns the minimum value to be displayed.
getMinimumSize() - Method in class de.erichseifert.gral.ui.DrawablePanel
 
getMinIndex() - Method in class de.erichseifert.gral.data.filters.Kernel
Returns the index of the "leftmost" value.
getMode() - Method in class de.erichseifert.gral.data.filters.Filter
Returns the Mode of this Filter.
getName() - Method in class de.erichseifert.gral.data.DataSeries
Returns the name of this series.
getName() - Method in class de.erichseifert.gral.io.IOCapabilities
Returns the name of the format.
getName() - Method in class de.erichseifert.gral.util.Settings.Key
Returns the name associated with this key.
getNormal(Axis, Number, boolean, boolean) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
getNormal(Axis, Number, boolean, boolean) - Method in interface de.erichseifert.gral.plots.axes.AxisRenderer
Returns the normal vector at the position of the specified value.
getNormal() - Method in class de.erichseifert.gral.plots.axes.Tick
Returns the normal vector of this tick mark.
getOffset() - Method in class de.erichseifert.gral.data.filters.Kernel
Returns the offset of this kernel.
getOffset() - Method in class de.erichseifert.gral.data.filters.Median
Returns the offset from the current value used to calculate the median to the last value of the window.
getOrientation() - Method in class de.erichseifert.gral.data.statistics.Histogram1D
Returns the direction in which the histogram values will be accumulated.
getOrientation() - Method in class de.erichseifert.gral.StackedLayout
Returns whether the components will be laid out horizontally or vertically.
getPlot() - Method in class de.erichseifert.gral.plots.PlotNavigator
Returns the plot stored in this instance.
getPlotArea() - Method in class de.erichseifert.gral.plots.Plot
Returns the drawing area of this plot.
getPoint() - Method in class de.erichseifert.gral.plots.DataPoint
Returns the point of this DataPoint2D.
getPoint(Axis, AxisRenderer, Row) - Method in class de.erichseifert.gral.plots.points.DefaultPointRenderer
 
getPoint(Axis, AxisRenderer, Row) - Method in interface de.erichseifert.gral.plots.points.PointRenderer
Returns the graphical representation to be drawn for the specified data value.
getPoint2D(int, int) - Method in class de.erichseifert.gral.util.PointND
Creates a two-dimensional point from the specified dimensions.
getPoint2D() - Method in class de.erichseifert.gral.util.PointND
Creates a two-dimensional point from dimensions 0 and 1.
getPointPath(Row) - Method in class de.erichseifert.gral.plots.points.DefaultPointRenderer
 
getPointPath(Row) - Method in interface de.erichseifert.gral.plots.points.PointRenderer
Returns a Shape instance that can be used for further calculations.
getPointPath(Row) - Method in class de.erichseifert.gral.plots.points.SizeablePointRenderer
 
getPointRenderer(DataSource) - Method in class de.erichseifert.gral.plots.XYPlot
Returns the PointRenderer for the specified DataSource.
getPosition(Axis, Number, boolean, boolean) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
getPosition(Axis, Number, boolean, boolean) - Method in interface de.erichseifert.gral.plots.axes.AxisRenderer
Returns the position of the specified value on the axis.
getPosition() - Method in class de.erichseifert.gral.plots.DataPoint
Returns the coordinates of this DataPoint.
getPreferredSize() - Method in class de.erichseifert.gral.AbstractDrawable
 
getPreferredSize() - Method in interface de.erichseifert.gral.Drawable
Returns the preferred size of the Drawable.
getPreferredSize() - Method in class de.erichseifert.gral.DrawableContainer
 
getPreferredSize(Container) - Method in class de.erichseifert.gral.EdgeLayout
 
getPreferredSize(Container) - Method in interface de.erichseifert.gral.Layout
Returns the preferred size of the specified Container using this Layout.
getPreferredSize() - Method in class de.erichseifert.gral.plots.Label
 
getPreferredSize(Container) - Method in class de.erichseifert.gral.StackedLayout
 
getPreferredSize() - Method in class de.erichseifert.gral.ui.DrawablePanel
 
getQuality() - Method in class de.erichseifert.gral.DrawingContext
Returns the desired display quality.
getRange() - Method in class de.erichseifert.gral.plots.axes.Axis
Returns the range of values to be displayed.
getRendererComponent(Axis) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
getRendererComponent(Axis) - Method in interface de.erichseifert.gral.plots.axes.AxisRenderer
Returns a component that displays the specified axis.
getRight() - Method in class de.erichseifert.gral.util.Insets2D.Double
 
getRight() - Method in class de.erichseifert.gral.util.Insets2D
Returns the insets at the right.
getRow(int) - Method in class de.erichseifert.gral.data.AbstractDataSource
 
getRow(int) - Method in interface de.erichseifert.gral.data.DataSource
Returns the row with the specified index.
getRow(int) - Method in class de.erichseifert.gral.data.RowSubset
 
getRowCount() - Method in class de.erichseifert.gral.data.DataSeries
 
getRowCount() - Method in interface de.erichseifert.gral.data.DataSource
Returns the number of rows of the data source.
getRowCount() - Method in class de.erichseifert.gral.data.DataTable
 
getRowCount() - Method in class de.erichseifert.gral.data.DummyData
 
getRowCount() - Method in class de.erichseifert.gral.data.EnumeratedData
 
getRowCount() - Method in class de.erichseifert.gral.data.filters.Filter
 
getRowCount() - Method in class de.erichseifert.gral.data.filters.Resize
 
getRowCount() - Method in class de.erichseifert.gral.data.RowSubset
 
getRowCount() - Method in class de.erichseifert.gral.data.statistics.Histogram1D
 
getSetting(String) - Method in class de.erichseifert.gral.io.data.AbstractDataReader
 
getSetting(String) - Method in class de.erichseifert.gral.io.data.AbstractDataWriter
 
getSetting(String) - Method in interface de.erichseifert.gral.io.data.DataReader
Returns the setting for the specified key.
getSetting(String) - Method in interface de.erichseifert.gral.io.data.DataWriter
Returns the setting for the specified key.
getSetting(Settings.Key) - Method in class de.erichseifert.gral.Legend
 
getSetting(Settings.Key) - Method in class de.erichseifert.gral.PlotArea
 
getSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.areas.AbstractAreaRenderer
 
getSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
getSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.Label
 
getSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.lines.AbstractLineRenderer2D
 
getSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.Plot
 
getSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.points.AbstractPointRenderer
 
getSetting(Settings.Key) - Method in interface de.erichseifert.gral.util.SettingsStorage
Returns the setting with the specified key.
getSettings() - Method in class de.erichseifert.gral.util.Settings
Returns a map containing all settings.
getSettingsListeners() - Method in class de.erichseifert.gral.util.Settings
Returns an unmodifiable set containing all registered listeners.
getSource() - Method in class de.erichseifert.gral.data.DataAccessor
Returns the data source containing this column.
getStatistics() - Method in class de.erichseifert.gral.data.AbstractDataSource
 
getStatistics(String) - Method in class de.erichseifert.gral.data.Column
 
getStatistics(String) - Method in class de.erichseifert.gral.data.DataAccessor
Returns the specified statistical information for this data.
getStatistics() - Method in interface de.erichseifert.gral.data.DataSource
Retrieves a object instance that contains various statistical information on the current data source.
getStatistics(String) - Method in class de.erichseifert.gral.data.Row
 
getSupportedFormats() - Method in class de.erichseifert.gral.io.AbstractIOFactory
 
getSupportedFormats() - Method in interface de.erichseifert.gral.io.IOFactory
Returns an array of Strings containing all supported formats.
getTarget() - Method in class de.erichseifert.gral.DrawingContext
Returns the drawing target.
getText() - Method in class de.erichseifert.gral.plots.Label
Returns the text of this label.
getTextRectangle() - Method in class de.erichseifert.gral.plots.Label
Returns the bounding rectangle of the text.
getTicks(Axis) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
getTicks(Axis) - Method in interface de.erichseifert.gral.plots.axes.AxisRenderer
Returns a list of all tick element on the axis.
getTicks(Axis) - Method in class de.erichseifert.gral.plots.axes.LogarithmicRenderer2D
 
getTitle() - Method in class de.erichseifert.gral.plots.Plot
Returns the title of this plot.
getTop() - Method in class de.erichseifert.gral.util.Insets2D.Double
 
getTop() - Method in class de.erichseifert.gral.util.Insets2D
Returns the insets at the top.
getType() - Method in class de.erichseifert.gral.plots.axes.Tick
Returns the kind of tick this object represents.
getUniform(int, int, double) - Static method in class de.erichseifert.gral.data.filters.KernelUtils
Returns a Kernel with the specified size and offset, filled with a single value.
getUserAction() - Method in class de.erichseifert.gral.ui.ExportDialog
Returns the last action by the user.
getValNew() - Method in class de.erichseifert.gral.util.SettingChangeEvent
Returns the new value.
getValOld() - Method in class de.erichseifert.gral.util.SettingChangeEvent
Returns the old value.
getVisibleData() - Method in class de.erichseifert.gral.plots.Plot
Returns a list of all visible data series stored in the plot.
getWidth() - Method in class de.erichseifert.gral.AbstractDrawable
 
getWidth() - Method in interface de.erichseifert.gral.Drawable
Returns the width of the bounds.
getWidth() - Method in class de.erichseifert.gral.util.Dimension2D.Double
 
getWindowSize() - Method in class de.erichseifert.gral.data.filters.Median
Returns the size of the window which is used to calculate the median.
getWriterCapabilities() - Method in class de.erichseifert.gral.ui.DrawableWriterFilter
Returns the capabilities filtered by this instance.
getX() - Method in class de.erichseifert.gral.AbstractDrawable
 
getX() - Method in interface de.erichseifert.gral.Drawable
Returns the x-position of the bounds.
getY() - Method in class de.erichseifert.gral.AbstractDrawable
 
getY() - Method in interface de.erichseifert.gral.Drawable
Returns the y-position of the bounds.
getZoom() - Method in class de.erichseifert.gral.plots.PlotNavigator
Returns the average zoom factor of all axes.
getZoomMax() - Method in class de.erichseifert.gral.plots.PlotNavigator
Returns the minimal zoom factor.
getZoomMin() - Method in class de.erichseifert.gral.plots.PlotNavigator
Returns the minimal zoom factor.
GraphicsUtils - Class in de.erichseifert.gral.util
Abstract class that contains utility functions for working with graphics.
GraphicsUtils() - Constructor for class de.erichseifert.gral.util.GraphicsUtils
 
GRID_MAJOR_COLOR - Static variable in class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
Key for specifying the Paint instance to be used to paint the grid lines of major ticks.
GRID_MAJOR_X - Static variable in class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
Key for specifying a Boolean value which decides whether the horizontal grid lines at major ticks along the x-axis are drawn.
GRID_MAJOR_Y - Static variable in class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
Key for specifying a Boolean value which decides whether the vertical grid lines at major ticks along the y-axis are drawn.
GRID_MINOR_COLOR - Static variable in class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
Key for specifying the Paint instance to be used to paint the grid lines of minor ticks.
GRID_MINOR_X - Static variable in class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
Key for specifying a Boolean value which decides whether the horizontal grid lines at minor ticks along the x-axis are drawn.
GRID_MINOR_Y - Static variable in class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
Key for specifying a Boolean value which decides whether the vertical grid lines at minor ticks along the y-axis are drawn.
grow(Shape, double) - Static method in class de.erichseifert.gral.util.GeometryUtils
Expand or shrink a shape in all directions by a defined offset.
grow(Shape, double, int, float) - Static method in class de.erichseifert.gral.util.GeometryUtils
Expand or shrink a shape in all directions by a defined offset.

H

HaltonSequence - Class in de.erichseifert.gral.util
Class that calculates the values of the Halton sequence.
HaltonSequence() - Constructor for class de.erichseifert.gral.util.HaltonSequence
Creates a new HaltonSequence object to the base of two.
HaltonSequence(int) - Constructor for class de.erichseifert.gral.util.HaltonSequence
Creates a new instance with the specified base.
hasDefault(Settings.Key) - Method in class de.erichseifert.gral.util.Settings
Returns true if there is a default setting for the specified key.
hashCode() - Method in class de.erichseifert.gral.data.DataAccessor
 
hashCode() - Method in class de.erichseifert.gral.util.Dimension2D.Double
 
hashCode() - Method in class de.erichseifert.gral.util.Insets2D.Double
 
hashCode() - Method in class de.erichseifert.gral.util.PointND
 
hasKey(Settings.Key) - Method in class de.erichseifert.gral.util.Settings
Returns true if the specified key is contained.
hasNext() - Method in class de.erichseifert.gral.util.HaltonSequence
 
hasSetting(Settings.Key) - Method in class de.erichseifert.gral.util.Settings
Returns true if there is a setting for the specified key.
Histogram - Class in de.erichseifert.gral.data.statistics
Abstract base class for histograms.
Histogram(DataSource) - Constructor for class de.erichseifert.gral.data.statistics.Histogram
Initializes a new histograms with a data source.
Histogram1D - Class in de.erichseifert.gral.data.statistics
View that aggregates the column values of an other data source into a histogram with cells.
Histogram1D(DataSource, Orientation, int) - Constructor for class de.erichseifert.gral.data.statistics.Histogram1D
Creates a new Histogram object with the specified DataSource and cell count.
Histogram1D(DataSource, Orientation, Number[]...) - Constructor for class de.erichseifert.gral.data.statistics.Histogram1D
Initializes a new histogram with the specified data source and subdivisions at the specified positions.

I

ImageReader - Class in de.erichseifert.gral.io.data
Class that reads a DataSource from a binary image file.
ImageReader(String) - Constructor for class de.erichseifert.gral.io.data.ImageReader
Creates a new instance with the specified MIME type.
ImageWriter - Class in de.erichseifert.gral.io.data
Class that writes a DataSource to a binary image file.
ImageWriter(String) - Constructor for class de.erichseifert.gral.io.data.ImageWriter
Creates a new instance with the specified MIME type.
indexOf(Object) - Method in class de.erichseifert.gral.util.SortedList
 
Insets2D - Class in de.erichseifert.gral.util
Abstract class that stores insets for all four directions.
Insets2D() - Constructor for class de.erichseifert.gral.util.Insets2D
Creates a new Insets2D object.
Insets2D.Double - Class in de.erichseifert.gral.util
Class that stores insets as double values.
Insets2D.Double() - Constructor for class de.erichseifert.gral.util.Insets2D.Double
Creates a new Insets2D object with zero insets.
Insets2D.Double(double) - Constructor for class de.erichseifert.gral.util.Insets2D.Double
Creates a new Insets2D object with the specified insets in all directions.
Insets2D.Double(double, double, double, double) - Constructor for class de.erichseifert.gral.util.Insets2D.Double
Creates a new Insets2D object with the specified insets.
InteractivePanel - Class in de.erichseifert.gral.ui
A panel implementation that displays a Drawable instance as a rich Swing component.
InteractivePanel(Drawable) - Constructor for class de.erichseifert.gral.ui.InteractivePanel
Creates a new panel instance and initializes it with a drawable component.
INTERSECTION - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the intersection point of axis.
intersection(Shape, Shape) - Static method in class de.erichseifert.gral.util.GeometryUtils
Returns all intersection points of two shapes.
intersection(Line2D, Line2D) - Static method in class de.erichseifert.gral.util.GeometryUtils
Returns the intersection point of two lines.
IOCapabilities - Class in de.erichseifert.gral.io
Class that stores information on a DrawableWriter.
IOCapabilities(String, String, String, String...) - Constructor for class de.erichseifert.gral.io.IOCapabilities
Creates a new IOCapabilities object with the specified format, name, MIME-Type and filename extensions.
IOCapabilitiesStorage - Class in de.erichseifert.gral.io
Abstract class that implements the basic functions of a writer.
IOFactory<T> - Interface in de.erichseifert.gral.io
Interface for factories producing input or output classes.
isDefaultSetting() - Method in class de.erichseifert.gral.util.SettingChangeEvent
Returns whether the setting is a default setting.
isFormatSupported(String) - Method in class de.erichseifert.gral.io.AbstractIOFactory
 
isFormatSupported(String) - Method in interface de.erichseifert.gral.io.IOFactory
Returns whether the specified MIME type is supported.
isVisible(DataSource) - Method in class de.erichseifert.gral.plots.Plot
Returns whether the specified data series is drawn.
iterator() - Method in class de.erichseifert.gral.data.AbstractDataSource
 
iterator() - Method in class de.erichseifert.gral.data.DataAccessor
 
iterator() - Method in class de.erichseifert.gral.DrawableContainer
 

K

Kernel - Class in de.erichseifert.gral.data.filters
Class that represents an array of coefficients for a weighted filtering.
Kernel(int, double[]) - Constructor for class de.erichseifert.gral.data.filters.Kernel
Creates a new Kernel object with the specified offset and values.
Kernel(double...) - Constructor for class de.erichseifert.gral.data.filters.Kernel
Creates a new kernel object with the specified values and an offset being half the size of this kernel (rounded down).
KernelUtils - Class in de.erichseifert.gral.data.filters
Abstract class that provides utility functions which are useful for kernels.
KernelUtils() - Constructor for class de.erichseifert.gral.data.filters.KernelUtils
 
keySet() - Method in class de.erichseifert.gral.util.Settings
Returns a set containing all keys of this settings object.
KURTOSIS - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the kurtosis.

L

LABEL - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the String instance for the label text of the axis.
Label - Class in de.erichseifert.gral.plots
Class that draws a label to a specific location.
Label(String) - Constructor for class de.erichseifert.gral.plots.Label
Creates a new Label object with the specified text.
LABEL_COLOR - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the Paint instance to be used to paint the axis label.
LABEL_DISTANCE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the distance from the axis to the label.
LABEL_ROTATION - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the rotation of the axis label in degrees.
layout(Container) - Method in class de.erichseifert.gral.EdgeLayout
 
Layout - Interface in de.erichseifert.gral
Interface that provides basic functions for arranging a layout.
layout(Container) - Method in interface de.erichseifert.gral.Layout
Arranges the components of this Container according to this Layout.
layout(Container) - Method in class de.erichseifert.gral.StackedLayout
 
Legend - Class in de.erichseifert.gral
Abstract class that serves as a basic for any legend in a plot.
Legend() - Constructor for class de.erichseifert.gral.Legend
Creates a new Legend object with default background color, border, orientation and gap between the Items.
LEGEND - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying whether the legend should be shown.
LEGEND_LOCATION - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying the positioning of the legend using a DrawableConstants.Location value.
LEGEND_MARGIN - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying the Insets2D that describes the legend's margin.
limit(T, T, T) - Static method in class de.erichseifert.gral.util.MathUtils
Clamps a value to specified limits: if value is greater than max then max will be returned.
LineAreaRenderer2D - Class in de.erichseifert.gral.plots.areas
Default two-dimensional implementation of the AreaRenderer interface that draws lines from data points to the main axis.
LineAreaRenderer2D() - Constructor for class de.erichseifert.gral.plots.areas.LineAreaRenderer2D
Standard constructor that initializes a new instance.
LinearRenderer2D - Class in de.erichseifert.gral.plots.axes
Class that renders axes with a linear scale in two dimensional space.
LinearRenderer2D() - Constructor for class de.erichseifert.gral.plots.axes.LinearRenderer2D
Creates a new renderer for linear axes in two-dimensional space.
LineRenderer - Interface in de.erichseifert.gral.plots.lines
Interface that provides functions for rendering a line in 2-dimensional space.
LogarithmicRenderer2D - Class in de.erichseifert.gral.plots.axes
Class that renders axes with a logarithmic scale in two dimensional space.
LogarithmicRenderer2D() - Constructor for class de.erichseifert.gral.plots.axes.LogarithmicRenderer2D
Creates a new renderer for logarithmic scaled axes in two-dimensional space.

M

main(String[]) - Static method in class de.erichseifert.gral.examples.barplot.SimpleBarPlot
 
main(String[]) - Static method in class de.erichseifert.gral.examples.io.DataWriterTest
 
main(String[]) - Static method in class de.erichseifert.gral.examples.io.DrawableWriterTest
 
main(String[]) - Static method in class de.erichseifert.gral.examples.pieplot.SimplePiePlot
 
main(String[]) - Static method in class de.erichseifert.gral.examples.xyplot.AreaPlot
 
main(String[]) - Static method in class de.erichseifert.gral.examples.xyplot.ConvolutionExample
 
main(String[]) - Static method in class de.erichseifert.gral.examples.xyplot.MemoryUsage
 
main(String[]) - Static method in class de.erichseifert.gral.examples.xyplot.ScatterPlot
 
main(String[]) - Static method in class de.erichseifert.gral.examples.xyplot.SimpleXYPlot
 
main(String[]) - Static method in class de.erichseifert.gral.examples.xyplot.StackedPlots
 
MathUtils - Class in de.erichseifert.gral.util
Abstract class that provides utility functions which are useful for mathematical calculations.
MathUtils() - Constructor for class de.erichseifert.gral.util.MathUtils
 
MAX - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the maximum, i.e. the largest value.
MEAN - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the arithmetic mean of all values.
MEAN_DEVIATION - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the expected value.
Median - Class in de.erichseifert.gral.data.filters
Class that calculates the median of a data sequence.
Median(DataSource, int, int, Filter.Mode, int...) - Constructor for class de.erichseifert.gral.data.filters.Median
Creates a new Median object with the specified DataSource, window size, offset, Mode, and columns.
MEDIAN - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the median (or 50% quantile).
MemoryUsage - Class in de.erichseifert.gral.examples.xyplot
 
MemoryUsage() - Constructor for class de.erichseifert.gral.examples.xyplot.MemoryUsage
 
MIN - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the minimum, i.e. the smallest value.
mul(double) - Method in class de.erichseifert.gral.data.filters.Kernel
Returns a new Kernel, where the specified value was multiplied with each of the items.
mul(Kernel) - Method in class de.erichseifert.gral.data.filters.Kernel
Returns a new Kernel, where the specified kernel was multiplied.

N

N - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the total number of elements.
negate() - Method in class de.erichseifert.gral.data.filters.Kernel
Returns a Kernel with all values being negated.
next() - Method in class de.erichseifert.gral.util.HaltonSequence
 
normalize() - Method in class de.erichseifert.gral.data.filters.Kernel
Returns a normalized Kernel so that the sum of all values equals 1.

O

Orientation - Enum in de.erichseifert.gral.data.statistics
Data type that describes the direction of the histogram.
ORIENTATION - Static variable in class de.erichseifert.gral.Legend
Key for specifying the orientation of the legend using a DrawableConstants.Orientation value.

P

PiePlot - Class in de.erichseifert.gral.plots
Class that displays data in a pie plot.
PiePlot(DataSource) - Constructor for class de.erichseifert.gral.plots.PiePlot
Creates a new PiePlot object with the specified DataSource.
PiePlot.PiePlotArea2D - Class in de.erichseifert.gral.plots
Class that represents the drawing area of a PiePlot.
PiePlot.PiePlotArea2D(PiePlot) - Constructor for class de.erichseifert.gral.plots.PiePlot.PiePlotArea2D
Constructor that creates a new instance and initializes it with a plot acting as data provider.
Plot - Class in de.erichseifert.gral.plots
Abstract class that displays data in a plot.
Plot(DataSource...) - Constructor for class de.erichseifert.gral.plots.Plot
Initializes a new Plot instance with the specified data series.
PlotArea - Class in de.erichseifert.gral
Abstract class that represents a canvas for the plot which will be drawn.
PlotArea() - Constructor for class de.erichseifert.gral.PlotArea
Creates a new PlotArea2D object with default background color and border.
PlotNavigator - Class in de.erichseifert.gral.plots
Class that controls the zoom of a Plot.
PlotNavigator(Plot) - Constructor for class de.erichseifert.gral.plots.PlotNavigator
Creates a new PlotZoomer object that is responsible for the specified plot.
PointND<T extends Number> - Class in de.erichseifert.gral.util
Class for storing n-dimensional points.
PointND(T...) - Constructor for class de.erichseifert.gral.util.PointND
Constructor that initializes the point with a list of coordinates.
PointRenderer - Interface in de.erichseifert.gral.plots.points
An interface providing functions for rendering points in a diagram.
print(Graphics, PageFormat, int) - Method in class de.erichseifert.gral.ui.InteractivePanel
 
punch(Shape, double, boolean, Iterable<DataPoint>) - Static method in class de.erichseifert.gral.util.GeometryUtils
Subtract all shapes of data points from another shape to yield gaps.

Q

QuasiRandomColors - Class in de.erichseifert.gral.plots.colors
Class that generates seemingly random colors.
QuasiRandomColors() - Constructor for class de.erichseifert.gral.plots.colors.QuasiRandomColors
Creates a new QuasiRandomColors object with default color variance.

R

RADIUS - Static variable in class de.erichseifert.gral.plots.PiePlot
Key for specifying the radius of the pie relative to the plot area size.
RADIUS_INNER - Static variable in class de.erichseifert.gral.plots.PiePlot
Key for specifying a Number value for the inner radius of the pie relative to the outer radius.
RainbowColors - Class in de.erichseifert.gral.plots.colors
Class that generates the colors of a rainbow.
RainbowColors() - Constructor for class de.erichseifert.gral.plots.colors.RainbowColors
Creates a new RainbowColors object.
RandomColors - Class in de.erichseifert.gral.plots.colors
Class that generates pseudo-random colors.
RandomColors() - Constructor for class de.erichseifert.gral.plots.colors.RandomColors
Creates a new RandomColors object with default seed.
RandomColors(long) - Constructor for class de.erichseifert.gral.plots.colors.RandomColors
Creates a new instances with the specified seed.
randomizedSelect(List<T>, int, int, int) - Static method in class de.erichseifert.gral.util.MathUtils
Perform a randomized search on an unsorted array a to find the ith smallest element.
rangeChanged(Axis, Number, Number) - Method in interface de.erichseifert.gral.plots.axes.AxisListener
Notified if the range of the axis has changed.
read(InputStream, Class<? extends Number>...) - Method in class de.erichseifert.gral.io.data.CSVReader
 
read(InputStream, Class<? extends Number>...) - Method in interface de.erichseifert.gral.io.data.DataReader
Returns a DataSource that was imported.
read(InputStream, Class<? extends Number>...) - Method in class de.erichseifert.gral.io.data.ImageReader
 
refresh() - Method in class de.erichseifert.gral.plots.Plot
Causes the plot data to be be updated.
refresh() - Method in class de.erichseifert.gral.plots.XYPlot
 
remove(Drawable) - Method in interface de.erichseifert.gral.Container
Removes a component from this container.
remove(int) - Method in class de.erichseifert.gral.data.DataTable
Removes a specified row from the table.
remove(Drawable) - Method in class de.erichseifert.gral.DrawableContainer
 
remove(DataSource) - Method in class de.erichseifert.gral.Legend
Removes the specified DataSource.
remove(DataSource) - Method in class de.erichseifert.gral.plots.Plot
Deletes the specified data series from the plot.
remove() - Method in class de.erichseifert.gral.util.HaltonSequence
 
remove(Settings.Key) - Method in class de.erichseifert.gral.util.Settings
Removes the setting with the specified key.
remove(int) - Method in class de.erichseifert.gral.util.SortedList
 
removeAxis(String) - Method in class de.erichseifert.gral.plots.Plot
Removes the axis with the specified name.
removeAxisListener(AxisListener) - Method in class de.erichseifert.gral.plots.axes.Axis
Removes the specified AxisListener from this Axis.
removeDataListener(DataListener) - Method in class de.erichseifert.gral.data.AbstractDataSource
 
removeDataListener(DataListener) - Method in interface de.erichseifert.gral.data.DataSource
Adds the specified DataListener from this DataSource.
removeDefault(Settings.Key) - Method in class de.erichseifert.gral.util.Settings
Removes the default setting with the specified key.
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.Legend
 
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.PlotArea
 
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.areas.AbstractAreaRenderer
 
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.Label
 
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.lines.AbstractLineRenderer2D
 
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.Plot
 
removeSetting(Settings.Key) - Method in class de.erichseifert.gral.plots.points.AbstractPointRenderer
 
removeSetting(Settings.Key) - Method in interface de.erichseifert.gral.util.SettingsStorage
Removes the setting with the specified key.
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.Legend
 
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.PlotArea
 
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.plots.areas.AbstractAreaRenderer
 
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.plots.Label
 
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.plots.lines.AbstractLineRenderer2D
 
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.plots.Plot
 
removeSettingDefault(Settings.Key) - Method in class de.erichseifert.gral.plots.points.AbstractPointRenderer
 
removeSettingDefault(Settings.Key) - Method in interface de.erichseifert.gral.util.SettingsStorage
Removes the default setting with the specified key.
removeSettingsListener(SettingsListener) - Method in class de.erichseifert.gral.util.Settings
Removes the specified listener.
reset() - Method in class de.erichseifert.gral.plots.PlotNavigator
Resets the plot's zoom to the original value.
Resize - Class in de.erichseifert.gral.data.filters
Filter to change the size of equally spaced data sources.
Resize(DataSource, int, int) - Constructor for class de.erichseifert.gral.data.filters.Resize
Initializes a new data source from an original data source and a specified number of rows and columns.
ROTATION - Static variable in class de.erichseifert.gral.plots.Label
Key for specifying the rotation of this label,
round(double, double) - Static method in class de.erichseifert.gral.util.MathUtils
Mathematically rounds a number with a defined precision.
Row - Class in de.erichseifert.gral.data
Class for storing a row of a data source.
Row(DataSource, int) - Constructor for class de.erichseifert.gral.data.Row
Initializes a new instances with the specified data source and row index.
RowSubset - Class in de.erichseifert.gral.data
Abstract class that represents a view on several rows of a data source.
RowSubset(DataSource) - Constructor for class de.erichseifert.gral.data.RowSubset
Creates a new instance with the specified data source

S

save() - Method in class de.erichseifert.gral.examples.io.DataWriterTest
 
save() - Method in class de.erichseifert.gral.examples.io.DrawableWriterTest
 
ScatterPlot - Class in de.erichseifert.gral.examples.xyplot
 
ScatterPlot() - Constructor for class de.erichseifert.gral.examples.xyplot.ScatterPlot
 
set(int, int, Number) - Method in class de.erichseifert.gral.data.DataTable
Sets the value of a certain cell.
set(int, T) - Method in class de.erichseifert.gral.util.PointND
Sets the value of a specified dimension.
set(Settings.Key, T) - Method in class de.erichseifert.gral.util.Settings
Sets the setting for the specified key.
setAreaRenderer(DataSource, AreaRenderer) - Method in class de.erichseifert.gral.plots.XYPlot
Sets the AreaRenderer for a certain DataSource to the specified value.
setAxis(String, Axis) - Method in class de.erichseifert.gral.plots.Plot
Sets the axis with the specified name and the associated AxisRenderer.
setAxisRenderer(Axis, AxisRenderer) - Method in class de.erichseifert.gral.plots.Plot
Sets the renderer for the specified axis.
setAxisRenderer(String, AxisRenderer) - Method in class de.erichseifert.gral.plots.Plot
Sets the renderer for the axis with the specified name.
setAxisRenderer(Axis, AxisRenderer) - Method in class de.erichseifert.gral.plots.XYPlot
 
setBounds(Rectangle2D) - Method in class de.erichseifert.gral.AbstractDrawable
 
setBounds(double, double, double, double) - Method in class de.erichseifert.gral.AbstractDrawable
 
setBounds(Rectangle2D) - Method in interface de.erichseifert.gral.Container
Sets the bounds of this container.
setBounds(Rectangle2D) - Method in interface de.erichseifert.gral.Drawable
Sets the bounds to the specified bounding rectangle.
setBounds(double, double, double, double) - Method in interface de.erichseifert.gral.Drawable
Sets the bounds to the specified coordinates, width and height.
setBounds(Rectangle2D) - Method in class de.erichseifert.gral.DrawableContainer
 
setBounds(double, double, double, double) - Method in class de.erichseifert.gral.DrawableContainer
 
setBounds(Rectangle) - Method in class de.erichseifert.gral.ui.DrawablePanel
 
setBounds(int, int, int, int) - Method in class de.erichseifert.gral.ui.DrawablePanel
 
setCenter(Axis, Number) - Method in class de.erichseifert.gral.plots.PlotNavigator
Sets a new center point for the specified axis.
setColor(Color) - Method in class de.erichseifert.gral.plots.colors.SingleColor
Sets the color of this ColorMapper.
setColorVariance(float[]) - Method in class de.erichseifert.gral.plots.colors.QuasiRandomColors
Sets the current color variance.
setColorVariance(float[]) - Method in class de.erichseifert.gral.plots.colors.RandomColors
Sets the current color variance.
setColumn(int) - Method in class de.erichseifert.gral.data.comparators.DataComparator
Sets the column to be compared to the specified index.
setDefault(Settings.Key, T) - Method in class de.erichseifert.gral.util.Settings
Sets the default setting for the specified key.
setInsets(Insets2D) - Method in interface de.erichseifert.gral.Container
Sets the space that this DrawableContainer must leave at each of its edges.
setInsets(Insets2D) - Method in class de.erichseifert.gral.DrawableContainer
 
setInsets(Insets2D) - Method in class de.erichseifert.gral.util.Insets2D.Double
 
setInsets(double, double, double, double) - Method in class de.erichseifert.gral.util.Insets2D.Double
 
setInsets(Insets2D) - Method in class de.erichseifert.gral.util.Insets2D
Sets the insets according to the specified insets.
setInsets(double, double, double, double) - Method in class de.erichseifert.gral.util.Insets2D
Sets the insets to the specified values.
setLayout(Layout) - Method in interface de.erichseifert.gral.Container
Sets the layout associated with this container.
setLayout(Layout) - Method in class de.erichseifert.gral.DrawableContainer
 
setLineRenderer(DataSource, LineRenderer) - Method in class de.erichseifert.gral.plots.XYPlot
Sets the LineRenderer for a certain DataSource to the specified value.
setLocation(T...) - Method in class de.erichseifert.gral.util.PointND
Sets all coordinate values at once.
setMax(Number) - Method in class de.erichseifert.gral.plots.axes.Axis
Sets the maximum value to be displayed.
setMin(Number) - Method in class de.erichseifert.gral.plots.axes.Axis
Sets the minimum value to be displayed.
setMode(Filter.Mode) - Method in class de.erichseifert.gral.data.filters.Filter
Sets the Mode the specified value.
setName(String) - Method in class de.erichseifert.gral.data.DataSeries
Sets the name of this series.
setOffset(int) - Method in class de.erichseifert.gral.data.filters.Median
Sets the offset from the current value used to calculate the median to the last value of the window.
setPointRenderer(DataSource, PointRenderer) - Method in class de.erichseifert.gral.plots.XYPlot
Sets the PointRenderer for a certain DataSource to the specified instance.
setRange(Number, Number) - Method in class de.erichseifert.gral.plots.axes.Axis
Sets the range of values to be displayed.
setSetting(String, T) - Method in class de.erichseifert.gral.io.data.AbstractDataReader
 
setSetting(String, T) - Method in class de.erichseifert.gral.io.data.AbstractDataWriter
 
setSetting(String, T) - Method in interface de.erichseifert.gral.io.data.DataReader
Sets the setting for the specified key.
setSetting(String, T) - Method in interface de.erichseifert.gral.io.data.DataWriter
Sets the setting for the specified key.
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.Legend
 
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.PlotArea
 
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.plots.areas.AbstractAreaRenderer
 
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.plots.Label
 
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.plots.lines.AbstractLineRenderer2D
 
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.plots.Plot
 
setSetting(Settings.Key, T) - Method in class de.erichseifert.gral.plots.points.AbstractPointRenderer
 
setSetting(Settings.Key, T) - Method in interface de.erichseifert.gral.util.SettingsStorage
Sets the setting with the specified key to the specified value.
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.Legend
 
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.PlotArea
 
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.plots.areas.AbstractAreaRenderer
 
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.plots.Label
 
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.plots.lines.AbstractLineRenderer2D
 
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.plots.Plot
 
setSettingDefault(Settings.Key, T) - Method in class de.erichseifert.gral.plots.points.AbstractPointRenderer
 
setSettingDefault(Settings.Key, T) - Method in interface de.erichseifert.gral.util.SettingsStorage
Sets a default value for the setting with the specified key.
setSize(double, double) - Method in class de.erichseifert.gral.util.Dimension2D.Double
 
setText(String) - Method in class de.erichseifert.gral.plots.Label
Sets the displayed text to the specified value.
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.Legend
 
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.PlotArea
 
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.plots.areas.AbstractAreaRenderer
 
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.plots.axes.AbstractAxisRenderer2D
 
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.plots.Label
 
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.plots.lines.AbstractLineRenderer2D
 
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.plots.Plot
 
settingChanged(SettingChangeEvent) - Method in class de.erichseifert.gral.plots.points.AbstractPointRenderer
 
settingChanged(SettingChangeEvent) - Method in interface de.erichseifert.gral.util.SettingsListener
Invoked if a setting has changed.
SettingChangeEvent - Class in de.erichseifert.gral.util
Class for handling event data of settings.
SettingChangeEvent(Object, Settings.Key, Object, Object, boolean) - Constructor for class de.erichseifert.gral.util.SettingChangeEvent
Creates a new event object with the specified values.
Settings - Class in de.erichseifert.gral.util
Class that stores a specific and a default setting for a certain key.
Settings(SettingsListener) - Constructor for class de.erichseifert.gral.util.Settings
Creates an empty Settings object.
Settings.Key - Class in de.erichseifert.gral.util
A settings key storing a name.
Settings.Key(String) - Constructor for class de.erichseifert.gral.util.Settings.Key
Constructor that initializes the instance with a name.
SettingsListener - Interface in de.erichseifert.gral.util
Interface providing a function to listen to changes of settings.
SettingsStorage - Interface in de.erichseifert.gral.util
Interface providing functions to store and retrieve settings for an object.
setVisible(DataSource, boolean) - Method in class de.erichseifert.gral.plots.Plot
Changes the visibility of the specified data series.
setWindowSize(int) - Method in class de.erichseifert.gral.data.filters.Median
Set the size of the window which is used to calculate the median.
setZoom(double) - Method in class de.erichseifert.gral.plots.PlotNavigator
Sets the plot's zoom level to the specified value.
setZoomMax(double) - Method in class de.erichseifert.gral.plots.PlotNavigator
Sets the maximal zoom factor.
setZoomMin(double) - Method in class de.erichseifert.gral.plots.PlotNavigator
Sets the minimal zoom factor.
SHAPE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the Shape instance that defines the shape of the axis.
SHAPE - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Shape instance defining the form of the point.
SHAPE_COLOR - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying Paint instance to be used to paint the axis, its ticks and its labels.
SHAPE_DIRECTION_SWAPPED - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Boolean value which decides whether the axis direction will be changed.
SHAPE_NORMAL_ORIENTATION_CLOCKWISE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Boolean value which decides whether normal vector is calculated using clockwise (true) or counterclockwise rotation (false).
SHAPE_STROKE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the Stroke instance which define the shape of the axis.
SHAPE_VISIBLE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Boolean value which decides whether the shape of the axis will be drawn.
shapeToLines(Shape, boolean) - Static method in class de.erichseifert.gral.util.GeometryUtils
Returns the line fragments of the specified Shape.
SimpleBarPlot - Class in de.erichseifert.gral.examples.barplot
 
SimpleBarPlot() - Constructor for class de.erichseifert.gral.examples.barplot.SimpleBarPlot
 
SimplePiePlot - Class in de.erichseifert.gral.examples.pieplot
 
SimplePiePlot() - Constructor for class de.erichseifert.gral.examples.pieplot.SimplePiePlot
 
SimpleXYPlot - Class in de.erichseifert.gral.examples.xyplot
 
SimpleXYPlot() - Constructor for class de.erichseifert.gral.examples.xyplot.SimpleXYPlot
 
SingleColor - Class in de.erichseifert.gral.plots.colors
Class that represents a ColorMapper with a single color.
SingleColor(Color) - Constructor for class de.erichseifert.gral.plots.colors.SingleColor
Creates a new instance with the specified color.
size() - Method in interface de.erichseifert.gral.Container
Returns the number of components that are stored in this container.
size() - Method in class de.erichseifert.gral.data.Column
 
size() - Method in class de.erichseifert.gral.data.DataAccessor
Returns the number of elements in this column.
size() - Method in class de.erichseifert.gral.data.filters.Kernel
Returns the number of values in this kernel.
size() - Method in class de.erichseifert.gral.data.Row
 
size() - Method in class de.erichseifert.gral.DrawableContainer
 
size() - Method in class de.erichseifert.gral.util.SortedList
 
SizeablePointRenderer - Class in de.erichseifert.gral.plots.points
Class that provides Drawables, which are sized accordingly to the data.
SizeablePointRenderer() - Constructor for class de.erichseifert.gral.plots.points.SizeablePointRenderer
Creates a new SizeablePointRenderer object.
SKEWNESS - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the skewness.
sort(DataComparator...) - Method in class de.erichseifert.gral.data.DataTable
Sorts the table rows with the specified DataComparators.
SortedList<T extends Comparable<T>> - Class in de.erichseifert.gral.util
Resizable implementation of the List interface that automatically sorts all values.
SortedList(int) - Constructor for class de.erichseifert.gral.util.SortedList
Constructs an empty list with the specified initial capacity.
SortedList(Collection<? extends T>) - Constructor for class de.erichseifert.gral.util.SortedList
Constructs a list containing the elements of the specified collection.
SortedList() - Constructor for class de.erichseifert.gral.util.SortedList
Constructs an empty list with an initial capacity of ten.
StackedLayout - Class in de.erichseifert.gral
Class that represents a layout manager which arranges its components lying upon another.
StackedLayout(DrawableConstants.Orientation) - Constructor for class de.erichseifert.gral.StackedLayout
Creates a new StackedLayout object with the specified orientation and default gap between the components.
StackedLayout(DrawableConstants.Orientation, Dimension2D) - Constructor for class de.erichseifert.gral.StackedLayout
Creates a new StackedLayout object with the specified orientation gap between the components.
StackedPlots - Class in de.erichseifert.gral.examples.xyplot
 
StackedPlots() - Constructor for class de.erichseifert.gral.examples.xyplot.StackedPlots
 
START - Static variable in class de.erichseifert.gral.plots.PiePlot
Key for specifying a Number value for the starting angle of the first segment in degrees.
Statistics - Class in de.erichseifert.gral.data.statistics
A class that computes and stores various statistical information on a data source.
Statistics(DataSource) - Constructor for class de.erichseifert.gral.data.statistics.Statistics
Creates a new Statistics object with the specified DataSource.
STROKE - Static variable in class de.erichseifert.gral.plots.areas.LineAreaRenderer2D
Key for specifying the Stroke instance that is used draw the lines from the data points to the axis.
STROKE - Static variable in interface de.erichseifert.gral.plots.lines.LineRenderer
Key for specifying the Stroke instance to be used to define the line shape.
SUM - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the sum of all values.
SUM2 - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the sum of all value squares.
SUM3 - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the sum of all value cubics.
SUM4 - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the sum of all value quads.
SYMBOL_SIZE - Static variable in class de.erichseifert.gral.Legend
Key for specifying the gap between items.

T

Tick - Class in de.erichseifert.gral.plots.axes
Class for storing the tick mark of an axis.
Tick(Tick.TickType, PointND<Double>, PointND<Double>, Drawable, Shape, String) - Constructor for class de.erichseifert.gral.plots.axes.Tick
Creates a new instance with the specified position, normal, Drawable, point and label.
Tick.TickType - Enum in de.erichseifert.gral.plots.axes
Type of tick mark.
TICK_LABELS - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying whether tick labels are drawn.
TICK_LABELS_DISTANCE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the distance of labels to their ticks.
TICK_LABELS_FORMAT - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the {java.text.Format} instance which converts the tick values to labels.
TICK_LABELS_OUTSIDE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Boolean value which decides whether the tick labels are drawn outside of the plot.
TICK_LABELS_ROTATION - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the rotation of the tick labels in degrees.
TICKS - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Boolean value which decides whether major ticks are drawn.
TICKS_ALIGNMENT - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the alignment of major ticks: 0.0 means outside, 0.5 means centered, 1.0 means inside.
TICKS_COLOR - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the Paint instance to be used to paint the shapes of major ticks.
TICKS_CUSTOM - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Custom labels as a Map with a position (Double) as key and a label (String) as value.
TICKS_LENGTH - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the length of major tick strokes.
TICKS_MINOR - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Boolean value which decides whether minor ticks are drawn.
TICKS_MINOR_ALIGNMENT - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the alignment of minor ticks: 0.0 means outside, 0.5 means centered, 1.0 means inside.
TICKS_MINOR_COLOR - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the Paint instance to be used to paint the the shapes of minor ticks.
TICKS_MINOR_COUNT - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying an Integer value for the count of minor ticks.
TICKS_MINOR_LENGTH - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the length of minor tick strokes.
TICKS_MINOR_STROKE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the Stroke instance which is used to draw all minor ticks.
TICKS_SPACING - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying a Number value for the interval for major ticks.
TICKS_STROKE - Static variable in interface de.erichseifert.gral.plots.axes.AxisRenderer
Key for specifying the Stroke instance which is used to draw all major ticks.
TITLE - Static variable in class de.erichseifert.gral.plots.Plot
Key for specifying the String instance for the title of the plot.
toArray(Number[]) - Method in class de.erichseifert.gral.data.DataAccessor
Converts the data column to an array.
toString() - Method in class de.erichseifert.gral.data.DataAccessor
 
toString() - Method in class de.erichseifert.gral.data.DataSeries
 
toString() - Method in class de.erichseifert.gral.util.Dimension2D.Double
 
toString() - Method in class de.erichseifert.gral.util.Insets2D.Double
 
toString() - Method in class de.erichseifert.gral.util.PointND
 

V

VALUE_ALIGNMENT_X - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Number value that positions the value horizontally.
VALUE_ALIGNMENT_Y - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Number value that positions the value vertically.
VALUE_COLOR - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Paint instance to be used to paint the value.
VALUE_DISPLAYED - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying whether the data value of a point is displayed or not.
VALUE_FORMAT - Static variable in interface de.erichseifert.gral.plots.points.PointRenderer
Key for specifying the Format instance to be used to format the displayed data values.
valueOf(String) - Static method in enum de.erichseifert.gral.data.filters.Filter.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.erichseifert.gral.data.statistics.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.erichseifert.gral.DrawableConstants.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.erichseifert.gral.DrawableConstants.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.erichseifert.gral.DrawingContext.Quality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.erichseifert.gral.DrawingContext.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.erichseifert.gral.plots.axes.Tick.TickType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.erichseifert.gral.ui.ExportDialog.UserAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.erichseifert.gral.data.filters.Filter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.erichseifert.gral.data.statistics.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.erichseifert.gral.DrawableConstants.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.erichseifert.gral.DrawableConstants.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.erichseifert.gral.DrawingContext.Quality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.erichseifert.gral.DrawingContext.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.erichseifert.gral.plots.axes.Tick.TickType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.erichseifert.gral.ui.ExportDialog.UserAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class de.erichseifert.gral.util.Settings
Returns a collection containing all settings this object would return.
VARIANCE - Static variable in class de.erichseifert.gral.data.statistics.Statistics
Key for specifying the variance.
VectorWriter - Class in de.erichseifert.gral.io.plots
Class that stores Drawable instances as vector graphics.
viewToWorld(Axis, double, boolean) - Method in interface de.erichseifert.gral.plots.axes.AxisRenderer
Converts a view (screen) coordinate value to a world (axis) coordinate value.
viewToWorld(Axis, double, boolean) - Method in class de.erichseifert.gral.plots.axes.LinearRenderer2D
 
viewToWorld(Axis, double, boolean) - Method in class de.erichseifert.gral.plots.axes.LogarithmicRenderer2D
 

W

worldToView(Axis, Number, boolean) - Method in interface de.erichseifert.gral.plots.axes.AxisRenderer
Converts a world (axis) coordinate value to a view (screen) coordinate value.
worldToView(Axis, Number, boolean) - Method in class de.erichseifert.gral.plots.axes.LinearRenderer2D
 
worldToView(Axis, Number, boolean) - Method in class de.erichseifert.gral.plots.axes.LogarithmicRenderer2D
 
write(DataSource, OutputStream) - Method in class de.erichseifert.gral.io.data.CSVWriter
 
write(DataSource, OutputStream) - Method in interface de.erichseifert.gral.io.data.DataWriter
Stores the specified DataSource
write(DataSource, OutputStream) - Method in class de.erichseifert.gral.io.data.ImageWriter
 
write(Drawable, OutputStream, double, double) - Method in class de.erichseifert.gral.io.plots.BitmapWriter
 
write(Drawable, OutputStream, double, double, double, double) - Method in class de.erichseifert.gral.io.plots.BitmapWriter
 
write(Drawable, OutputStream, double, double) - Method in interface de.erichseifert.gral.io.plots.DrawableWriter
Stores the specified Drawable instance.
write(Drawable, OutputStream, double, double, double, double) - Method in interface de.erichseifert.gral.io.plots.DrawableWriter
Stores the specified Drawable instance.
write(Drawable, OutputStream, double, double) - Method in class de.erichseifert.gral.io.plots.VectorWriter
 
write(Drawable, OutputStream, double, double, double, double) - Method in class de.erichseifert.gral.io.plots.VectorWriter
 

X

X - Static variable in class de.erichseifert.gral.util.PointND
Constant for accessing x-coordinate.
XYPlot - Class in de.erichseifert.gral.plots
Class that displays data in an two dimensional coordinate system.
XYPlot(DataSource...) - Constructor for class de.erichseifert.gral.plots.XYPlot
Initializes a new instance object with the specified data sources and reasonable default settings.
XYPlot.XYLegend - Class in de.erichseifert.gral.plots
Class that displays a legend in an XYPlot.
XYPlot.XYLegend(XYPlot) - Constructor for class de.erichseifert.gral.plots.XYPlot.XYLegend
Constructor that initializes the instance with a plot acting as data provider.
XYPlot.XYPlotArea2D - Class in de.erichseifert.gral.plots
Class that represents the drawing area of an XYPlot.
XYPlot.XYPlotArea2D(XYPlot) - Constructor for class de.erichseifert.gral.plots.XYPlot.XYPlotArea2D
Creates a new instance with default settings and initializes it with a plot serving as data provider.

Y

Y - Static variable in class de.erichseifert.gral.util.PointND
Constant for accessing y-coordinate.

Z

Z - Static variable in class de.erichseifert.gral.util.PointND
Constant for accessing z-coordinate.

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

Copyright © 2009-2010. All Rights Reserved.