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

C

CADETBLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
calcAutoAxis() - Method in class com.quinncurtis.chart2djava.Axis
The abstract CalcAutoAxis method needs to be implemented in any subclasses of this class.
calcAutoAxis() - Method in class com.quinncurtis.chart2djava.LinearAxis
This auto-axis method uses the current minimum and maximum values in the chartObjScale object to determine the minimum and maximum value for the axis, and the appropriate minor and major tick mark spacing.
calcAutoAxis(double, double) - Method in class com.quinncurtis.chart2djava.LinearAxis
This auto-axis method uses the supplied axis extents and calculates the appropriate minor and major tick mark spacing.
calcAutoAxis() - Method in class com.quinncurtis.chart2djava.LogAxis
This method uses the current minimum and maximum values in the chartObjScale object to determine the minimum and maximum value for the axis, and the appropriate tick mark spacing.
calcAutoAxis(double, double) - Method in class com.quinncurtis.chart2djava.LogAxis
This auto-axis method uses the supplied axis extents and calculates the appropriate ancillary properties.
calcAutoAxis() - Method in class com.quinncurtis.chart2djava.PolarAxes
This auto-axis method uses the current minimum and maximum values in the chartObjScale object to determine appropriate values for the polar axis.
calcAutoAxis(GregorianCalendar, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeAxis
This auto-axis method uses the current minimum and maximum values in the theTimeCoords.theTimeScale object to determine the minimum and maximum value for the axis, and the appropriate minor and major tick mark spacing.
calcAutoAxis() - Method in class com.quinncurtis.chart2djava.TimeAxis
This auto-axis method uses the current minimum and maximum values in the theTimeCoords.theTimeScale object to determine the minimum and maximum value for the axis, and the appropriate minor and major tick mark spacing.
calcAutoAxis() - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
This method uses the current minimum and maximum values in the chartObjScale object to determine the minimum and maximum value for the axis, and the appropriate tick mark spacing.
calcAutoAxis(double, double) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
This auto-axis method uses the supplied axis extents and calculates the appropriate ancillary properties.
calcAutoAxis() - Method in class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
This method uses the current minimum and maximum values in the chartObjScale object to determine the minimum and maximum value for the axis, and the appropriate tick mark spacing.
calcAutoAxis(double, double) - Method in class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
This auto-axis method uses the supplied axis extents and calculates the appropriate ancillary properties.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart2djava.AxisLabels
The abstract CalcAutoAxisLabels method needs to be implemented in any subclasses of this class.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
This method automatically calculates the axis label parameters axisLabelsDecimalPos, and axisLabelsDir.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart2djava.StringAxisLabels
This method automatically calculates axis label parameters, assuming that the labels are black in color.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
This method automatically calculates axis label parameters, assuming that the labels are black in color.
calcAutoScale(ChartDataset, int) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
Calculates a polar axis scale based on the range of x-values (polar magnitudes) in a dataset.
calcAutoScale(ChartDataset[], int) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
Calculates a polar axis scale based on the range of x-values (polar magnitudes) in an array of datasets.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart2djava.Axis
The abstract CalcAxisLabelsDecimalPos method needs to be implemented in any subclasses of this class.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart2djava.LinearAxis
Returns an integer value that is the number of digits that should be displayed to the right of the decimal point when labeling the major axis tick marks.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart2djava.LogAxis
A dummy method.
calcAxisLabelsDecimalPos(double) - Method in class com.quinncurtis.chart2djava.LogAxis
Returns an integer value that is the number of digits that should be displayed to the right of the decimal point when labeling the axis tick marks.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns an integer value that is the number of digits that should be displayed to the right of the decimal point when labeling the major axis tick marks.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
A dummy method.
calcAxisLabelsDecimalPos(double) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
Returns an integer value that is the number of digits that should be displayed to the right of the decimal point when labeling the axis tick marks.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
A dummy method.
calcAxisNormIntercept() - Method in class com.quinncurtis.chart2djava.Axis
Calculates and saves the normalized axis intercept in the field axisNormIntercept.
calcCartesianTickPoint(double, int, ChartPoint2D, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.Axis
Calculates the end points of a tick mark in device (DEV_POS) coordinates.
calcChartAutoScaleDataset() - Method in class com.quinncurtis.chart2djava.AutoScale
Calculate new auto-scale values based on the values in the data set referenced by the theDataset field.
calcChartAutoScaleDataset() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculate new auto-scale values based on the values in the data set referenced by theDataset field.
calcChartAutoScaleDatasets() - Method in class com.quinncurtis.chart2djava.AutoScale
Calculate new auto-scale values based on the values in the data sets referenced by the theDatasetsArray field.
calcChartAutoScaleDatasets() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculate new auto-scale values based on the values in the data sets referenced by the theDatasetsArray field.
calcChartAutoScaleInitialValues() - Method in class com.quinncurtis.chart2djava.AutoScale
Calculate new auto-scale values based on the minimum and maximum values stored in the initialMin and initialMax fields.
calcChartAutoScaleInitialValues() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculate new auto-scale values based on the values in the chart scale referenced by theChartCoordinates field.
calcChartAutoScaleTransform() - Method in class com.quinncurtis.chart2djava.AutoScale
Calculate new auto-scale values based on the values in the chart scale referenced by the theChartCoordinates field.
calcChartAutoScaleTransform() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculate new auto-scale values based on the values in the chart scale referenced by theChartCoordinates field.
calcDatasetRange() - Method in class com.quinncurtis.chart2djava.AutoScale
Calculate the minimum and maximum values for the x- or y-coordinates of the theDataset dataset.
calcDatasetsRange() - Method in class com.quinncurtis.chart2djava.AutoScale
Calculate the minimum and maximum values for the x- or y-coordinates of the theDatasetsArray datasets.
calcFinalMax(double, double, int, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Calculates the auto-scale maximum, based on the rounding mode and the calculated tick intervals.
calcFinalMin(double, double, int, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Calculates the auto-scale minimum, based on the rounding mode and the calculated tick intervals.
calcFrequencyBins(DoubleArray, DoubleArray, DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method fills in the frequency bins for a frequency histogram.
calcHighlightColor(Color) - Static method in class com.quinncurtis.chart2djava.UserCoordinates
Returns RGB color code which is lighter than rgbColor and is appropriate for shading
calcNearestPoint(PhysicalCoordinates, ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method abstract is the prototype for a data point nearness test.
calcNearestPoint(ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartPlot
An abstract method that must compare a test point against all of the xy points in a dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, SimpleDataset, boolean, ChartPoint2D, int, NearestPointData) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, GroupDataset, boolean, ChartPoint2D, int, NearestPointData) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method compares a test point against all of the xy points in a contour dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.ContourPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.GroupPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.PieChart
This method compares a test point against the pie wedges in a simple pie chart and calculates which wedge is nearest the test point.
calcNearestPoint(ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.PolarPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.SimpleBarPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint2D, int, NearestPointData) - Method in class com.quinncurtis.chart2djava.SimplePlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNthTickMajor(double) - Method in class com.quinncurtis.chart2djava.AutoScale
Calculates the number of minor ticks per major tick based on a normalized range.
calcOffset(double, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Rounds a number to the specified precision level.
calcRangeBasedDecimalPos(double) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Calculate the decimal precision used to display calculated values in the data table.
calcResizedWindowFontMultiplier(Dimension, Dimension) - Method in class com.quinncurtis.chart2djava.ChartView
Calculates the value of the resizeMultiplier, based on the component view resize mode, the preferred size of the component, and the actual size of the component.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart2djava.AutoScale
An abstract method that rounds minimum and maximum values appropriate for axis labels.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart2djava.LinearAutoScale
Calculates the auto-scale values based on the current setup.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart2djava.LogAutoScale
Calculates the auto-scale values based on the current setup.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Round the endpoints of a time scale based on the rounding mode.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.spcchartjava.ProbabilityAutoScale
Calculates the auto-scale values based on the current setup.
calcRoundTimeAxisValues(GregorianCalendar, GregorianCalendar, int) - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Round the endpoints of a time scale based on the rounding mode.
calcShadowColor(Color) - Static method in class com.quinncurtis.chart2djava.UserCoordinates
Returns RGB color code which is darker than rgbColor and is appropriate for shading
calcSymbolShape(int) - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the GeneralPath object represented by the specified symbol value.
calcTickInterval(double) - Method in class com.quinncurtis.chart2djava.AutoScale
Calculates the minor tick interval based on a normalized range.
calcTimeAutoScale(ChartDataset, int, int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied T imeSimpleDataset dataset.
calcTimeAutoScale(ChartDataset[], int, int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
calcTimeBaseValues() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculates auto-scale parameters based on the starting and ending calendar dates.
calcTimeBaseValues(GregorianCalendar, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculates auto-scale parameters based on the starting and ending calendar dates.
calculateControlLimits(DoubleArray) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Calculate the control limits
CALCULATED_VALUE_SOURCE - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Specifies that the source of the data in the chart is a calculated value (or measurement) data.
calculateHistoryStatistic(DoubleArray, int) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Calculate the calculated value value based on the data in the source array and the specified calculation type.
calculateHistoryStatisticStatic(DoubleArray, int) - Static method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Calculate the calculated value value based on the data in the source array and the specified calculation type.
calculateProcessCapabilityValue(double, double, int, int) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Calculate the process capability value..
calculateProcessCapabilityValues(double, double, int) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Calculate the process capability value..
calcWorkingScale(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method defines the bounds of the working coordinate system, extending the working coordinate system defined for the plotting area to the entire graph area.
calcZValue(double, double) - Method in class com.quinncurtis.chart2djava.SurfaceFunction
Calculates the z-value of a 3D function given x and y.
calendarCeil(GregorianCalendar, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method zeros out the specified fields of a GregorianCalendar date and rounds up to the specified field value.
calendarCheckMin(GregorianCalendar, int, int, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method checks to see if the value of a specific field of a GregorianCalendar date is at the minimum value allowable for that field.
calendarCompare(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method compares and returns true if one ChartCalendar date is less than or equal to another.
calendarCompare2(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method compares and returns true if one GregorianCalendar date is less than or equal to another.
calendarCompare22(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method compares and returns true if one GregorianCalendar date is less than or equal to another.
calendarCopy(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method copies the one date into another.
calendarDaysAdd(GregorianCalendar, long, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method adds a fixed number of days to a date, taking into account whether or not a WEEK_5D or WEEK_7D mode is in affect.
calendarDaysDiff(GregorianCalendar, GregorianCalendar, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Calculates the number of days between two dates, taking into account whether or not a WEEK_5D or WEEK_7D mode is in affect.
calendarMax(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method compares two GregorianCalendar dates and returns the later date of the two.
calendarMin(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method compares two GregorianCalendar dates and returns the earlier date of the two.
calendarSecsDiff(GregorianCalendar, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeScale
Calculates the number of seconds between two GregorianCalendar dates, taking into account if the 5- or 7-day weeks, and days that have less than 24 hours.
calendarSwap(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This swaps one date with another.
calendarTruncate(GregorianCalendar, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method zeros out the specified fields of a GregorianCalendar date.
calendarWeekAdjust(GregorianCalendar, int, boolean) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method adjusts the value a GregorianCalendar day, increasing or decreasing the date to a valid day-of-the=week if the WEEK_5D week type is specified.
CANDLESTICK - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Candlestick plot type (Candlestick)
CandlestickPlot - Class in com.quinncurtis.chart2djava
The CandlestickPlot class extends the GroupPlot class and displays stock market data in an open-high-low-close format common in financial technical analysis.
CandlestickPlot() - Constructor for class com.quinncurtis.chart2djava.CandlestickPlot
The default CandlestickPlot constructor.
CandlestickPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.CandlestickPlot
This constructor creates a new CandlestickPlot object that will reside in the specified coordinate system.
CandlestickPlot(PhysicalCoordinates, GroupDataset, double, ChartAttribute, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.CandlestickPlot
This constructor creates a new CandlestickPlot object that will reside in the specified coordinate system.
CARTESIAN_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A CartesianCoordinates object
CartesianCoordinates - Class in com.quinncurtis.chart2djava
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.
CartesianCoordinates() - Constructor for class com.quinncurtis.chart2djava.CartesianCoordinates
The default CartesianCoordinates constructor.
CartesianCoordinates(int, int) - Constructor for class com.quinncurtis.chart2djava.CartesianCoordinates
This constructor creates a new CartesianCoordinates object, specifying either a linear or a logarithmic scale for both x- and y-coordinates.
CartesianCoordinates(double, double, double, double) - Constructor for class com.quinncurtis.chart2djava.CartesianCoordinates
This constructor creates a new CartesianCoordinates object using the specified minimum and maximum values for the x- and y-coordinate systems.
cartesianToPolar(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts the coordinates of a point from Cartesian coordinates to polar coordinates.
CELL_PLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Cell plot type (CellPlot)
CellPlot - Class in com.quinncurtis.chart2djava
The CellPlot class extends the GroupPlot class and displays cell plots.
CellPlot() - Constructor for class com.quinncurtis.chart2djava.CellPlot
The default CellPlot constructor.
CellPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.CellPlot
This constructor creates a new CellPlot object that will reside in the specified coordinate system.
CellPlot(PhysicalCoordinates, GroupDataset, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.CellPlot
This constructor creates a new CellPlot object that will reside in the specified coordinate system.
CENTER_GRAPH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Center title with respect to the graph area
CENTER_PLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Center title with respect to the plot area
CENTER_RADIUS_BOTTOM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MIN in y direction
CENTER_RADIUS_LEFT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MIN in x direction
CENTER_RADIUS_RIGHT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MAX in x direction
CENTER_RADIUS_TOP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MAX in y direction
CENTERED_BAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value centered, inside bar
CHART_FOOTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the chart footer, justified with respect to the bottom of the chart
CHART_HEADER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the chart header, justified with respect to the top of the chart
CHART_SUBHEAD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the chart subhead, the line directly under the chart header
ChartAttribute - Class in com.quinncurtis.chart2djava
This class consolidates the common line and fill attributes into a single class.
ChartAttribute() - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
This is the default ChartAttribute constructor.
ChartAttribute(ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
 This constructor creates a new ChartAttribute object as a copy of an existing ChartAttribute object.
ChartAttribute(GraphObj) - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
 This constructor creates a new ChartAttribute object as a copy of the ChartAttribute object stored in an GraphObj object.
ChartAttribute(ChartPlot, int) - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
 This constructor creates a new ChartAttribute object as a copy of the ChartAttribute object associated with a specific group in an DChartPlot object.
ChartAttribute(Color, double, int, Color) - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
ChartAttribute(Color, double, int) - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
ChartAttribute(Color, double) - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
ChartAttribute(Color) - Constructor for class com.quinncurtis.chart2djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
CHARTATTRIBUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart attribute (ChartAttribute)
CHARTBRUSHES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart brush cache (ChartBrushes)
ChartBufferedImage - Class in com.quinncurtis.chart2djava
The BufferedImage class renders a chart as a Java buffered image.
ChartBufferedImage() - Constructor for class com.quinncurtis.chart2djava.ChartBufferedImage
The default BufferedImage constructor.
ChartBufferedImage(ChartView, int) - Constructor for class com.quinncurtis.chart2djava.ChartBufferedImage
This constructor creates an BufferedImage object that is used to render an ChartView object into an image buffer.
ChartBufferedImage(ChartView) - Constructor for class com.quinncurtis.chart2djava.ChartBufferedImage
This constructor creates an BufferedImage object that is used to.render an ChartView object into an image buffer.
ChartCalendar - Class in com.quinncurtis.chart2djava
This class provides utilities for manipulating GregorianCalendar objects.
ChartCalendar() - Constructor for class com.quinncurtis.chart2djava.ChartCalendar
The default DBufferedImage constructor.
CHARTCALENDAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart calendar object (GregorianCalendar)
ChartColors - Class in com.quinncurtis.chart2djava
This class provides a much larger selection of colors than the Color class, using standard Windows color names.
ChartColors() - Constructor for class com.quinncurtis.chart2djava.ChartColors
 
ChartConstants - Interface in com.quinncurtis.chart2djava
The ChartConstants class contains the constants used in the QCChart2D class library.
ChartDataset - Class in com.quinncurtis.chart2djava
This is the abstract base class for all dataset classes used by the plot routines in this software.
ChartDataset() - Constructor for class com.quinncurtis.chart2djava.ChartDataset
The default ChartDataset constructor.
ChartDimension - Class in com.quinncurtis.chart2djava
This class is an implementation of the Java Dimension class that uses doubles instead of integers for data storage.
ChartDimension() - Constructor for class com.quinncurtis.chart2djava.ChartDimension
 Default constructor.
ChartDimension(ChartDimension) - Constructor for class com.quinncurtis.chart2djava.ChartDimension
Creates an instance of ChartDimension whose width and height are the same as for the specified dimension.
ChartDimension(double, double) - Constructor for class com.quinncurtis.chart2djava.ChartDimension
Constructs an ChartDimension and initializes it to the specified width and specified height.
ChartException - Exception in com.quinncurtis.chart2djava
This class is holds is the general class used for exceptions.
ChartException() - Constructor for exception com.quinncurtis.chart2djava.ChartException
The default constructor.
ChartException(String) - Constructor for exception com.quinncurtis.chart2djava.ChartException
This constructor calls the underlying Exception constructor.
ChartGradient - Class in com.quinncurtis.chart2djava
This class adds a two color gradient to a ChartAttribute object.
ChartGradient() - Constructor for class com.quinncurtis.chart2djava.ChartGradient
Default constructor for the ChartGradient class.
ChartGradient(Color, Color) - Constructor for class com.quinncurtis.chart2djava.ChartGradient
Constructor for the ChartGradient class.
ChartGradient(Color, Color, int) - Constructor for class com.quinncurtis.chart2djava.ChartGradient
Constructor for the ChartGradient class.
ChartGradient(PhysicalCoordinates, Color, Color, int) - Constructor for class com.quinncurtis.chart2djava.ChartGradient
Constructor for the ChartGradient class.
ChartGradient(PhysicalCoordinates, int, Color, Color, int) - Constructor for class com.quinncurtis.chart2djava.ChartGradient
Constructor for the ChartGradient class.
ChartGradient(PhysicalCoordinates, int, Color[], double[], int) - Constructor for class com.quinncurtis.chart2djava.ChartGradient
Constructor for the ChartGradient class.
ChartImage - Class in com.quinncurtis.chart2djava
The ChartImage class will place and scale a Java compatible Image file in a chart.
ChartImage() - Constructor for class com.quinncurtis.chart2djava.ChartImage
The default ChartImage constructor.
ChartImage(PhysicalCoordinates, Image, double, double, int, int) - Constructor for class com.quinncurtis.chart2djava.ChartImage
A ChartImage constructor that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
ChartImage(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.ChartImage
A ChartImage constructor that initializes the scale for an image plot object.
ChartLabel - Class in com.quinncurtis.chart2djava
The ChartLabel is an abstract base class for chart label objects that are used to place formatted text in a chart.
ChartLabel() - Constructor for class com.quinncurtis.chart2djava.ChartLabel
 
ChartLabel(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.ChartLabel
This constructor creates a new ChartLabel object using the specified scale.
ChartMouseListener - Class in com.quinncurtis.chart2djava
The ChartMouseListener class implements a generic interface for managing mouse events in a graph window.
ChartMouseListener() - Constructor for class com.quinncurtis.chart2djava.ChartMouseListener
The default ChartMouseListener constructor.
ChartMouseListener(ChartView) - Constructor for class com.quinncurtis.chart2djava.ChartMouseListener
This method initializes an ChartMouseListener using the specified component.
ChartObj - Class in com.quinncurtis.chart2djava
The ChartObj class is the abstract base class for all chart objects in the QCChart2D package.
ChartObj() - Constructor for class com.quinncurtis.chart2djava.ChartObj
The default ChartObj constructor.
chartObjIDCntr - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The current count of created instances of the ChartObj class.
chartObjType - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the chart object type.
CHARTPENS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart pen cache (ChartPens)
ChartPlot - Class in com.quinncurtis.chart2djava
The ChartPlot class extends the GraphObj class and is the abstract base class for all plot chart objects in the QCChart2D class library.
ChartPlot() - Constructor for class com.quinncurtis.chart2djava.ChartPlot
The default ChartPlot constructor.
ChartPoint2D - Class in com.quinncurtis.chart2djava
The ChartPoint2D class defines a point representing a location in (x,y) coordinate space.
ChartPoint2D() - Constructor for class com.quinncurtis.chart2djava.ChartPoint2D
Default constructor.
ChartPoint2D(GregorianCalendar, double) - Constructor for class com.quinncurtis.chart2djava.ChartPoint2D
Constructs and initializes a ChartPoint2D with the specified coordinates.
ChartPoint2D(double, double) - Constructor for class com.quinncurtis.chart2djava.ChartPoint2D
Constructs and initializes a ChartPoint2D with the specified coordinates.
ChartPoint2D(ChartPoint2D) - Constructor for class com.quinncurtis.chart2djava.ChartPoint2D
Constructs and initializes a ChartPoint2D with the specified coordinates.
ChartPoint2D(Point2D) - Constructor for class com.quinncurtis.chart2djava.ChartPoint2D
Constructs and initializes a ChartPoint2D with the specified coordinates.
ChartPoint3D - Class in com.quinncurtis.chart2djava
The ChartPoint3D class defines a point representing a location in (x,y,z) coordinate space.
ChartPoint3D() - Constructor for class com.quinncurtis.chart2djava.ChartPoint3D
Constructs and initializes a ChartPoint3D with coordinates (0,0).
ChartPoint3D(double, double, double) - Constructor for class com.quinncurtis.chart2djava.ChartPoint3D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint3D(ChartPoint3D) - Constructor for class com.quinncurtis.chart2djava.ChartPoint3D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPrint - Class in com.quinncurtis.chart2djava
The ChartPrint class implements the Java Printable interface and will print an ChartView object to the selected printer.
ChartPrint() - Constructor for class com.quinncurtis.chart2djava.ChartPrint
The default ChartPrint constructor.
ChartPrint(ChartView) - Constructor for class com.quinncurtis.chart2djava.ChartPrint
This constructor creates a new ChartPrint object that will print a ChartView object.
ChartPrint(ChartView, int) - Constructor for class com.quinncurtis.chart2djava.ChartPrint
This constructor creates a new ChartPrint object that will print a ChartView object.
ChartRectangle2D - Class in com.quinncurtis.chart2djava
This method extends the Rectangle2D.Double class, adding more routines for setting the rectangle frame, and returning the points forming the rectangles frame.
ChartRectangle2D() - Constructor for class com.quinncurtis.chart2djava.ChartRectangle2D
The default DChartRectangle2D constructor
ChartRectangle2D(double, double, double, double) - Constructor for class com.quinncurtis.chart2djava.ChartRectangle2D
This constructor creates an DChartRectangle object defined by its position, height and width.
ChartRectangle2D(Rectangle2D) - Constructor for class com.quinncurtis.chart2djava.ChartRectangle2D
This constructor creates an DChartRectangle object based on the properties of a Rectangle2D object.
ChartRectangle2D(ChartRectangle2D) - Constructor for class com.quinncurtis.chart2djava.ChartRectangle2D
This constructor creates an DChartRectangle object based on the properties of a Rectangle2D object.
CHARTREUSE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
ChartScale - Class in com.quinncurtis.chart2djava
The Scale class is the abstract base class for all of the scale classes.
ChartScale() - Constructor for class com.quinncurtis.chart2djava.ChartScale
The default constructor for the scale class.
ChartShape - Class in com.quinncurtis.chart2djava
The ChartShape class places arbitrary GeneralPath objects in a chart.
ChartShape() - Constructor for class com.quinncurtis.chart2djava.ChartShape
The default ChartShape constructor.
ChartShape(PhysicalCoordinates, Shape, int, double, double, int, int) - Constructor for class com.quinncurtis.chart2djava.ChartShape
This constructor creates a new ChartShape object using the specified scale, shape, position and rotation.
ChartShape(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.ChartShape
This constructor creates a new ChartShape object using the specified scale.
ChartSupport - Class in com.quinncurtis.chart2djava
This class provides support utilities.
ChartSupport() - Constructor for class com.quinncurtis.chart2djava.ChartSupport
 
ChartSymbol - Class in com.quinncurtis.chart2djava
The ChartSymbol class creates scatter plot symbols in the SimpleScatterPlot, LineMarkerPlot, PolarScatterPlot, and DataCursor plot types.
ChartSymbol() - Constructor for class com.quinncurtis.chart2djava.ChartSymbol
The default ChartSymbol constructor.
ChartSymbol(PhysicalCoordinates, int, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.ChartSymbol
This constructor creates a new ChartSymbol object using the specified scale, symbol and attributes.
ChartSymbol(PhysicalCoordinates, GeneralPath, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.ChartSymbol
This constructor creates a new ChartSymbol object using the specified scale, GeneralPath and attributes.
ChartSymbol(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.ChartSymbol
This constructor creates a new ChartSymbol object using the specified scale, GeneralPath and attributes.
ChartText - Class in com.quinncurtis.chart2djava
The ChartText class is used to place text in a chart.
ChartText() - Constructor for class com.quinncurtis.chart2djava.ChartText
The default ChartText constructor.
ChartText(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.ChartText
This constructor creates a new ChartText object using the specified scale.
ChartText(PhysicalCoordinates, Font, String, double, double, int, int, int, int) - Constructor for class com.quinncurtis.chart2djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position, justification and rotation.
ChartText(PhysicalCoordinates, Font, String, double, double, int) - Constructor for class com.quinncurtis.chart2djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position and justification.
ChartText(PhysicalCoordinates, Font, String) - Constructor for class com.quinncurtis.chart2djava.ChartText
This constructor creates a new ChartText using the specified scale, font, and string.
ChartText(Font, String) - Constructor for class com.quinncurtis.chart2djava.ChartText
This constructor creates a new ChartText using the specified font, and string.
ChartTitle - Class in com.quinncurtis.chart2djava
The ChartTitle class creates a header, subheader and footer for a chart.
ChartTitle() - Constructor for class com.quinncurtis.chart2djava.ChartTitle
The default ChartTitle constructor.
ChartTitle(PhysicalCoordinates, Font, String) - Constructor for class com.quinncurtis.chart2djava.ChartTitle
This constructor creates a new ChartTitle using the specified scale, font, and string.
ChartTitle(PhysicalCoordinates, Font, String, int, int) - Constructor for class com.quinncurtis.chart2djava.ChartTitle
This constructor creates a new ChartTitle using the specified scale, font, string, type and position.
chartTransform(Graphics2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method establishes a physical coordinate system for the current viewport, mapping the physical coordinate system to the viewport.
ChartView - Class in com.quinncurtis.chart2djava
The ChartView class maintains a list of all chart objects and renders the chart object list when the class draw method is called.
ChartView() - Constructor for class com.quinncurtis.chart2djava.ChartView
The default ChartView constructor.
ChartView(Rectangle, JFrame) - Constructor for class com.quinncurtis.chart2djava.ChartView
A ChartView constructor.
ChartView(Rectangle, JPanel) - Constructor for class com.quinncurtis.chart2djava.ChartView
A ChartView constructor.
ChartView(Rectangle, JTabbedPane) - Constructor for class com.quinncurtis.chart2djava.ChartView
A ChartView constructor.
ChartZoom - Class in com.quinncurtis.chart2djava
This class implements a chart zoom class using the Java MouseInputListener interface.
ChartZoom() - Constructor for class com.quinncurtis.chart2djava.ChartZoom
The default ChartZoom constructor.
ChartZoom(ChartView, PhysicalCoordinates, boolean) - Constructor for class com.quinncurtis.chart2djava.ChartZoom
This constructor creates a new ChartZoom object using the specified component and scale.
ChartZoom(ChartView, PhysicalCoordinates[], int, boolean) - Constructor for class com.quinncurtis.chart2djava.ChartZoom
This constructor creates a new ChartZoom object using the specified component and scales.
checkAlarm() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Check the current value against the parameterValue.
checkAlarm(double) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Check the current value against the parameterValue.
checkAlarm(double, int) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Check the current value against the parameterValue.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ArrowPlot
Returns true if the test point intersects one of the arrow objects.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.Axis
Returns true if the test point is near one of the axes.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.Background
Returns true if the test point intersects a background object.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.BubblePlot
Returns true if the test point intersects one of the bubble plot objects.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.BubblePlotLegend
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.CandlestickPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.CellPlot
Returns true if the test point intersects one of the cell objects.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartImage
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartMouseListener
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartShape
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartSymbol
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartText
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ChartZoom
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.ErrorBarPlot
Returns true if the test point intersects one of the error bar lines.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.FloatingBarPlot
Returns true if the test point intersects one of the objects.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.GraphObj
The default checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.Grid
Returns true if the test point is near one of the grid lines.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.GroupBarPlot
Returns true if the test point intersects one of the objects.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.HistogramPlot
Returns true if the test point intersects one of the data objects.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.Legend
Returns true if the test point intersects the legend rectangle.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.LegendItem
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.LinearAxis
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.LineGapPlot
Returns true if the test point intersects one of the data points.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.LogAxis
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.Marker
The default checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.MultiLinePlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.OHLCPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.PieChart
Returns true if the test point is intersects one of the pie slices.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.SimpleBarPlot
Returns true if the test point intersects one of the bar plot bars.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.SimplePlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.StackedBarPlot
Returns true if the test point intersects one of the stacked bars.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.StackedLinePlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.StandardLegend
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.chart2djava.TimeAxis
The checkIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
The CheckIntersection method.
checkIntersection(ChartPoint2D, NearestPointData) - Method in class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
The CheckIntersection method.
checkMode() - Method in class com.quinncurtis.chart2djava.ChartView
 
checkTimeValue(long) - Method in class com.quinncurtis.chart2djava.TimeScale
This method checks to see if the specified date is valid and returns a double values that represents the number of milliseconds in the date if the date is valid, or the ChartSupport.rBarDataValue otherwise.
checkTimeValue(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeScale
This method checks to see if the specified date is valid and returns a double values that represents the number of milliseconds in the date if the date is valid,, or the ChartSupport.rBarDataValue otherwise.
checkValidData(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method checks to see if the x- and y-data values for a given index are valid, taking into account any discontinuities in the coordinate system.
checkValidDataX(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method checks to see if the x-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidDataY(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method checks to see if the y-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidDate(GregorianCalendar, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This check to see if the given date is a valid date for the given week type (WEEK_5D or WEEK_7D).
checkValidDate(GregorianCalendar, long, long, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This check to see if the given date is a valid date for the given week type (WEEK_5D or WEEK_7D), and the non-24 day hour range.
checkValidDate(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method checks to see if the specified date is valid, checking to see if it within the specified time of day limits.
checkValidGroupData(PhysicalCoordinates, int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method checks to see if the x- and y-data values for a given index are valid, taking into account any discontinuities in the coordinate system.
checkValidGroupData(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method checks to see if the x- and y-data values for a given index are valid, taking into account any discontinuities in the coordinate system.
checkValidGroupDataX(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method checks to see if the x-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidGroupDataY(PhysicalCoordinates, int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method checks to see if the y-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidPoint(double, double) - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
This method checks the validity of the x- and y-values of a data point.
checkValidPoint(double, double, boolean) - Method in class com.quinncurtis.chart2djava.ChartPlot
This method checks to see if the current data point is valid
checkValidPoint(double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method checks the validity of the x- and y-values of a datapoint.
checkValidPoint(double, double, boolean) - Method in class com.quinncurtis.chart2djava.PolarPlot
This method checks to see if the current data point is valid
checkValidPoint(double, double, boolean) - Method in class com.quinncurtis.chart2djava.SimplePlot
This method checks the validity of the x- and y-values of a datapoint.
checkValidPoint(double, double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method checks to see if the specified data point is valid, checking to see if the date component it within the specified time of day limits, and the numeric component is a valid number.
checkValidPoint(double, double) - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
This method checks the validity of the x- and y-values of a data point.
chiSqrCumDistribution(double, int) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
Translated from FORTRAN at http://www.itl.nist.gov/div898/software/datapac/CHSCDF.f* THIS SUBROUTINE COMPUTES THE CUMULATIVE DISTRIBUTION FUNCTION VALUE FOR THE CHI-SQUARED DISTRIBUTION WITH INTEGER DEGREES OF FREEDOM PARAMETER = NU.
CHOCOLATE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
CIRCLE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Circle scatter plot symbol
clampInt(int, int, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method checks and limits the range of the input variable, preventing wild numeric overflows from propagating.
clampReal(double, double, double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method checks and limits the range of the input variable, preventing wild numeric overflows from propagating.
clampToViewCoordinates(double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method checks and limits the range of the input value from exceeding the value of +- USER_COORD_MAX.
clampToViewCoordinates(ChartPoint3D) - Static method in class com.quinncurtis.chart2djava.ChartSupport
 
clear() - Method in class com.quinncurtis.chart2djava.BoolArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
clear() - Method in class com.quinncurtis.chart2djava.DoubleArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
clear() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Resets the NumColumns and NumRows properties to 0.
clear() - Method in class com.quinncurtis.chart2djava.IntArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
clear() - Method in class com.quinncurtis.chart2djava.StringArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
clone() - Method in class com.quinncurtis.chart2djava.Arrow
Returns an object that is a clone of this Arrow object.
clone() - Method in class com.quinncurtis.chart2djava.ArrowPlot
Returns an object that is a clone of this ArrowPlot object.
clone() - Method in class com.quinncurtis.chart2djava.AxisTitle
Returns an object that is a clone of this AxisTitle object.
clone() - Method in class com.quinncurtis.chart2djava.Background
 Returns an object that is a clone of this Background object.
clone() - Method in class com.quinncurtis.chart2djava.BarDatapointValue
Returns an object that is a clone of this BarDatapointValue object.
clone() - Method in class com.quinncurtis.chart2djava.BoolArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart2djava.BubblePlot
Returns an object that is a clone of this BubblePlot object.
clone() - Method in class com.quinncurtis.chart2djava.BubblePlotLegend
Returns an object that is a clone of this BubblePlotLegend object.
clone() - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Returns an object that is a clone of this BubblePlotLegendItem object.
clone() - Method in class com.quinncurtis.chart2djava.CandlestickPlot
Returns an object that is a clone of this CandlestickPlot object.
clone() - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
Returns an object that is a clone of this CartesianCoordinates object.
clone() - Method in class com.quinncurtis.chart2djava.CellPlot
Returns an object that is a clone of this CellPlot object.
clone() - Method in class com.quinncurtis.chart2djava.ChartAttribute
 Returns an object that is a clone of this ChartAttribute object.
clone() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
 Returns an object that is a clone of this BufferedImage object.
clone() - Method in class com.quinncurtis.chart2djava.ChartDimension
 Returns an object that is a clone of this ChartDimension object.
clone() - Method in class com.quinncurtis.chart2djava.ChartGradient
Returns an object that is a clone of this ChartGradient object.
clone() - Method in class com.quinncurtis.chart2djava.ChartImage
Returns an object that is a clone of this ChartImage object.
clone() - Method in class com.quinncurtis.chart2djava.ChartMouseListener
 Returns an object that is a clone of this ChartMouseListener object.
clone() - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class com.quinncurtis.chart2djava.ChartPoint3D
Creates a new object that is a clone of the current object.
clone() - Method in class com.quinncurtis.chart2djava.ChartScale
Abstract clone method.
clone() - Method in class com.quinncurtis.chart2djava.ChartShape
Returns an object that is a clone of this ChartShape object.
clone() - Method in class com.quinncurtis.chart2djava.ChartSupport
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns an object that is a clone of this ChartSymbol object.
clone() - Method in class com.quinncurtis.chart2djava.ChartText
Returns an object that is a clone of this ChartText object.
clone() - Method in class com.quinncurtis.chart2djava.ChartTitle
Returns an object that is a clone of this ChartTitle object.
clone() - Method in class com.quinncurtis.chart2djava.ChartView
 Returns an object that is a clone of this ChartView object.
clone() - Method in class com.quinncurtis.chart2djava.ChartZoom
 Returns an object that is a clone of this ChartZoom object.
clone() - Method in class com.quinncurtis.chart2djava.ContourDataset
Returns an object that is a clone of this ContourDataset object.
clone() - Method in class com.quinncurtis.chart2djava.ContourPlot
 Returns an object that is a clone of this ContourPlot object.
clone() - Method in class com.quinncurtis.chart2djava.CSV
 
clone() - Method in class com.quinncurtis.chart2djava.DataCursor
 Returns an object that is a clone of this DataCursor object.
clone() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns an object that is a clone of this DataToolTip object.
clone() - Method in class com.quinncurtis.chart2djava.DoubleArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart2djava.ErrorBarPlot
Returns an object that is a clone of this ErrorBarPlot object.
clone() - Method in class com.quinncurtis.chart2djava.FindObj
Returns an object that is a clone of this FindObj object.
clone() - Method in class com.quinncurtis.chart2djava.FloatingBarPlot
Returns an object that is a clone of this FloatingBarPlot object.
clone() - Method in class com.quinncurtis.chart2djava.GraphObj
The abstract clone method for this class.
clone() - Method in class com.quinncurtis.chart2djava.Grid
Returns an object that is a clone of this Grid object.
clone() - Method in class com.quinncurtis.chart2djava.GroupBarPlot
Returns an object that is a clone of this GroupPlot object.
clone() - Method in class com.quinncurtis.chart2djava.GroupDataset
Returns an object that is a clone of this GroupDataset object.
clone() - Method in class com.quinncurtis.chart2djava.GroupPoint2D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class com.quinncurtis.chart2djava.HistogramPlot
Returns an object that is a clone of this HistogramPlot object.
clone() - Method in class com.quinncurtis.chart2djava.IntArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart2djava.LegendItem
Returns an object that is a clone of this LegendItem object.
clone() - Method in class com.quinncurtis.chart2djava.LinearAutoScale
Returns an object that is a clone of this LinearAutoScale object.
clone() - Method in class com.quinncurtis.chart2djava.LinearAxis
Returns an object that is a clone of this LinearAxis object.
clone() - Method in class com.quinncurtis.chart2djava.LinearScale
Returns an object that is a clone of this LinearScale object.
clone() - Method in class com.quinncurtis.chart2djava.LineGapPlot
Returns an object that is a clone of this LineGapPlot object.
clone() - Method in class com.quinncurtis.chart2djava.LogAutoScale
Returns an object that is a clone of this LogAutoScale object.
clone() - Method in class com.quinncurtis.chart2djava.LogAxis
Returns an object that is a clone of this LogAxis object.
clone() - Method in class com.quinncurtis.chart2djava.LogScale
Returns an object that is a clone of this LogScale object.
clone() - Method in class com.quinncurtis.chart2djava.Marker
 Returns an object that is a clone of this Marker object.
clone() - Method in class com.quinncurtis.chart2djava.MultiLinePlot
Returns an object that is a clone of this MultiLinePlot object.
clone() - Method in class com.quinncurtis.chart2djava.NearestPointData
Returns an object that is a clone of this NearestPointData object.
clone() - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
Returns an object that is a clone of this NumericAxisLabels object.
clone() - Method in class com.quinncurtis.chart2djava.NumericLabel
Returns an object that is a clone of this NumericLabel object.
clone() - Method in class com.quinncurtis.chart2djava.OHLCPlot
Returns an object that is a clone of this OHLCPlot object.
clone() - Method in class com.quinncurtis.chart2djava.PieChart
Returns an object that is a clone of this PieChart object.
clone() - Method in class com.quinncurtis.chart2djava.PolarAxes
Returns an object that is a clone of this PolarAxes object.
clone() - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Returns an object that is a clone of this PolarAxesLabels object.
clone() - Method in class com.quinncurtis.chart2djava.PolarCoordinates
Returns an object that is a clone of this PolarCoordinates object.
clone() - Method in class com.quinncurtis.chart2djava.PolarGrid
Returns an object that is a clone of this PolarGrid object.
clone() - Method in class com.quinncurtis.chart2djava.PolarLinePlot
Returns an object that is a clone of this PolarLinePlot object.
clone() - Method in class com.quinncurtis.chart2djava.PolarScatterPlot
Returns an object that is a clone of this PolarScatterPlot object.
clone() - Method in class com.quinncurtis.chart2djava.Polysurface
 Returns an object that is a clone of this DChartContourDataset object.
clone() - Method in class com.quinncurtis.chart2djava.SimpleBarPlot
Returns an object that is a clone of this SimpleBarPlot object.
clone() - Method in class com.quinncurtis.chart2djava.SimpleDataset
Returns an object that is a clone of this SimpleDataset object.
clone() - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Returns an object that is a clone of this SimpleLineMarkerPlot object.
clone() - Method in class com.quinncurtis.chart2djava.SimpleLinePlot
Returns an object that is a clone of this SimplePlot object.
clone() - Method in class com.quinncurtis.chart2djava.SimpleScatterPlot
Returns an object that is a clone of this SimplePlot object.
clone() - Method in class com.quinncurtis.chart2djava.StackedBarPlot
Returns an object that is a clone of this StackedBarPlot object.
clone() - Method in class com.quinncurtis.chart2djava.StackedLinePlot
Returns an object that is a clone of this StackedLinePlot object.
clone() - Method in class com.quinncurtis.chart2djava.StandardLegend
Returns an object that is a clone of this StandardLegend object.
clone() - Method in class com.quinncurtis.chart2djava.StringArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Returns an object that is a clone of this StringAxisLabels object.
clone() - Method in class com.quinncurtis.chart2djava.StringLabel
Returns an object that is a clone of this StringLabel object.
clone() - Method in class com.quinncurtis.chart2djava.TickMark
Returns an object that is a clone of this TickMark object.
clone() - Method in class com.quinncurtis.chart2djava.TimeArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Returns an object that is a clone of this TimeAutoScale object.
clone() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns an object that is a clone of this TimeAxis object.
clone() - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns an object that is a clone of this TimeAxisLabels object.
clone() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Returns an object that is a clone of this TimeCoordinates object.
clone() - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
Returns an object that is a clone of this TimeGroupDataset object.
clone() - Method in class com.quinncurtis.chart2djava.TimeLabel
Returns an object that is a clone of this TimeLabel object.
clone() - Method in class com.quinncurtis.chart2djava.TimeScale
Returns an object that is a clone of this TimeScale object.
clone() - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
Returns an object that is a clone of this TimeSimpleDataset object.
clone() - Method in class com.quinncurtis.chart2djava.UserCoordinates
Returns an object that is a clone of this UserCoordinates object.
clone() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
Returns an object that is a clone of this WorkingCoordinates object.
clone() - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Returns an object that is a clone of this AlarmStatusToolTip object.
clone() - Method in class com.quinncurtis.spcchartjava.NotesLabel
Returns an object that is a clone of this NotesLabel object.
clone() - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Returns an object that is a clone of this NotesToolTip object.
clone() - Method in class com.quinncurtis.spcchartjava.ProbabilityAutoScale
Returns an object that is a clone of this ProbabilityAutoScale object.
clone() - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
Returns an object that is a clone of this ProbabilityAxis object.
clone() - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
Returns an object that is a clone of this ProbabilityCoordinates object.
clone() - Method in class com.quinncurtis.spcchartjava.ProbabilityScale
Returns an object that is a clone of this ProbabilityScale object.
clone() - Method in class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
Returns an object that is a clone of this ProbabilitySigmaAxis object.
clone() - Method in class com.quinncurtis.spcchartjava.SimpleMultiPlot
Returns an object that is a clone of this SimpleMultiPlot object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Returns an object that is a Clone of this SPCControlLimitRecord object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCControlParameters
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Returns an object that is a clone of this object.
closeAlarmStatusToolTip(MouseEvent) - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
The mouseReleased event listener for this object.
closeDelaunay() - Method in class com.quinncurtis.chart2djava.Polysurface
 
closeNotesToolTip(MouseEvent) - Method in class com.quinncurtis.spcchartjava.NotesToolTip
The mouseReleased event listener for this object.
closePolysurface() - Method in class com.quinncurtis.chart2djava.Polysurface
 
COLUMN_MAJOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Data in a file is organized so that adjacent x-values are rows in the file, each group of y-values start a new column
com.quinncurtis.chart2djava - package com.quinncurtis.chart2djava
 
com.quinncurtis.spcchartjava - package com.quinncurtis.spcchartjava
 
COMBINE_DATASET_ADD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Combine two datasets by adding corresponding values
COMBINE_DATASET_DIVIDE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Combine two datasets by diving corresponding values
COMBINE_DATASET_MULTIPLY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Combine two datasets by multiplying corresponding values
COMBINE_DATASET_SUBTRACT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Combine two datasets by subtracting corresponding values
COMBINE_DATASET_X - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Combine the x-values of two datasets
COMBINE_DATASET_XY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Combine the x- and y-values of two datasets
COMBINE_DATASET_Y - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Combine the y-values of two datasets
combineDataset(SimpleDataset, int, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Combine this dataset with another, using one of three combine modes (COMBINE_DATASET_X, COMBINE_DATASET_Y, or COMBINE_DATASET_XY), and four combine operators (COMBINE_DATASET_ADD, COMBINE_DATASET_SUBTRACT, COMBINE_DATASET_MUTLIPLY or COMBINE_DATASET_DIVIDE).
compressContourDataset(int, int, int, int, int, int, String) - Method in class com.quinncurtis.chart2djava.ContourDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
CompressGroupDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart2djava.GroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
CompressGroupDataset(int, int[], int, int, int, String) - Method in class com.quinncurtis.chart2djava.GroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressSimpleDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldGroupDataset(int, int[], int, int, int, String) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldGroupDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldSimpleDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeGroupDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeGroupDataset(int, int[], int, int, int, String) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeSimpleDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
CONTOUR_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A simple, time, dataset object (ContourDataset)
CONTOUR_FILL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Fill the area between contour levels with a color
CONTOUR_LINE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Draw contour levels using a line
CONTOUR_LINEANDFILL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Draw the contour levels using a line and fill the area between the contour levels with a color
CONTOUR_LINEPOLYGON - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Contour lines are calculated by analyzing each polygon, one by one, for every possible contour level within.
CONTOUR_LINEWALK - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Contour lines are calculated by finding a contour, and then tracking that contour line until it returns to the beginning, or runs off the edge of the contour plot.
ContourDataset - Class in com.quinncurtis.chart2djava
The ContourDataset class extends the SimpleDataset class, adding a third dimension (z-values) needed to produce a contour plot.
ContourDataset(String, ChartPoint3D[], int, int) - Constructor for class com.quinncurtis.chart2djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(String, ChartPoint3D[]) - Constructor for class com.quinncurtis.chart2djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(String, double[], double[], double[]) - Constructor for class com.quinncurtis.chart2djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(String, int, int, double, double, double, double, SurfaceFunction) - Constructor for class com.quinncurtis.chart2djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart2djava.ContourDataset
This constructor creates a new ContourDataset object from a file consisting of comma separated values.
ContourDataset() - Constructor for class com.quinncurtis.chart2djava.ContourDataset
The default ContourDataset constructor.
CONTOURLINE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Contour line plot type (ContourPlot)
ContourPlot - Class in com.quinncurtis.chart2djava
The ContourPlot class extends the ChartPlot class and displays contour datasets in contour plot format.
ContourPlot() - Constructor for class com.quinncurtis.chart2djava.ContourPlot
The ContourPlot default constructor.
ContourPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.ContourPlot
This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
ContourPlot(PhysicalCoordinates, ContourDataset, double[], ChartAttribute[], int, int) - Constructor for class com.quinncurtis.chart2djava.ContourPlot
This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
ContourPlot(PhysicalCoordinates, ContourDataset, double[], ChartAttribute[], boolean[], boolean[], int, int) - Constructor for class com.quinncurtis.chart2djava.ContourPlot
This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
CONTROL_LINE_DISABLE - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Disable drawing of control line in the chart.
CONTROL_LINE_FIXED - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Draw control line as a fixed horizontal line in the chart.
CONTROL_LINE_VARIABLE - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Draw control line as a variable line in the chart.
controlLimitInitialized(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns true if the control limit record at the index is initiated.
convertCoord(int, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the coordinates of a point from one coordinate system to another.
convertCoord(ChartPoint2D, int, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the coordinates of a point from one coordinate system to another.
convertCoord(ChartPoint2D, int, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
It converts the coordinates of a point from one coordinate system to another.
convertCoord(int, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
It converts the coordinates of a point from one coordinate system to another.
convertCoordArray(ChartPoint2D[], int, ChartPoint2D[], int, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts an array of points from one coordinate system to another.
convertCoordArray(ChartPoint2D[], int, ChartPoint2D[], int, int) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts an array of points from one coordinate system to another.
convertDimension(int, ChartDimension, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts width and height dimensions from one coordinate system to another.
convertDimension(ChartDimension, int, ChartDimension, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts width and height dimensions from one coordinate system to another.
convertRadius(int, double, int) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts a radius value from one coordinate system to another.
convertRect(ChartRectangle2D, int, ChartRectangle2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts ChartRectangle2D object from one coordinate system to another.
convertRect(int, ChartRectangle2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts ChartRectangle2D object from one coordinate system to another.
convertRG2PS(ChartPoint3D[], int, int, int) - Method in class com.quinncurtis.chart2djava.Polysurface
 
convertToMovingAverage(int, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Converts the current dataset to a moving average version of its former self.
COORD_SIZE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Scale image height and width values
coordinateAdd(double, double) - Method in class com.quinncurtis.chart2djava.ChartScale
An abstract methods that has the function of adding two values in the current physical coordinates.
coordinateAdd(double, double) - Method in class com.quinncurtis.chart2djava.LinearScale
This method adds an increment to an x- or y-coordinate in physical coordinates.
coordinateAdd(double, double) - Method in class com.quinncurtis.chart2djava.LogScale
This method adds an increment to an x- or y-coordinate in physical coordinates.
coordinateAdd(double, double) - Method in class com.quinncurtis.chart2djava.TimeScale
This method adds two values in the current physical coordinates.
coordinateAdd(double, double) - Method in class com.quinncurtis.spcchartjava.ProbabilityScale
This method adds an increment to an x- or y-coordinate in physical coordinates.
copy(Arrow) - Method in class com.quinncurtis.chart2djava.Arrow
Copies the source Arrow object.
copy(ArrowPlot) - Method in class com.quinncurtis.chart2djava.ArrowPlot
Copies the source ArrowPlot object.
copy(AutoScale) - Method in class com.quinncurtis.chart2djava.AutoScale
Copies the source AutoScale object.
copy(Axis) - Method in class com.quinncurtis.chart2djava.Axis
Copies the source axis.
copy(AxisLabels) - Method in class com.quinncurtis.chart2djava.AxisLabels
Copies the source axis labels.
copy(AxisTitle) - Method in class com.quinncurtis.chart2djava.AxisTitle
Copies the source axis title.
copy(Background) - Method in class com.quinncurtis.chart2djava.Background
Copies the source chart background.
copy(BarDatapointValue) - Method in class com.quinncurtis.chart2djava.BarDatapointValue
Copies the source object.
copy(BoolArray) - Method in class com.quinncurtis.chart2djava.BoolArray
Copies the source array to the current instance.
copy(BubblePlot) - Method in class com.quinncurtis.chart2djava.BubblePlot
Copies the source bubble plot object.
copy(BubblePlotLegend) - Method in class com.quinncurtis.chart2djava.BubblePlotLegend
Copies the source legend object.
copy(BubblePlotLegendItem) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Copies the source legend item object.
copy(CandlestickPlot) - Method in class com.quinncurtis.chart2djava.CandlestickPlot
Copies the source CandlestickPlot object.
copy(CartesianCoordinates) - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
Copies the source scale.
copy(Object) - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
Copies the source scale.
copy(CellPlot) - Method in class com.quinncurtis.chart2djava.CellPlot
Copies the source CellPlot object.
copy(ChartAttribute) - Method in class com.quinncurtis.chart2djava.ChartAttribute
 Copies the source ChartAttribute object.
copy(ChartBufferedImage) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Copies the source BufferedImage object.
copy(ChartDataset) - Method in class com.quinncurtis.chart2djava.ChartDataset
Copies the source dataset.
copy(ChartDimension) - Method in class com.quinncurtis.chart2djava.ChartDimension
Copies the source object.
copy(ChartGradient) - Method in class com.quinncurtis.chart2djava.ChartGradient
Copies the source ChartGradient object.
copy(ChartImage) - Method in class com.quinncurtis.chart2djava.ChartImage
Copies the source ChartImage object.
copy(ChartLabel) - Method in class com.quinncurtis.chart2djava.ChartLabel
Copies the source label object.
copy(ChartMouseListener) - Method in class com.quinncurtis.chart2djava.ChartMouseListener
Copies the source ChartMouseListener.
copy(ChartObj) - Method in class com.quinncurtis.chart2djava.ChartObj
Copies the source object.
copy(ChartPlot) - Method in class com.quinncurtis.chart2djava.ChartPlot
Copies the source plot object.
copy(ChartPrint) - Method in class com.quinncurtis.chart2djava.ChartPrint
Copies the source ChartPrint object.
copy(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Copies the source object.
copy(ChartScale) - Method in class com.quinncurtis.chart2djava.ChartScale
Copies the source scale object.
copy(ChartShape) - Method in class com.quinncurtis.chart2djava.ChartShape
Copies the source shape object.
copy(ChartSymbol) - Method in class com.quinncurtis.chart2djava.ChartSymbol
Copies the source ChartSymbol object.
copy(ChartText) - Method in class com.quinncurtis.chart2djava.ChartText
Copies the source text object.
copy(ChartTitle) - Method in class com.quinncurtis.chart2djava.ChartTitle
Copies the source title object.
copy(ChartView) - Method in class com.quinncurtis.chart2djava.ChartView
Copies the source scale.
copy(ChartZoom) - Method in class com.quinncurtis.chart2djava.ChartZoom
Copies the source zoom object.
copy(ContourDataset) - Method in class com.quinncurtis.chart2djava.ContourDataset
Copies the source dataset.
copy(ContourPlot) - Method in class com.quinncurtis.chart2djava.ContourPlot
Copies the source contour object.
copy(DataCursor) - Method in class com.quinncurtis.chart2djava.DataCursor
Copies the source data cursor object.
copy(DataToolTip) - Method in class com.quinncurtis.chart2djava.DataToolTip
Copies the source DataToolTip.
copy(DoubleArray) - Method in class com.quinncurtis.chart2djava.DoubleArray
Copies the source array to the current instance.
copy(DoubleArray2D) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Copies the source array.
copy(ErrorBarPlot) - Method in class com.quinncurtis.chart2djava.ErrorBarPlot
Copies the source ErrorBarPlot object.
copy(FindObj) - Method in class com.quinncurtis.chart2djava.FindObj
Copies the source ErrorBarPlot object.
copy(FloatingBarPlot) - Method in class com.quinncurtis.chart2djava.FloatingBarPlot
Copies the source FloatingBarPlot object.
copy(GraphObj) - Method in class com.quinncurtis.chart2djava.GraphObj
Copies the source object.
copy(Grid) - Method in class com.quinncurtis.chart2djava.Grid
Copies the source grid.
copy(GroupBarPlot) - Method in class com.quinncurtis.chart2djava.GroupBarPlot
Copies the source GroupBarPlot object.
copy(GroupDataset) - Method in class com.quinncurtis.chart2djava.GroupDataset
Copies the source group dataset.
copy(GroupPlot) - Method in class com.quinncurtis.chart2djava.GroupPlot
Copies the source group plot object.
copy(HistogramPlot) - Method in class com.quinncurtis.chart2djava.HistogramPlot
Copies the source HistogramPlot object.
copy(IntArray) - Method in class com.quinncurtis.chart2djava.IntArray
Copies the source array to the current instance.
copy(Legend) - Method in class com.quinncurtis.chart2djava.Legend
Copies the source legend object.
copy(LegendItem) - Method in class com.quinncurtis.chart2djava.LegendItem
Copies the source legend item object.
copy(LinearAutoScale) - Method in class com.quinncurtis.chart2djava.LinearAutoScale
Copies the source LinearAutoScale object.
copy(LinearAxis) - Method in class com.quinncurtis.chart2djava.LinearAxis
Copies the source axis.
copy(LinearScale) - Method in class com.quinncurtis.chart2djava.LinearScale
Copies the source scale.
copy(LineGapPlot) - Method in class com.quinncurtis.chart2djava.LineGapPlot
Copies the source LineGapPlot object.
copy(LogAutoScale) - Method in class com.quinncurtis.chart2djava.LogAutoScale
Copies the source LogAutoScale object.
copy(LogAxis) - Method in class com.quinncurtis.chart2djava.LogAxis
Copies the source axis.
copy(LogScale) - Method in class com.quinncurtis.chart2djava.LogScale
Copies the source scale.
copy(Marker) - Method in class com.quinncurtis.chart2djava.Marker
Copies the source marker.
copy(MoveData) - Method in class com.quinncurtis.chart2djava.MoveData
Copies the source MoveData.
copy(MoveObj) - Method in class com.quinncurtis.chart2djava.MoveObj
Copies the source MoveObj.
copy(MultiLinePlot) - Method in class com.quinncurtis.chart2djava.MultiLinePlot
Copies the source MultiLinePlot object.
copy(NearestPointData) - Method in class com.quinncurtis.chart2djava.NearestPointData
Copies the source NearestPointData object.
copy(NumericAxisLabels) - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
Copies the source NumericAxisLabels object.
copy(NumericLabel) - Method in class com.quinncurtis.chart2djava.NumericLabel
Copies the source NumericLabel object.
copy(OHLCPlot) - Method in class com.quinncurtis.chart2djava.OHLCPlot
Copies the source OHLCPlot object.
copy(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Copies the source coordinate system.
copy(Object) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This abstract method copies the source scale.
copy(PieChart) - Method in class com.quinncurtis.chart2djava.PieChart
Copies the source pie chart.
copy(PolarAxes) - Method in class com.quinncurtis.chart2djava.PolarAxes
Copies the source polar axis.
copy(PolarAxesLabels) - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Copies the source polar axis labels.
copy(PolarCoordinates) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
Copies the source PolarCoordinates object.
copy(PolarGrid) - Method in class com.quinncurtis.chart2djava.PolarGrid
Copies the source polar grid.
copy(PolarLinePlot) - Method in class com.quinncurtis.chart2djava.PolarLinePlot
Copies the source PolarLinePlot object.
copy(PolarPlot) - Method in class com.quinncurtis.chart2djava.PolarPlot
Copies the source polar plot object.
copy(PolarScatterPlot) - Method in class com.quinncurtis.chart2djava.PolarScatterPlot
Copies the source PolarScatterPlotobject1.
copy(Polysurface) - Method in class com.quinncurtis.chart2djava.Polysurface
 
copy(SimpleBarPlot) - Method in class com.quinncurtis.chart2djava.SimpleBarPlot
Copies the SimpleBarPlot object.
copy(SimpleDataset) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Copies the source dataset.
copy(SimpleLineMarkerPlot) - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Copies the source SimpleLineMarkerPlot object.
copy(SimpleLinePlot) - Method in class com.quinncurtis.chart2djava.SimpleLinePlot
Copies the SimpleLinePlot object.
copy(SimplePlot) - Method in class com.quinncurtis.chart2djava.SimplePlot
Copies the source plot object.
copy(SimpleScatterPlot) - Method in class com.quinncurtis.chart2djava.SimpleScatterPlot
Copies the source SimpleScatterPlot object.
copy(StackedBarPlot) - Method in class com.quinncurtis.chart2djava.StackedBarPlot
Copies the source StackedBarPlot object.
copy(StackedLinePlot) - Method in class com.quinncurtis.chart2djava.StackedLinePlot
Copies the source StackedLinePlot object.
copy(StandardLegend) - Method in class com.quinncurtis.chart2djava.StandardLegend
Copies the source legend object.
copy(StringArray) - Method in class com.quinncurtis.chart2djava.StringArray
Copies the source array to the current instance.
copy(StringAxisLabels) - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Copies the source StringAxisLabels object.
copy(StringLabel) - Method in class com.quinncurtis.chart2djava.StringLabel
Copies the source StringLabel object.
copy(TickMark) - Method in class com.quinncurtis.chart2djava.TickMark
Copies the source tick mark object.
copy(TimeArray) - Method in class com.quinncurtis.chart2djava.TimeArray
Copies the source array to the current instance.
copy(TimeAutoScale) - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Copies the source TimeAutoScale object.
copy(TimeAxis) - Method in class com.quinncurtis.chart2djava.TimeAxis
Copies the source axis.
copy(TimeAxisLabels) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Copies the source TimeAxisLabels labels object.
copy(TimeCoordinates) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Copies the source scale.
copy(Object) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Copies the source scale.
copy(TimeGroupDataset) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
Copies the source dataset.
copy(TimeLabel) - Method in class com.quinncurtis.chart2djava.TimeLabel
Copies the source TimeLabel object.
copy(TimeScale) - Method in class com.quinncurtis.chart2djava.TimeScale
Copies the source scale.
copy(TimeSimpleDataset) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
Copies the source dataset.
copy(UserCoordinates) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Copies the source UserCoordinates object.
copy(WorkingCoordinates) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
Copies the source scale.
copy(WorldCoordinates) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
Copies the source WorldCoordinates object.
copy(AlarmStatusToolTip) - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Copies the source AlarmStatusToolTip.
copy(FrequencyHistogramChart) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Copies the source FrequencyHistogramChart object.
copy(NotesLabel) - Method in class com.quinncurtis.spcchartjava.NotesLabel
Copies the source NotesLabel object.
copy(NotesToolTip) - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Copies the source NotesToolTip.
copy(ParetoChart) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Copies the source ParetoChart object.
copy(ProbabilityAutoScale) - Method in class com.quinncurtis.spcchartjava.ProbabilityAutoScale
Copies the source ProbabilityAutoScale object.
copy(ProbabilityAxis) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
Copies the source ProbabilityAxis object.
copy(ProbabilityChart) - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Copies the source ProbabilityChart object.
copy(ProbabilityCoordinates) - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
Copies the source scale.
copy(Object) - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
Copies the source scale.
copy(ProbabilityScale) - Method in class com.quinncurtis.spcchartjava.ProbabilityScale
Copies the source scale.
copy(ProbabilitySigmaAxis) - Method in class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
Copies the source axis.
copy(SimpleMultiPlot) - Method in class com.quinncurtis.spcchartjava.SimpleMultiPlot
Copies the source SimpleMultiPlot object.
Copy(SPCCalculatedValueRecord) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Copies the source object.
copy(SPCChartBase) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Copies the source object.
copy(SPCChartObjects) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Copies the source object.
copy(SPCControlChartData) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Copies the source object.
copy(SPCControlLimitAlarmArgs) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
Copies the source SPCControlLimitAlarmArgs object.
copy(SPCControlLimitRecord) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Copies the source SPCControlLimitRecord object.
copy(SPCControlPlotObjectData) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Copies the source object.
copy(SPCDataToolTip) - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Copies the source object.
copy(SPCGeneralizedTableDisplay) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Copies the source object.
copy(SPCProcessCapabilityRecord) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Copies the source object.
copy(SPCSampledValueRecord) - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Copies the source object.
copyArray(BoolArray, int, BoolArray, int, int) - Static method in class com.quinncurtis.chart2djava.BoolArray
Static routine copies all or part of one array to another.
copyArray(DoubleArray, int, DoubleArray, int, int) - Static method in class com.quinncurtis.chart2djava.DoubleArray
Static routine copies all or part of one array to another.
copyArray(DoubleArray2D, int, int, DoubleArray, int, int) - Static method in class com.quinncurtis.chart2djava.DoubleArray2D
Static routine copies a row of a DoubleArray2D to a DoubleArray.
copyArray(DoubleArray, int, DoubleArray2D, int, int, int) - Static method in class com.quinncurtis.chart2djava.DoubleArray2D
Static routine copies a row of a DoubleArray2D to a DoubleArray.
copyArray(DoubleArray2D, int, int, DoubleArray2D, int, int, int) - Static method in class com.quinncurtis.chart2djava.DoubleArray2D
Static routine copies a row of a DoubleArray2D to a row of another DoubleArray2D.
copyArray(IntArray, int, IntArray, int, int) - Static method in class com.quinncurtis.chart2djava.IntArray
Static routine copies all or part of one array to another.
copyArray(StringArray, int, StringArray, int, int) - Static method in class com.quinncurtis.chart2djava.StringArray
Static routine copies all or part of one array to another.
CORAL - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
CORNFLOWERBLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
CORNSILK - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
createLineFillArrays(double[], double[], double[], double[], boolean[], int, int) - Method in class com.quinncurtis.chart2djava.ChartPlot
This method creates a closed polygon that can be filled.
createPolysurfaceEvenGrid(int, int, double, double, double, double, double[], int) - Method in class com.quinncurtis.chart2djava.Polysurface
 
createPolysurfaceFunction(int, int, double, double, double, double, SurfaceFunction) - Method in class com.quinncurtis.chart2djava.Polysurface
 
createRGAdjacentPolygonList() - Method in class com.quinncurtis.chart2djava.Polysurface
 
CRIMSON - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
CROSS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Cross scatter plot symbol
CROSSOVER_DAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Check for day crossover labels for time axis
CROSSOVER_MONTH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Check for month crossover labels for time axis
CROSSOVER_NONE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
No crossover labels for time axis
CROSSOVER_WEEK - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Check for week crossover labels for time axis
CROSSOVER_YEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Check for year crossover labels for time axis
CSV - Class in com.quinncurtis.chart2djava
The DChartCSV class provides utility routines and constants used to read/write CSV (comma separated value) files.
CSV() - Constructor for class com.quinncurtis.chart2djava.CSV
The default DChartCSV constructor.
CSV(int) - Constructor for class com.quinncurtis.chart2djava.CSV
This CSV constructor specifies the orientation of the data values in the source or target data file.
CURRENCYBUSINESSFORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Similar to the business format, except that a $ is appended to the front.
CURRENCYFORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Similar to the decimal format except a $ is appended to the front.
CUSTOM_ATTRIBUTE_CONTROL_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Custom SPC Attribute Control Chart (unused)
CUSTOM_POSITION - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at custom position.
CUSTOM_VARIABLE_CONTROL_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Custom SPC Variable Control Chart (not used)
CUSTOMAXIS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Custom axis chart object type (CustomAxis)
CUSTOMSYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Custom scatter plot symbol
cuSumCalculateLCL(int, double, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for an EWMA chart.
cuSumCalculateUCL(int, double, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for an EWMA chart.

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