Package edu.udo.cs.yale.gui.plotter

This package contains all plotters which are able to create plots from a given DataTable.

See:
          Description

Interface Summary
Plotter An interface for all data available plotters.
 

Class Summary
AndrewsCurves This idea of coding and representing multivariate data by curves was suggested by Andrews (1972).
AndrewsCurves.LinePlot Helper class containing the support points for each line and its color.
Bin Used to collect values for, e.g., a histogram.
Bins Bins are a collection of Bins providing some additional information and methods for histogram plotting.
BoundDiagram A bound diagram used for displaying attribute weights.
ColorHistogramMatrixPlotter A color histogram matrix plotter which uses the ColorHistogramPlotter for each of the plots.
ColorHistogramPlotter This plotter can be used to create 2D histogram plots for a single column colorized by another column.
ColorPlotterPoint A color plotter point which can be used to identify a point in a two-dimensional space with an id and a specific color.
ColorQuartileMatrixPlotter A quartil matrix plotter which uses the ColorQuartilePlotter for each of the plots.
ColorQuartilePlotter This plotter can be used to create colorized quartile plots for one of the columns.
DensityPlotter The density plotter does not only plot the single plot points but also tries to calculate a color for all pixels in between.
DensityPlotter.Point Helper class containing the position of a point in matrix (plotter) space, its density color, and its point color.
ExamplePlotterPoint Helper class for the plotter point positions and colors.
GNUPlotDialog A dialog for settings concerning GnuPlot, e.g. the line type or scales.
GnuPlotPlotter A plotter using GnuPlot.
GridVizPlotter GridViz is a simple extension of RadViz that places the dimensional anchors on a rectangular grid instead of using the perimeter of a circle.
HintonDiagram Presents values by boxes more filled the higher the values are.
HistogramMatrixPlotter A histogram matrix plotter which uses the HistogramPlotter for each of the plots.
HistogramPlotter The distribution plotter can be used to plot distributions (histograms) of the selected dimension.
HistogramPlotter.RectangleStyleIcon Defines the icon which is plotted before the attribute in the selection list (legend or key).
ParallelPlotter This plotter plots the data in parallel coordinates.
Plot This collection consists of all ColorPlotterPoints for a plot.
PlotterAdapter This adapter class can be used for simple plotter implementation which only need to overwrite the methods they need.
PlotterAdapter.LineStyle The line style that should be used for plotting lines.
PlotterAdapter.LineStyleIcon This icon is displayed before the columns to indicate the color and line style (as a legend or key).
PlotterLegend This plotter legend component can be used by external plotter components.
PlotterPanel This is the main component for all data or statistics plotters.
PlotterPanel.LineStyleCellRenderer The line style rendered for the legend (or key).
PlotterPoint Helper class for the plotter point positions and colors.
Quartile This class encapsulates all information about quartiles.
QuartilePlotter This plotter can be used to create quartile plots for several columns of the data table.
QuartilePlotter.RectangleStyleIcon Defines the icon which is plotted before the attribute in the selection list (legend or key).
RadVizPlotter A Radial coordinate Visualization, hence the name RadViz.
RectangleStyle Defines the style of plotted rectangles, i.e. the color.
ScatterMatrixPlotter A scatter plot matrix which uses the ScatterPlotter for each of the plots.
ScatterPlotter The color plotter can display up to two dimensions and uses color schemes to indicate the third dimension.
SimplePlotterDialog This dialog can be used to create a simple plot dialog from a given DataTable.
SurveyPlotter A Survey plot is a set of vertical histograms.
ToolTip Collects all necessary information about tool tips for plotters.
 

Package edu.udo.cs.yale.gui.plotter Description

This package contains all plotters which are able to create plots from a given DataTable.



Copyright © 2001-2006