Class Summary |
Arrow |
The Arrow class creates arrow symbols in the ArrowPlot plot types. |
ArrowPlot |
The ArrowPlot class displays a collection of arrows as defined by the data in a group
dataset. |
AutoScale |
The AutoScale class is the abstract base class for the auto-scaling classes used to scale the plotting area
of graphs, and used to set the minimum and maximum values of the axes displayed in the graphs. |
Axis |
The Axis class is the abstract base class for all axes in the QCChart2D class library. |
AxisLabels |
The AxisLabels class is the base class for all axes label classes in the QCChart2D class library. |
AxisTitle |
The AxisTitle class manages and displays an axis title. |
Background |
The Background manages and displays the background of the graph area and
the plotting area of the chart. |
BarDatapointValue |
The BarDatapointValue class is used by the plotting routines to display numeric values on top of or
inside bars in simple and group bar plots. |
BoolArray |
The BoolArray is an improved version of the standard Array
type because it allows automatic and dynamic resizing of the array. |
BubblePlot |
The BubblePlot class extends the GroupPlot class and displays bubble plots. |
BubblePlotLegend |
The BubblePlotLegend class manages a collection BubblePlotLegendItem objects that represent legend items. |
BubblePlotLegendItem |
The BubblePlotLegendItem class contains the text and symbol used in displaying a single
element of a chart legend. |
CandlestickPlot |
The CandlestickPlot class extends the GroupPlot class and displays stock market data in an
open-high-low-close format common in financial technical analysis. |
CartesianCoordinates |
The CartesianCoordinates class
extends the PhysicalCoordinates class to support linear-linear, linear-log,
log-linear and log-log coordinate systems in an xy coordinate plane. |
CellPlot |
The CellPlot class extends the GroupPlot class and displays cell plots. |
ChartAttribute |
This class consolidates the common line and fill attributes into a
single class. |
ChartBufferedImage |
The BufferedImage class renders a chart as a Java buffered image. |
ChartCalendar |
This class provides utilities for manipulating GregorianCalendar
objects. |
ChartColors |
This class provides a much larger selection of colors than the Color class, using standard Windows color names. |
ChartDataset |
This is the abstract base class for all dataset classes used by the plot routines in this software. |
ChartDimension |
This class is an implementation of the Java Dimension class that uses
doubles instead of integers for data storage. |
ChartGradient |
This class adds a two color gradient to a ChartAttribute object. |
ChartImage |
The ChartImage class will place and scale a Java compatible Image file in a chart. |
ChartLabel |
The ChartLabel is an abstract base class for chart label objects that are used to place
formatted text in a chart. |
ChartMouseListener |
The ChartMouseListener class implements a generic interface for managing
mouse events in a graph window. |
ChartObj |
The ChartObj class is the abstract base class for all chart objects in the QCChart2D package. |
ChartPlot |
The ChartPlot class extends the GraphObj class and is the abstract base class
for all plot chart objects in the QCChart2D class library. |
ChartPoint2D |
The ChartPoint2D class defines a point representing a location in (x,y) coordinate space. |
ChartPoint3D |
The ChartPoint3D class defines a point representing a location in (x,y,z) coordinate space. |
ChartPrint |
The ChartPrint class implements the Java Printable interface and will
print an ChartView object to the selected printer. |
ChartRectangle2D |
This method extends the Rectangle2D.Double class, adding more
routines for setting the rectangle frame, and returning
the points forming the rectangles frame. |
ChartScale |
The Scale class is the abstract base class for all of the scale classes. |
ChartShape |
The ChartShape class places arbitrary GeneralPath objects in a chart. |
ChartSupport |
This class provides support utilities. |
ChartSymbol |
The ChartSymbol class creates scatter plot symbols in the SimpleScatterPlot, LineMarkerPlot,
PolarScatterPlot, and DataCursor plot types. |
ChartText |
The ChartText class is used to place text in a chart. |
ChartTitle |
The ChartTitle class creates a header, subheader and footer for a chart. |
ChartView |
The ChartView class maintains a list of all chart objects and
renders the chart object list when the class draw method is called. |
ChartZoom |
This class implements a chart zoom class
using the Java MouseInputListener interface. |
ContourDataset |
The ContourDataset class extends the SimpleDataset class, adding a third dimension (z-values)
needed to produce a contour plot. |
ContourPlot |
The ContourPlot class extends the ChartPlot class and displays contour datasets in contour plot format. |
CSV |
The DChartCSV class provides utility routines and constants used to
read/write CSV (comma separated value) files. |
DataCursor |
This class extends the Marker class, extending the MouseListener class providing additional methods
that allow markers to be moved around on a graph using the mouse. |
DataToolTip |
The DataToolTip class extends the MouseListener class, providing additional methods that allow the user to
popup a simple tooltip window displaying the x- and y-values of a data point. |
DoubleArray |
The DoubleArray is an improved version of the standard Array
type because it allows automatic and dynamic resizing of the array. |
DoubleArray2D |
The DoubleArray2D is an improved version of the standard Array
type because it allows automatic and dynamic resizing of a 2D array. |
ErrorBarPlot |
The ErrorBarPlot class extends the GroupPlot class and displays error bars. |
FindObj |
This class extends the MouseListener class, providing additional methods that can be selectively used
to determine what graphical object is nearest the mouse cursor. |
FloatingBarPlot |
The FloatingBarPlot class extends the GroupPlot class and displays floating bars. |
GraphObj |
The ChartObj class is the abstract base class for all graphical chart objects. |
Grid |
The Grid class manages and displays the grid lines for linear and logarithmic axes. |
GroupBarPlot |
The GroupBarPlot class extends the GroupPlot class and displays data in group bar format. |
GroupDataset |
Group data is a collection of data, where more than one dependent variable, the x's, corresponds to
the independent one, the y's. |
GroupPlot |
The GroupPlot class is the abstract base class for the plot types that use group (multiple y-values
for each x-value) data. |
GroupPoint2D |
The GroupPoint2D class defines a point representing a location in (x,y) coordinate space. |
HistogramPlot |
The HistogramPlot class extends the GroupPlot class and displays histogram plots. |
ImageFileChooser |
Generic dialog for an image file chooser. |
IntArray |
The IntArray is an improved version of the standard Array
type because it allows automatic and dynamic resizing of the array. |
Legend |
The Legend is the abstract base class for all legend classes. |
LegendItem |
The LegendItem class contains the text and symbol used in displaying a single element of a chart legend. |
LinearAutoScale |
The LinearAutoScale class is designed to be used with linear coordinates and is used to scale the
plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs. |
LinearAxis |
The LinearAxis class implements a linear axis that has evenly spaced major and minor tick marks. |
LinearScale |
The LinearScale class implements a linear coordinate system for a single coordinate, x or y. |
LineGapPlot |
The LineGapPlot class extends the GroupPlot class and i displays a line gap chart. |
Locator |
The Locator is a utility class which is used to find certain items
in the environment. |
LogAutoScale |
The LogAutoScale class is designed to be used with logarithmic coordinates and is used to scale
the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs. |
LogAxis |
The LogAxis class implements a logarithmic axis where the major tick marks are placed at logarithmic
intervals and the minor tick marks are placed between major tick marks using a linear interval. |
LogScale |
The LogScale class implements a logarithmic coordinate system for a single
coordinate, x or y. |
Marker |
The Marker class implements movable lines and symbols that can be used as data cursors, and data markers. |
MoveData |
The MoveData class extends the DataCursor class, providing additional methods
that allow the user to move individual points in data based objects using the mouse. |
MoveObj |
The MoveObj class extends the MouseListener class, providing additional methods that allow the
user to move chart objects using the mouse. |
MultiLinePlot |
The MultiLinePlot class extends the GroupPlot class and displays group data in multi-line format. |
NearestPointData |
The NearestPointData class is used to organize the data returned by the routines that search a
graph for data values nearest the supplied test point. |
NumericAxisLabels |
The NumericAxisLabels class manages and displays the axis labels for linear and log axes. |
NumericLabel |
The NumericLabel class is used to format floating point numbers as strings and position in a chart. |
OHLCPlot |
The OHLCPlot class extends the GroupPlot class and displays stock market data in an
open-high-low-close format common in financial technical analysis. |
PhysicalCoordinates |
The PhysicalCoordinates class is the abstract base class for all
physical coordinate systems used to plot objects in a graph. |
PieChart |
The PieChart class extends the Plot class and displays pie charts. |
PolarAxes |
The PolarAxes class implements a polar axis that has evenly spaced major and minor tick marks. |
PolarAxesLabels |
The PolarAxesLabels class labels the tick marks of the x-axis, y-axis, and radial axis of the
associated PolarAxes object. |
PolarCoordinates |
The CartesianCoordinates class extends the CartesianCoordinates class to support polar scales. |
PolarGrid |
The PolarGrid class manages and displays the grid lines for PolarAxes axes. |
PolarLinePlot |
The PolarLinePlot class extends the PolarPlot class and displays polar plot data in a simple line plot format. |
PolarPlot |
The PolarPlot is the abstract base class of the plot types that use polar data. |
PolarScatterPlot |
The PolarScatterPlot class extends the PolarPlot class and displays polar plot data in a
simple scatter plot format. |
Polysurface |
The Polysurface class implements a 3D polysurface for use by the contour plotting routines. |
SimpleBarPlot |
The SimpleBarPlot class extends the SimplePlot class and displays data in a bar format. |
SimpleDataset |
A simple dataset class encapsulates x- and y-data values that are to be used as source of chart
information. |
SimpleLineMarkerPlot |
The SimpleLineMarkerPlot class extends the SimplePlot class and displays simple datasets in a
line plot format where individual data points can be highlighted with scatter plot symbols. |
SimpleLinePlot |
The SimpleLinePlot class extends the SimplePlot class and displays simple datasets in line plot format. |
SimplePlot |
The SimplePlot manages and displays all of the plot types that use simple (one y-value for each
x-value) data. |
SimpleScatterPlot |
The SimpleScatterPlot class extends the SimplePlot class and displays simple datasets in scatter plot
format where each data point is represented using a symbol. |
StackedBarPlot |
The StackedBarPlot class extends the GroupPlot class and displays data in stacked bar format. |
StackedLinePlot |
The StackedLinePlot class extends the GroupPlot class and displays data in stacked line format. |
StandardLegend |
The StandardLegend class manages a collection LegendItem objects that represent legend items. |
StringArray |
The StringArray is an improved version of the standard Array
type because it allows automatic and dynamic resizing of the array. |
StringAxisLabels |
The LinearAxisLabels class manages and displays the axis labels for linear and log axes. |
StringLabel |
The StringLabel class is used to format strings and position them in a chart. |
SurfaceFunction |
The abstract base class for creating 3D functions where z = fn(x,y). |
TickMark |
The TickMark class manages the position attributes of an axis tick mark. |
TimeArray |
The TimeArray is an improved version of the standard Array
type because it allows automatic and dynamic resizing of the array. |
TimeAutoScale |
The TimeAutoScale is designed for use with time coordinates and is used to scale the plotting
area of graphs and to set the minimum and maximum values of the axes displayed in the graphs. |
TimeAxis |
The TimeAxis class implements a linear axis that has major and minor tick marks at time and date
intervals. |
TimeAxisLabels |
The LinearAxisLabels class manages and displays the axis labels for linear and log axes. |
TimeCoordinates |
The TimeCoordinates class
extends the PhysicalCoordinates class to support a time-based x-axis and a linear or log y-axis coordinate system. |
TimeGroupDataset |
Group data is a collection of data, where more than one dependent variable, the x's, corresponds to
the independent one, the y's. |
TimeLabel |
The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart. |
TimeScale |
The TimeScale class implements a time based coordinate system for a single coordinate, x or y. |
TimeSimpleDataset |
A simple dataset class encapsulates x- and y-data values that are to be used as source of chart
information. |
UserCoordinates |
This class implements simple 2D drawing using the Java user coordinate system. |
WorkingCoordinates |
This class maps a working coordinate system onto the world coordinate
system of the underlying WorldCoordinates object. |
WorldCoordinates |
This class extends the UserCoordinates class, adding routines for drawing
using world (or scaled) coordinates. |