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

I

ICHARTOBJECTPLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A simple object plot type (SimpleObjPlot)
IMAGE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart image (Image)
ImageFileChooser - Class in com.quinncurtis.chart2djava
Generic dialog for an image file chooser.
ImageFileChooser(Component) - Constructor for class com.quinncurtis.chart2djava.ImageFileChooser
 
ImageFileChooser.ImageFilter - Class in com.quinncurtis.chart2djava
 
ImageFileChooser.ImageFilter() - Constructor for class com.quinncurtis.chart2djava.ImageFileChooser.ImageFilter
 
ImageFileChooser.Utils - Class in com.quinncurtis.chart2djava
 
ImageFileChooser.Utils() - Constructor for class com.quinncurtis.chart2djava.ImageFileChooser.Utils
 
incrementRow(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Add another row to the table, using the specified row spacing increment.
incrementRow(int) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Add another row to the table, using the specified row spacing increment.
INDIANRED - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
INDIGO - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
INDIVIDUAL_RANGE_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Individual Range (Individual X) SPC Variable Control Chart
individualRangeCalculateRangeLCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Range part of an Individual Range chart.
individualRangeCalculateRangeLCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Range part of an Individual Range chart.
individualRangeCalculateRangeUCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Range part of an Individual Range chart.
individualRangeCalculateRangeUCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Range part of an Individual Range chart.
individualRangeCalculateXBarLCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Mean part of an Individual Range chart.
individualRangeCalculateXBarLCL(int, double, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Mean part of an Individual Range chart.
individualRangeCalculateXBarUCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Mean part of an Individual Range chart.
individualRangeCalculateXBarUCL(int, double, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Mean part of an Individual Range chart.
INHERIT_CLIPPING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Graph object leaves the current state of clipping unchanged
initArrowPlot(GroupDataset, Arrow, ChartAttribute) - Method in class com.quinncurtis.chart2djava.ArrowPlot
This constructor initializes the dataset, base arrow object and attributes of this ArrowPlot object.
initAxis(PhysicalCoordinates, int, double, double) - Method in class com.quinncurtis.chart2djava.Axis
This method initializes the type, minimum and maximum values of the axis.
initAxis(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart2djava.Axis
This method initializes the type, minimum and maximum values of the axis.
initAxisLabels(Axis) - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
This method initializes the axis labels with the axis they are associated with.
initAxisLabels(Axis) - Method in class com.quinncurtis.chart2djava.StringAxisLabels
This method initializes the base axis field, baseAxis, and initializes other default values.
initBackground(PhysicalCoordinates, int, Color) - Method in class com.quinncurtis.chart2djava.Background
 
initBarDatapointValue(NumericLabel, ChartPlot, ChartPoint2D, ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.BarDatapointValue
This method initializes the BarDatapointValue object.
initBarPlot(SimpleDataset, double, double, ChartAttribute, int) - Method in class com.quinncurtis.chart2djava.SimpleBarPlot
Sets the properties of a bar plot.
initBubblePlot(GroupDataset, int, ChartAttribute) - Method in class com.quinncurtis.chart2djava.BubblePlot
Sets the properties of an BubblePlot object.
initCandlestickPlot(GroupDataset, double, ChartAttribute, ChartAttribute) - Method in class com.quinncurtis.chart2djava.CandlestickPlot
Sets the properties of a candlestick plot.
initCellPlot(GroupDataset, ChartAttribute) - Method in class com.quinncurtis.chart2djava.CellPlot
This method initializes a new CellPlot object that will reside in the specified coordinate system.
initChartImage(PhysicalCoordinates, Image, double, double, int, double) - Method in class com.quinncurtis.chart2djava.ChartImage
A ChartImage initialization method that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
initChartShapeObj(PhysicalCoordinates, Shape, int, double, double, int, double) - Method in class com.quinncurtis.chart2djava.ChartShape
Initializes the attributes of an ChartShape object.
initChartSymbol(int, ChartAttribute) - Method in class com.quinncurtis.chart2djava.ChartSymbol
This method initializes the properties of a chart symbol.
initChartText(PhysicalCoordinates, Font, String, double, double, int, int, int, double) - Method in class com.quinncurtis.chart2djava.ChartText
This method initializes an ChartText using the specified scale, font, string, position, justification and rotation.
initContourPlot(ContourDataset, double[], ChartAttribute[], int, int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets the properties of a contour plot.
initContourPlot(ContourDataset, double[], ChartAttribute[], boolean[], boolean[], int, int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets the properties of a contour plot.
initDataCursor(ChartView, PhysicalCoordinates, int, double) - Method in class com.quinncurtis.chart2djava.DataCursor
Initializes the attributes of an DataCursor object.
initDataset(String, double[], double[][]) - Method in class com.quinncurtis.chart2djava.GroupDataset
An initialization method that initializes the name, and the x- and y-values of a group dataset that uses floating point values.
initDataset(String, double[], double[]) - Method in class com.quinncurtis.chart2djava.SimpleDataset
an SimpleDataset initialization method that initializes the name, x- and y-data values of a simple dataset.
initDataset(String, double[], double[][]) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method initializes the name, x- and y-data values of a time dataset where the x-values are double representing msecs and the y-values are floating point numbers.
initDataset(String, GregorianCalendar[], double[]) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
A TimeSimpleDataset initialization method that initializes the name, x- and y- values of a simple dataset.
initDefaults() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Initialize default values for the class.
initDelaunay() - Method in class com.quinncurtis.chart2djava.Polysurface
 
initErrorBarPlot(GroupDataset, double, ChartAttribute) - Method in class com.quinncurtis.chart2djava.ErrorBarPlot
Sets the properties of an error bar plot.
initFloatingBarPlot(GroupDataset, double, ChartAttribute, int) - Method in class com.quinncurtis.chart2djava.FloatingBarPlot
Sets the properties of a floating bar plot.
initFrequencyHistogram(double[], double[]) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Initializes the histogram frequency bin limits, and the data values to be analyzed for the histogram.
initFrequencyHistogramDataset() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Builds the histogram dataset, histogramDataset, using the values in frequencyValues and frequencyLimits.
initGrid(Axis, Axis, int, int) - Method in class com.quinncurtis.chart2djava.Grid
This method initializes a new Grid object based on the specified x- and y-axes.
initGroupBarPlot(GroupDataset, double, double, ChartAttribute[], int) - Method in class com.quinncurtis.chart2djava.GroupBarPlot
Sets the properties of a group bar plot.
initHistogramPlot(GroupDataset, double, ChartAttribute) - Method in class com.quinncurtis.chart2djava.HistogramPlot
Sets the properties of an floating bar plot.
initialCondition - Variable in class com.quinncurtis.chart2djava.ChartDataset
Specifies that the buffer has not been incremented yet.
initializeArray(int) - Method in class com.quinncurtis.chart2djava.IntArray
Initialize all elements of the array with a value.
initializeData(double[], double[][]) - Method in class com.quinncurtis.chart2djava.GroupDataset
An initialization method that initializes the x- and y-values of a group dataset that uses floating point values.
initializeData(double[], double[]) - Method in class com.quinncurtis.chart2djava.SimpleDataset
A SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initializeData(GregorianCalendar[], double[][]) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method initializes the x- and y-data values of a time dataset where the x-values are GregorianCalendar values and the y-values are floating point numbers.
initializeData(GregorianCalendar[], double[]) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
an SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initLegendPosition(double, double, double, double) - Method in class com.quinncurtis.chart2djava.Legend
an Legend constructor that initializes the position, size, color attributes, and layout1 mode of the legend.
initLineGapPlot(GroupDataset, ChartAttribute) - Method in class com.quinncurtis.chart2djava.LineGapPlot
Sets the properties of an LineGapPlot object that will reside in the specified coordinate system.
initMultiLinePlot(GroupDataset, ChartAttribute[]) - Method in class com.quinncurtis.chart2djava.MultiLinePlot
Sets the properties of a multi-line plot.
initParetoChart(double[], String[]) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Initializes the category values, and the category strings for the Pareto chart.
initParetoChartsDatasets() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Builds the histogram dataset, histogramDataset, using the values in frequencyValues and frequencyLimits.
initPolarAxesDefaults() - Method in class com.quinncurtis.chart2djava.PolarAxes
Initializes default values for the polar axis.
initPolarLinePlot(SimpleDataset, ChartAttribute) - Method in class com.quinncurtis.chart2djava.PolarLinePlot
Sets the properties of a polar line plot.
initPolarScatterPlot(SimpleDataset, int, ChartAttribute) - Method in class com.quinncurtis.chart2djava.PolarScatterPlot
Sets the properties of a polar scatter plot.
initProbabilityAxis(ProbabilityCoordinates, int, boolean) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
This method initializes a new ProbabilityAxis object of the specified type and scales it to match the minimum and maximum values of the specified PhysicalCoordinates object.
initProbabilityChart(double[], double[]) - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Initializes the x- and y-values of the datapoints plotted in the probability plot.
initProbabilityDatasets() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Builds the histogram dataset, histogramDataset, using the values in frequencyValues and frequencyLimits.
initSegmentAttributes(ChartAttribute[], int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects.
initSegmentAttributes(ChartAttribute[], GroupDataset) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects.
initSegmentAttributes(ChartAttribute, GroupDataset) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute object.
initSegmentAttributes(ChartAttribute) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object.
initSegmentAttributes() - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets all attribute objects in the segmentAttributesVector vector to a copy of the current object attributes.
initSegmentAttributes(ChartAttribute, int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object.
initSPCBatchAttributeControlChart(int) - Method in class com.quinncurtis.spcchartjava.SPCBatchAttributeControlChart
Initialize the class for a specific SPC chart type.
initSPCBatchAttributeControlChart(int, int, int, int) - Method in class com.quinncurtis.spcchartjava.SPCBatchAttributeControlChart
Initialize the class for a specific SPC chart type.
initSPCBatchCusumControlChart(int, int, int, double, double, double) - Method in class com.quinncurtis.spcchartjava.SPCBatchVariableControlChart
This initialization method initializes the most important values in the creattion of an SPC chart.
initSPCBatchVariableControlChart(int) - Method in class com.quinncurtis.spcchartjava.SPCBatchVariableControlChart
Initialize the class for a specific SPC chart type.
initSPCBatchVariableControlChart(int, int, int) - Method in class com.quinncurtis.spcchartjava.SPCBatchVariableControlChart
This initialization method initializes the most important values in the creattion of an SPC chart.
initSPCChartBase(int, int, int, int, double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
This initialization method initializes the most important values in the creattion of an SPC chart.
initSPCChartObjects() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Initialize the class
initSPCControlPlotObjectData(int, double) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Initialize a plot object with a specific limit type.
initSPCControlPlotObjectData(SPCChartObjects, SPCControlLimitRecord, int, double) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Initialize a plot object with a specific limit type.
initSPCTimeAttributeControlChart(int) - Method in class com.quinncurtis.spcchartjava.SPCTimeAttributeControlChart
Initialize the class for a specific SPC chart type.
initSPCTimeAttributeControlChart(int, int, int, int, int) - Method in class com.quinncurtis.spcchartjava.SPCTimeAttributeControlChart
Initialize the class for a specific SPC chart type.
initSPCTimeCusumControlChart(int, int, int, double, double, double, double) - Method in class com.quinncurtis.spcchartjava.SPCTimeVariableControlChart
This initialization method initializes the most important values in the creattion of an SPC chart.
initSPCTimeVariableControlChart(int) - Method in class com.quinncurtis.spcchartjava.SPCTimeVariableControlChart
Initialize the class for a specific SPC chart type.
initSPCTimeVariableControlChart(int, int, int, int) - Method in class com.quinncurtis.spcchartjava.SPCTimeVariableControlChart
This initialization method initializes the most important values in the creattion of an SPC chart.
initStackedBarPlot(GroupDataset, double, double, ChartAttribute[], int) - Method in class com.quinncurtis.chart2djava.StackedBarPlot
Sets the properties of a stacked bar plot.
initStackedLinePlot(GroupDataset, ChartAttribute[]) - Method in class com.quinncurtis.chart2djava.StackedLinePlot
Sets the properties of a stacked line plot.
initTimeAxis(TimeCoordinates, int) - Method in class com.quinncurtis.chart2djava.TimeAxis
This method initializes a new TimeAxis object and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
insert(int, boolean) - Method in class com.quinncurtis.chart2djava.BoolArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insert(int, double) - Method in class com.quinncurtis.chart2djava.DoubleArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insert(int, int) - Method in class com.quinncurtis.chart2djava.IntArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insert(int, String) - Method in class com.quinncurtis.chart2djava.StringArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insertColumn(int, double[]) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Inserts a column in the array at the specified column index, increasing the NumColumns property of the array by one.
insertColumn(int, DoubleArray) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Inserts a column in the array at the specified column index, increasing the NumColumns property of the array by one.
insertDataPoint(ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertDataPoint(double, double, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertGroupDataPoints(double, double[], int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertGroupDataPoints(GroupPoint2D, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertRow(int, double[]) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Inserts a new row of data at the specified index, increasing the number of rows by one.
insertRow(int, DoubleArray) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Inserts a new row of data at the specified index, increasing the number of rows by one.
insertTimeDataPoint(GregorianCalendar, double, int) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertTimeGroupDataPoints(GregorianCalendar, double[], int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
INSET_3D_LOOK - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT 3D frame light direction constant: Inset 3D look.
INSIDE_BAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value inside bar
INSIDE_BARBASE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value inside base value of the bar
INSIDE_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position text inside indicator
INSIDE_PLOTAREA_MAX - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value inside plot area maximum
INSIDE_PLOTAREA_MIN - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position data value inside the plot area minimum
INSIDE_RADIUS_BOTTOM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text inside the bottom of the meters defining radius.
INSIDE_RADIUS_TOP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text inside the top of the meters defining radius.
IntArray - Class in com.quinncurtis.chart2djava
The IntArray is an improved version of the standard Array type because it allows automatic and dynamic resizing of the array.
IntArray() - Constructor for class com.quinncurtis.chart2djava.IntArray
Default constructor.
IntArray(int) - Constructor for class com.quinncurtis.chart2djava.IntArray
Constructor creates an array of Length n, initialized to zero.
IntArray(int[], int) - Constructor for class com.quinncurtis.chart2djava.IntArray
Constructor initializes the array using the specified data values.
IntArray(int[]) - Constructor for class com.quinncurtis.chart2djava.IntArray
Constructor initializes the array using the specified data values.
intersectsWith(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
 
inverseNormP(double) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method calculates the normal cdf inverse function.
invertScaleX() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method swaps the minimum x-value of the coordinate system with the maximum x-value; the y-values of the coordinate system remain unchanged.
invertScaleY() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method swaps the minimum y-value of the coordinate system with the maximum y-value; the x-values of the coordinate system remain unchanged.
isContinuousTime() - Method in class com.quinncurtis.chart2djava.TimeScale
Returns true if the time scale has continuous time.
isControlLimit(SPCControlLimitRecord) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns true if the control limit record at the index is initiated.
isDataPointGood(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This abstract method is the prototype to determine if a data point is OK.
isDataPointGood(int) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method checks if the point at the specified index for a simple dataset is valid.
isDataPointGood(int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method checks if the point at the specified index and group number for a group dataset is valid.
isDataPointGood(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method checks if the point at the specified index for a simple dataset is valid.
isDataPointGood(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method checks if the point at the specified index for a simple dataset is valid.
isDateTick() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns True if the tick mark is associated with a time/date axis.
isKindOf(Object, String) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method checks to see if an object is of a specific com.quinncurtis.chart2dnet class type.
isKindOf(Object, String, boolean) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method checks to see if an object is of a specific com.quinncurtis.chart2dnet class type.
isMoveableGroupPlotObj(GraphObj) - Method in class com.quinncurtis.chart2djava.MoveData
This method checks and returns true if a group plot object has moveable group data.
isMoveableObject(GraphObj) - Method in class com.quinncurtis.chart2djava.MoveObj
This method checks and returns true if a graph object is moveable.
isMoveablePolarPlotObj(GraphObj) - Method in class com.quinncurtis.chart2djava.MoveData
This method checks and returns true if a polar plot object has moveable data.
isMoveableSimplePlotObj(GraphObj) - Method in class com.quinncurtis.chart2djava.MoveData
This method checks and returns true if an simple plot object has moveable data.
isSampledValueValid(int, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns true if the row and col index are valid, in the case of variable sample sizes..
isStackedPlotType(ChartPlot) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns true if a plot object is one of the stacked (STACKEDBAR or STACKEDLINE) chart types.
isTimeScale(PhysicalCoordinates) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Returns true if the coordinate system has a time based x-axis.
isType(Object, String) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method checks to see if an object is of a specific com.quinncurtis.chart2dnet class type.
isValueValid(int) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Checks to the validValueFlags to see if a value in the calculated historical data array, calculatedValues, is valid.
isValueValid(int) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Checks to the validValueFlags to see if a value in the calculated historical data array, currentValues, is valid.
isVariableSampleSizeControlChart() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Returns true if the control chart is one of the Variable Sample Size control charts: MEAN_SIGMA_CHART_VSS, FRACTION_DEFECTIVE_PARTS_CHART_VSS, PERCENT_DEFECTIVE_PARTS_CHART_VSS, NUMBER_DEFECTS_PERUNIT_CHART_VSS, EWMA_CHART.
IVORY - Static variable in class com.quinncurtis.chart2djava.ChartColors
 

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