Package com.rapidminer.gui.plotter

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

See:
          Description

Interface Summary
AxisNameResolver An interface providing methods for the AbstractChartPanel to resolve it's currently shown dimensions.
AxisTransformation Transforms the given value, e.g. by just returning it (id) or applying a log function.
CoordinatesHandler This class handles coordinate informations.
CoordinateTransformation This interface provides methods for transforming coordinates of the components (user) space to the screen position.
Plotter An interface for all data available plotters.
PlotterAdapter.PointStyle The point style that should be used for plotting points.
PlotterConfigurationModel.PlotterChangedListener  
PlotterConfigurationModel.PlotterSettingsChangedListener  
 

Class Summary
AndrewsCurves This idea of coding and representing multivariate data by curves was suggested by Andrews (1972).
AxisTransformationId Transforms the given value by just returning it.
AxisTransformationLog Transforms the given value by applying a log function.
BoundDiagram A bound diagram used for displaying attribute weights.
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.
ColorProvider This class delivers colors according to the user settings.
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.
ExamplePlotterPoint Helper class for the plotter point positions and colors.
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.
LabelRotatingPlotterAdapter  
LocalNormalizationPlotterAdapter  
NameValue A helper class for keeping values and names together sortable.
NullCoordinateTransformation This transformation just does nothing.
ParallelPlotter This plotter plots the data in parallel coordinates.
PlotterAdapter This adapter class can be used for simple plotter implementation which only need to overwrite the methods they need.
PlotterAdapter.EllipsoidPointStyle The point style that should be used for plotting points.
PlotterAdapter.LineColorIcon This icon is displayed before the columns to indicate the color and line style (as a legend or key).
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).
PlotterAdapter.RectanglePointStyle The point style that should be used for plotting points.
PlotterAdapter.StarPointStyle The point style that should be used for plotting points.
PlotterAdapter.TriangularPointStyle The point style that should be used for plotting points.
PlotterAdapter.TurnedTriangularPointStyle The point style that should be used for plotting points.
PlotterConfigurationModel This class is the model of plotter configuration.
PlotterConfigurationSettings This is the data holding class for plotter settings.
PlotterControlPanel Panel containing control elements for a Plotter.
PlotterLegend This plotter legend component can be used by external plotter components.
PlotterMouseHandler The mouse handler for plotters.
PlotterPanel This is the main component for all data or statistics plotters containing a PlotterControlPanel and a Plotter.
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.
RadVizPlotter A Radial coordinate Visualization, hence the name RadViz.
RangeablePlotterAdapter Plotter extending this adapter must be able to set their ranges during plotting if the dimensions name is registered here.
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.
SimplePlotterPanelDialog This dialog can be used to create a plot dialog containing a complete plotter panel (including all options and user interfaces) from a given DataTable.
SurveyPlotter A Survey plot is a set of vertical histograms.
ToolTip Collects all necessary information about tool tips for plotters.
WeightIndex The weight index is used by several plotters to keep track of weights for specific data table indices.
 

Package com.rapidminer.gui.plotter Description

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



Copyright © 2001-2009 by Rapid-I