|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartObj | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of ChartObj in com.quinncurtis.chart2djava |
---|
Subclasses of ChartObj in com.quinncurtis.chart2djava | |
---|---|
class |
Arrow
The Arrow class creates arrow symbols in the ArrowPlot plot types. |
class |
ArrowPlot
The ArrowPlot class displays a collection of arrows as defined by the data in a group dataset. |
class |
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. |
class |
Axis
The Axis class is the abstract base class for all axes in the QCChart2D class library. |
class |
AxisLabels
The AxisLabels class is the base class for all axes label classes in the QCChart2D class library. |
class |
AxisTitle
The AxisTitle class manages and displays an axis title. |
class |
Background
The Background manages and displays the background of the graph area and the plotting area of the chart. |
class |
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. |
class |
BubblePlot
The BubblePlot class extends the GroupPlot class and displays bubble plots. |
class |
BubblePlotLegend
The BubblePlotLegend class manages a collection BubblePlotLegendItem objects that represent legend items. |
class |
BubblePlotLegendItem
The BubblePlotLegendItem class contains the text and symbol used in displaying a single element of a chart legend. |
class |
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. |
class |
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. |
class |
CellPlot
The CellPlot class extends the GroupPlot class and displays cell plots. |
class |
ChartAttribute
This class consolidates the common line and fill attributes into a single class. |
class |
ChartBufferedImage
The BufferedImage class renders a chart as a Java buffered image. |
class |
ChartCalendar
This class provides utilities for manipulating GregorianCalendar objects. |
class |
ChartDataset
This is the abstract base class for all dataset classes used by the plot routines in this software. |
class |
ChartDimension
This class is an implementation of the Java Dimension class that uses doubles instead of integers for data storage. |
class |
ChartGradient
This class adds a two color gradient to a ChartAttribute object. |
class |
ChartImage
The ChartImage class will place and scale a Java compatible Image file in a chart. |
class |
ChartLabel
The ChartLabel is an abstract base class for chart label objects that are used to place formatted text in a chart. |
class |
ChartMouseListener
The ChartMouseListener class implements a generic interface for managing mouse events in a graph window. |
class |
ChartPlot
The ChartPlot class extends the GraphObj class and is the abstract base class for all plot chart objects in the QCChart2D class library. |
class |
ChartPoint3D
The ChartPoint3D class defines a point representing a location in (x,y,z) coordinate space. |
class |
ChartPrint
The ChartPrint class implements the Java Printable interface and will print an ChartView object to the selected printer. |
class |
ChartScale
The Scale class is the abstract base class for all of the scale classes. |
class |
ChartShape
The ChartShape class places arbitrary GeneralPath objects in a chart. |
class |
ChartSupport
This class provides support utilities. |
class |
ChartSymbol
The ChartSymbol class creates scatter plot symbols in the SimpleScatterPlot, LineMarkerPlot, PolarScatterPlot, and DataCursor plot types. |
class |
ChartText
The ChartText class is used to place text in a chart. |
class |
ChartTitle
The ChartTitle class creates a header, subheader and footer for a chart. |
class |
ChartZoom
This class implements a chart zoom class using the Java MouseInputListener interface. |
class |
ContourDataset
The ContourDataset class extends the SimpleDataset class, adding a third dimension (z-values) needed to produce a contour plot. |
class |
ContourPlot
The ContourPlot class extends the ChartPlot class and displays contour datasets in contour plot format. |
class |
CSV
The DChartCSV class provides utility routines and constants used to read/write CSV (comma separated value) files. |
class |
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. |
class |
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. |
class |
ErrorBarPlot
The ErrorBarPlot class extends the GroupPlot class and displays error bars. |
class |
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. |
class |
FloatingBarPlot
The FloatingBarPlot class extends the GroupPlot class and displays floating bars. |
class |
GraphObj
The ChartObj class is the abstract base class for all graphical chart objects. |
class |
Grid
The Grid class manages and displays the grid lines for linear and logarithmic axes. |
class |
GroupBarPlot
The GroupBarPlot class extends the GroupPlot class and displays data in group bar format. |
class |
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. |
class |
GroupPlot
The GroupPlot class is the abstract base class for the plot types that use group (multiple y-values for each x-value) data. |
class |
GroupPoint2D
The GroupPoint2D class defines a point representing a location in (x,y) coordinate space. |
class |
HistogramPlot
The HistogramPlot class extends the GroupPlot class and displays histogram plots. |
class |
Legend
The Legend is the abstract base class for all legend classes. |
class |
LegendItem
The LegendItem class contains the text and symbol used in displaying a single element of a chart legend. |
class |
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. |
class |
LinearAxis
The LinearAxis class implements a linear axis that has evenly spaced major and minor tick marks. |
class |
LinearScale
The LinearScale class implements a linear coordinate system for a single coordinate, x or y. |
class |
LineGapPlot
The LineGapPlot class extends the GroupPlot class and i displays a line gap chart. |
class |
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. |
class |
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. |
class |
LogScale
The LogScale class implements a logarithmic coordinate system for a single coordinate, x or y. |
class |
Marker
The Marker class implements movable lines and symbols that can be used as data cursors, and data markers. |
class |
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. |
class |
MoveObj
The MoveObj class extends the MouseListener class, providing additional methods that allow the user to move chart objects using the mouse. |
class |
MultiLinePlot
The MultiLinePlot class extends the GroupPlot class and displays group data in multi-line format. |
class |
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. |
class |
NumericAxisLabels
The NumericAxisLabels class manages and displays the axis labels for linear and log axes. |
class |
NumericLabel
The NumericLabel class is used to format floating point numbers as strings and position in a chart. |
class |
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. |
class |
PhysicalCoordinates
The PhysicalCoordinates class is the abstract base class for all physical coordinate systems used to plot objects in a graph. |
class |
PieChart
The PieChart class extends the Plot class and displays pie charts. |
class |
PolarAxes
The PolarAxes class implements a polar axis that has evenly spaced major and minor tick marks. |
class |
PolarAxesLabels
The PolarAxesLabels class labels the tick marks of the x-axis, y-axis, and radial axis of the associated PolarAxes object. |
class |
PolarCoordinates
The CartesianCoordinates class extends the CartesianCoordinates class to support polar scales. |
class |
PolarGrid
The PolarGrid class manages and displays the grid lines for PolarAxes axes. |
class |
PolarLinePlot
The PolarLinePlot class extends the PolarPlot class and displays polar plot data in a simple line plot format. |
class |
PolarPlot
The PolarPlot is the abstract base class of the plot types that use polar data. |
class |
PolarScatterPlot
The PolarScatterPlot class extends the PolarPlot class and displays polar plot data in a simple scatter plot format. |
class |
Polysurface
The Polysurface class implements a 3D polysurface for use by the contour plotting routines. |
class |
SimpleBarPlot
The SimpleBarPlot class extends the SimplePlot class and displays data in a bar format. |
class |
SimpleDataset
A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information. |
class |
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. |
class |
SimpleLinePlot
The SimpleLinePlot class extends the SimplePlot class and displays simple datasets in line plot format. |
class |
SimplePlot
The SimplePlot manages and displays all of the plot types that use simple (one y-value for each x-value) data. |
class |
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. |
class |
StackedBarPlot
The StackedBarPlot class extends the GroupPlot class and displays data in stacked bar format. |
class |
StackedLinePlot
The StackedLinePlot class extends the GroupPlot class and displays data in stacked line format. |
class |
StandardLegend
The StandardLegend class manages a collection LegendItem objects that represent legend items. |
class |
StringArray
The StringArray is an improved version of the standard Array type because it allows automatic and dynamic resizing of the array. |
class |
StringAxisLabels
The LinearAxisLabels class manages and displays the axis labels for linear and log axes. |
class |
StringLabel
The StringLabel class is used to format strings and position them in a chart. |
class |
TickMark
The TickMark class manages the position attributes of an axis tick mark. |
class |
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. |
class |
TimeAxis
The TimeAxis class implements a linear axis that has major and minor tick marks at time and date intervals. |
class |
TimeAxisLabels
The LinearAxisLabels class manages and displays the axis labels for linear and log axes. |
class |
TimeCoordinates
The TimeCoordinates class extends the PhysicalCoordinates class to support a time-based x-axis and a linear or log y-axis coordinate system. |
class |
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. |
class |
TimeLabel
The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart. |
class |
TimeScale
The TimeScale class implements a time based coordinate system for a single coordinate, x or y. |
class |
TimeSimpleDataset
A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information. |
class |
UserCoordinates
This class implements simple 2D drawing using the Java user coordinate system. |
class |
WorkingCoordinates
This class maps a working coordinate system onto the world coordinate system of the underlying WorldCoordinates object. |
class |
WorldCoordinates
This class extends the UserCoordinates class, adding routines for drawing using world (or scaled) coordinates. |
Methods in com.quinncurtis.chart2djava that return types with arguments of type ChartObj | |
---|---|
static java.util.Vector<ChartObj> |
ChartObj.TypeSafeVectorCopy(java.util.Vector<ChartObj> source)
Returns an object that is a typesafe copy of the source Vector |
Methods in com.quinncurtis.chart2djava with parameters of type ChartObj | |
---|---|
void |
ChartObj.copy(ChartObj source)
Copies the source object. |
Method parameters in com.quinncurtis.chart2djava with type arguments of type ChartObj | |
---|---|
static java.util.Vector<ChartObj> |
ChartObj.TypeSafeVectorCopy(java.util.Vector<ChartObj> source)
Returns an object that is a typesafe copy of the source Vector |
Uses of ChartObj in com.quinncurtis.spcchartjava |
---|
Subclasses of ChartObj in com.quinncurtis.spcchartjava | |
---|---|
class |
AlarmStatusToolTip
The AlarmStatusToolTip class extends the ChartMouseListener class, providing additional methods that display a pop-up alarm status window. |
class |
NotesLabel
The NotesLabel class is used to manage the long and short versions of the notes strings used in the table display. |
class |
NotesToolTip
The NotesToolTip class extends the ChartMouseListener class, providing additional methods that display a pop-up notes window. |
class |
ProbabilityAutoScale
The ProbabilityAutoScale class is designed to be used with cumulative normal probability coordinates and is used to auto-scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs. |
class |
ProbabilityAxis
The ProbabilityAxis class implements a probability axis where the major tick marks are placed at intervals appropriate to a cumulative probability scale. |
class |
ProbabilityCoordinates
The ProbabilityCoordinates class extends the PhysicalCoordinates class to support a y-axis probability scale in an xy coordinate plane. |
class |
ProbabilityScale
The ProbabilityScale class implements a cumulative normal probability coordinate system for a single coordinate, x or y. |
class |
ProbabilitySigmaAxis
The ProbabilitySigmaAxis class implements a linear axis where the tick marks are placed at linear intervals on the sigma levels of the associated probability scale. |
class |
SimpleMultiPlot
This class creates a plot object that can be a line plot, bar plot, scatter plot or a line marker plot. |
class |
SPCArrayStatistics
Statistical routines for SPC analysis. |
class |
SPCCalculatedValueRecord
The record class for a calculated SPC statistic. |
class |
SPCChartObjects
The SPCChartObjects class holds all of the chart objects associated with a single SPC chart. |
class |
SPCControlChartData
SPCProcessCapabilityRecord This class holds the data that is plotted in the SPC chart. |
class |
SPCControlLimitRecord
This class hold information specific to an SPC control limit: including the current value of the control limit, a history of control limit values, description, and the hysteresis value for alarm checking. |
class |
SPCControlParameters
The class contains factors and formulas for calculating SPC control chart limits for variable and attribute Control Charts. |
class |
SPCControlPlotObjectData
This class holds information specific to a specific plot object, i.e. |
class |
SPCDataToolTip
The SPCDataToolTip class extends the ChartMouseListener class, providing additional methods that display a data tooltip for the SPC chart primary and secondary charts. |
class |
SPCGeneralizedTableDisplay
This class manages a list of ChartText objects (NumericLabel, StringLabel and TimeLabel objects), that encapsulate each unique table entry in the SPC chart table. |
class |
SPCProcessCapabilityRecord
The record class for a calculated SPC statistic. |
class |
SPCSampledValueRecord
This class encapsulates a sample data value. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |