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

S

SADDLEBROWN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SALMON - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SAMPLED_VALUE_SOURCE - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Specifies that the source of the data in the chart is sampled (or measurement) data.
SANDYBROWN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SATURDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Saturday.
save(CSV, String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
This methods will create a text file and output the SPC chart data to that file in a CSV (Comma Separated Value) format.
save(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
This methods will create a text file and output the SPC chart data to that file in a CSV (Comma Separated Value) format.
saveImageAsJPEG(FileOutputStream) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Renders the ChartView object to the image buffer and then saves the image buffer to a JPEG file.
saveImageAsJPEG(String) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Renders the ChartView object to the image buffer and then saves the image buffer to a JPEG file.
SCALE_FACTOR_SIZE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Scale image using x and y scale factors
scaleInverted(int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
It is possible for the x-scale, or the y-scale, or both, to be inverted.
SCATTERPLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Scatter plot type (ScatterPlot)
scatterPlot(SimpleDataset, int, ChartAttribute) - Method in class com.quinncurtis.chart2djava.SimpleScatterPlot
Sets the properties of a scatter plot.
SCIENTIFICFORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Scientific (1.2345678e4) numeric format
SCREEN_RENDERING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Graphics context is a screen rendering context.
SCROLLBAR_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A horizontal scroll bar type.
SEAGREEN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SEASHELL - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Field number indicating the second within the minute.
SECONDARY_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Specifies the secondary chart.
SECONDSPERDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Default value for seconds per day
segmentAttributesSet(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the graphics attributes for the current graphics context to the attributes associated with a specific ChartAttribute object in the segmentAttributesVector vector.
segmentedPolyline(Graphics2D, int[], int[], int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-arrays to device coordinates, and draws the resulting line as a polyline.
segmentSymbolAttributesSet(int, ChartSymbol) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the graphics attributes for a symbol to the attributes associated with a specific ChartAttribute object in the segmentAttributesVector vector.
SEPTEMBER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the MONTH field indicating the ninth month of the year.
setAlarmChannel(int) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
Set the alarm channel associated with the alarm.
setAlarmDisplay(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the alarm display flag.
setAlarmEnable(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the alarm enable flag.
setAlarmMessage(String) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the current alarm message.
setAlarmReportMode(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Specifies whether only first alarm reported, or all alarms.
setAlarmRule(int) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies the rule used to determine if value in alarm or not.
setAlarmStateEventEnable(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set to True to signify that any alarm should invoke the AlarmStateEventHandler.
setAlarmStatusValueRowHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The data table time value row header.
setAlarmString(StringArray) - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Set the underlying strings, allowing strings to be updated from rich text box..
setAlarmTimeFormatString(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the TimeFormater string used to format time values for alarm reporting.
setAlarmTransitionEventEnable(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set to True to signify that any change in an alarm state should invoke the AlarmTransitionEventHandler.
setAnnotationFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set annotation font.
setArrow(double, double, double, double) - Method in class com.quinncurtis.chart2djava.Arrow
This methods sets the dimensions of an Arrow object.
setArrowHeadHalfWidth(double) - Method in class com.quinncurtis.chart2djava.Arrow
Sets the arrow head half width.
setArrowHeadLength(double) - Method in class com.quinncurtis.chart2djava.Arrow
Sets the arrow head length.
setArrowScaleFactor(double) - Method in class com.quinncurtis.chart2djava.Arrow
Sets the arrow scale factor.
setArrowShaftHalfWidth(double) - Method in class com.quinncurtis.chart2djava.Arrow
Sets the arrow shaft half width.
setArrowShaftLength(double) - Method in class com.quinncurtis.chart2djava.Arrow
Sets the arrow shaft length.
setAutoCompressDatasetModeX(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
The compression type for the x-values.
setAutoCompressDatasetModeY(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
The compression type for the y-values.
setAutoCompressDivisor(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
datapoint (two for the DATACOMPRESS_MINMAX compression type) in the compressed dataset.
setAutoCompressTriggerValue(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
Compression will occur if the number of datapoints exceeds this value.
setAutoDataCompressEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartDataset
Specifies that the data compression is automatically performed for data display.
setAutoGradient(boolean) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Set/Get the auto gradient mode for filled objects.
setAutoLogAlarmsAsNotes(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set true to automatically log alarm conditions to the samples intervals notes object.
setAutoLogAlarmsAsNotes(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set true to automatically log alarm conditions to the samples intervals notes object.
setAutoNormalCurve(boolean) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Set to true and the normal curve is automatically drawn
setAutoScaleNumberGroups(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the value of the number of groups used in auto axis calculations.
setAutoSizeLegendRectangle(boolean) - Method in class com.quinncurtis.chart2djava.Legend
Sets the a flag that specifies whether the legend rectangle is auto-sized.
setAxisAttrib(Color, int, int) - Method in class com.quinncurtis.chart2djava.Axis
Sets color, line thickness and line style properties of the axis.
setAxisIntercept(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets intercept of this axis with the orthogonal axis in physical coordinates.
setAxisLabelFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the font used to label the x- and y- axes.
setAxisLabels(AxisLabels) - Method in class com.quinncurtis.chart2djava.Axis
Sets the axis labels object associated with this axis.
setAxisLabels(Font, double, int, int, Color) - Method in class com.quinncurtis.chart2djava.AxisLabels
Initializes the attributes of an AxisLabels object.
setAxisLabels(double, int, int, Color) - Method in class com.quinncurtis.chart2djava.AxisLabels
Initializes the attributes of an AxisLabels object.
setAxisLabels(Font, Color) - Method in class com.quinncurtis.chart2djava.AxisLabels
Initializes the attributes of an AxisLabels object.
setAxisLabels(Font, double, int, int, int, Color) - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
Initializes the attributes of an NumericAxisLabels object.
setAxisLabels(Font, int, Color) - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Initializes the attributes of an NumericAxisLabels object.
setAxisLabels(Font, double, int, int, Color, String[], int) - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Initializes the attributes of an StringAxisLabels object.
setAxisLabelsDecimalPos(int) - Method in class com.quinncurtis.chart2djava.AxisLabels
Sets the number of digits to the right of the decimal point for numeric axis labels.
setAxisLabelsDecimalPos(int) - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
Sets the number of digits to the right of the decimal point for numeric axis labels.
setAxisLabelsDecimalPos(int) - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Sets the number of digits to the right of the decimal point for numeric axis labels.
setAxisLabelsDecimalPos(int) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Sets the number of digits to the right of the decimal point for numeric axis labels.
setAxisLabelsDir(int) - Method in class com.quinncurtis.chart2djava.AxisLabels
Sets the justification of the axis labels with respect to the axis tick marks.
setAxisLabelsEnds(int) - Method in class com.quinncurtis.chart2djava.AxisLabels
Sets whether there should be labels for the axis minimum (LABEL_MIN), maximum (LABEL_MAX) or tick mark starting point (LABEL_ORIGIN).
setAxisLabelsFormat(int) - Method in class com.quinncurtis.chart2djava.AxisLabels
Sets the numeric format for the axis labels.
setAxisLabelsStrings(String[], int) - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Sets the string array used to hold user defined axis label strings.
setAxisLabelsTickOffsetX(double) - Method in class com.quinncurtis.chart2djava.AxisLabels
Sets the x-offset, in window device coordinates, of the label offset from the endpoint of the associated tick mark.
setAxisLabelsTickOffsetY(double) - Method in class com.quinncurtis.chart2djava.AxisLabels
Sets the y-offset, in window device coordinates, of the label offset from the endpoint of the associated tick mark.
setAxisLimits(double, double) - Method in class com.quinncurtis.chart2djava.Axis
Sets the axis minimum and maximum values of an axis in physical coordinates.
setAxisMajorNthTick(int) - Method in class com.quinncurtis.chart2djava.Axis
Sets the value of the axisMajorNthTick field.
setAxisMajorTickLength(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets length and direction properties of a major tick mark.
setAxisMax(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets the axis maximum value.
setAxisMin(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets the axis minimum value.
setAxisMinorNthTick(int) - Method in class com.quinncurtis.chart2djava.Axis
Sets the value of the axisMinorNthTick field.
setAxisMinorTickLength(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets length of a minor tick mark.
setAxisMinorTicksPerMajor(int) - Method in class com.quinncurtis.chart2djava.Axis
Sets the number of minor tick marks per major tick mark.
setAxisNormIntercept(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets the value of the normalized axis intercept.
setAxisTickDir(int) - Method in class com.quinncurtis.chart2djava.Axis
Sets the direction of a tick mark.
setAxisTickMarkTimeBase(int) - Method in class com.quinncurtis.chart2djava.TimeAxis
Sets the time axis tick mark time super.
setAxisTickOrigin(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets the starting point for positioning tick marks, in physical coordinates.
setAxisTicks(double, double, int) - Method in class com.quinncurtis.chart2djava.LinearAxis
This method is used to initialize the minor and major tick mark spacing, and the tick mark origin.
setAxisTicks(double, double, int, double, double, int) - Method in class com.quinncurtis.chart2djava.LinearAxis
This method is used to initialize the minor and major tick mark spacing, the tick mark origin, the tick marks lengths and the tick mark direction.
setAxisTicks(double, int) - Method in class com.quinncurtis.chart2djava.LogAxis
This method is used to initialize the minor and major tick mark spacing, and the tick mark origin.
setAxisTicks(double, int, double, double, int) - Method in class com.quinncurtis.chart2djava.LogAxis
This method is used to initialize the minor and major tick mark spacing, and the tick mark origin.
setAxisTicks(double, int) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
This method is used to initialize the minor and major tick mark spacing, and the tick mark origin.
setAxisTicks(double, int, double, double, int) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
This method is used to initialize the minor and major tick mark spacing, and the tick mark origin.
setAxisTicksAttributes(double, double, int) - Method in class com.quinncurtis.chart2djava.Axis
Sets the length and direction properties of a tick mark.
setAxisTickSpace(double) - Method in class com.quinncurtis.chart2djava.LinearAxis
Sets the minor tick mark spacing.
setAxisTickSpace(double) - Method in class com.quinncurtis.chart2djava.TimeAxis
Sets the minor tick mark spacing, used only in millisecond mode.
setAxisTitle(Axis, Font, String) - Method in class com.quinncurtis.chart2djava.AxisTitle
Initializes the values of an AxisTitle object.
setAxisTitleFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the font used for the axes titles.
setAxisType(int) - Method in class com.quinncurtis.chart2djava.Axis
Sets the axis type for this axis.
setBackgroundBarXOffset(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the background bar left offset, in normalized coordinates.
setBackgroundColor1(Color) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the first of two colors used in the alternating background colors used to delineate the table rows.
setBackgroundColor2(Color) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the second of two colors used in the alternating background colors used to delineate the table rows.
setBackgroundDrawEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartView
Specifies the printer background print mode.
setBackgroundGradient(GradientPaint) - Method in class com.quinncurtis.chart2djava.Background
Sets the user-defined gradient used when the USERGRADIENTMODE mode is selected.
setBackgroundTexture(TexturePaint) - Method in class com.quinncurtis.chart2djava.Background
Sets the user-defined texture used when the USERTEXTUREMODE mode is selected.
setBackgroundType(int) - Method in class com.quinncurtis.chart2djava.Background
Sets the background type.
setBarDatapointLabelPosition(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Bar plots that support the display of data point values have the option of displaying the data points numeric values above the bar, below the bar, or centered in the bar.
setBarFillColor(Color) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Sets the fill color for the chart object.
setBarJust(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the justification of bars in bar graph plot objects.
setBarLineColor(Color) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Sets the line color for the chart object.
setBarLineWidth(double) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Sets the line width for the chart object.
setBarOrient(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the orientation for bar plots.
setBarOverlap(double) - Method in class com.quinncurtis.chart2djava.GroupBarPlot
Sets the overlap for adjacent bars within a group for group bar plots.
setBarWidth(double) - Method in class com.quinncurtis.chart2djava.Background
 
setBarWidth(double) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the width of bars, in physical coordinates, for bar plots.
setBarWidth(double) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default width value of the frequency histogram bars.
setBaseArrow(Arrow) - Method in class com.quinncurtis.chart2djava.ArrowPlot
Sets (makes a copy) of the base arrow object used to draw the arrow.
setBaseAxis(Axis) - Method in class com.quinncurtis.chart2djava.AxisLabels
Sets the base axis associated with this axis labels object.
setBaseAxis(Axis) - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Sets the base axis associated with this axis labels object.
setBasePolarAxis(PolarAxes) - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Sets the PolarAxes object associated with this object.
setBatchColumnHeadString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the batch number column head in the log file.
setBatchStartValue(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the starting numeric value of the x-scale for batch type charts that use a numeric x-scale.
setBatchStopValue(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the ending numeric value of the x-scale for batch type charts that use a numeric x-scale.
setBottomLabelMargin(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set an additional margin, in normalized coordinates, if only the primary graphs is displayed, allowing for the x-axis labels
setBoxFillAttributes(ChartAttribute) - Method in class com.quinncurtis.chart2djava.CandlestickPlot
Sets the fill attributes for the filling the candlestick box when the open value is greater than the close value.
setBubbleDevRadius(double) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Sets the radius of the legend bubble in device coordinates.
setBubblePhysSize(double) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Sets the size of the legend bubble in physical coordinates.
setBubbleSizeType(int) - Method in class com.quinncurtis.chart2djava.BubblePlot
Sets the bubble plot size type.
setButtonMask(int) - Method in class com.quinncurtis.chart2djava.ChartMouseListener
Sets the mouse button that is associated with moving objects.
setButtonMask(int) - Method in class com.quinncurtis.chart2djava.ChartZoom
This method specifies what mouse button is trapped as the mouse zoom button.
setButtonMask(int) - Method in class com.quinncurtis.chart2djava.DataCursor
Sets the mouse button that is associated with data cursor movements.
setButtonMask(int) - Method in class com.quinncurtis.chart2djava.MoveObj
Sets the mouse button that is associated with moving objects.
setCalculatedItemTemplate(NumericLabel) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the CalculatedItemTemplate object used as a template for displaying calculated numeric values in the table.
setCalculatedLabelFont(Font) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the font used in the display of calculated numeric values in the table.
SetCalculatedValue(DoubleArray) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Calculate the calculated value value based on the data in the source array.
setCalculatedValue(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.
setCalculatedValue(double) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the current calculation value for this record.
setCalculatedValues(double[]) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the reference to the calculatedValue array.
setCalculatedValueSrc(SPCCalculatedValueRecord) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set a reference to the SPCCalculatedValueRecord object associated with the control limit.
setCalculationType(int) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Set the calculation type for this calculation value record.
setCalculationType(int) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Setthe calculation type for this calculation value record.
setCalendarMsecs(GregorianCalendar, long) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
A milliseconds value is converted into the equivalent GregorianCalendar date.
setCalendarSecs(GregorianCalendar, long) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
A seconds value is converted into the equivalent GregorianCalendar date.
setCartesianScaleTransforms(int, int) - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
This method specifies either a linear or a logarithmic scale for both x- and y-coordinates.
setCartesianXScaleTransform(int) - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
Sets the x-coordinate system to either linear or logarithmic.
setCartesianYScaleTransform(int) - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
Sets the y-coordinate system to either linear or logarithmic.
setChartAlarmEmphasisMode(int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the chart alarm emphasis mode
setChartAutoScale(ChartDataset, int, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Initialize an AutoScale object based on the data values in a dataset.
setChartAutoScale(ChartDataset[], int, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Initialize an AutoScale object based on the data values in a a group of datasets.
setChartAutoScale(PhysicalCoordinates, int, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Initialize an AutoScale object based on the scaling values of an PhysicalCoordinates object.
setChartAutoScale(double, double, int, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Initialize an AutoScale object the specific minimum and maximum values.
setChartData(SPCControlChartData) - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Sets the SPCControlChartData object associated with the tooltip.
setChartNumber(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table chart number string.
setChartNumberHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set/Get the header for the chartNumber field.
setChartObjAttributes(Graphics2D) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the current attributes.
setChartObjAttributes(ChartAttribute) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the attributes for a chart object using an ChartAttribute object.
setChartObjAttributes(ChartAttribute) - Method in class com.quinncurtis.chart2djava.PolarAxes
This methods sets the color and line attributes of the polar axis.
setChartObjClipping(int) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the object clipping mode.
setChartObjComponent(ChartView) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the reference to the ChartView component that the chart object is placed in
setChartObjEnable(int) - Method in class com.quinncurtis.chart2djava.GraphObj
Enables the chart object.
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.BubblePlotLegend
Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the physical coordinate system associated with the gradient.
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the reference to the PhysicalCoordinates object that the chart object is placed in
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.Grid
Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.Legend
Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.LegendItem
Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
setChartObjScale(PolarCoordinates) - Method in class com.quinncurtis.chart2djava.PolarAxes
Sets the reference to the PolarCoordinates object that the chart object is placed in.
setChartObjScale(PolarCoordinates) - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Sets the reference to the PolarCoordinates object that the chart object is placed in.
setChartObjScale(PolarCoordinates) - Method in class com.quinncurtis.chart2djava.PolarGrid
Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
setChartObjScale(PhysicalCoordinates) - Method in class com.quinncurtis.chart2djava.StandardLegend
Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
setChartOrientation(int) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the orientation of the histogram bars int the chart.
setChartPosition(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the current chart type.
setChartValueIndex(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set/Get the index of the variable used as the source of the SPC data in the chart.
setChartValueSource(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the source of SPC data plotted in the chart.
setChartViewComponent(ChartView) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Stores a reference to an ChartView object used as the source for the rendered image.
setChartViewComponent() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Returns a reference to the ChartView object used as the source for the rendered image.
setClassToFind(String) - Method in class com.quinncurtis.chart2djava.FindObj
Specifies the base class that selectively restricts what objects are considered in the search for object under the mouse cursor.
setClipping(int) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Sets the clipping mode for the legend item.
setClippingArea(int) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
Sets the clipping mode.
setClippingBounds(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the clipping bounds using the specified rectangle.
setClippingBounds(int, int, int, int) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the clipping bounds using the specified rectangle.
setClipRect(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the current clipping rectangle in the current graphics context.
setClipRect(double, double, double, double) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the current clipping rectangle in the current graphics context.
setColor(Color) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the primary color of an ChartAttribute object.
setColor(Color) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the primary line color for the chart object.
setColumn(int, double[]) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Sets all of the row values in the specified column.
setColumn(int, DoubleArray) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Sets all of the row values in the specified column.
setColumnDelimiterChar(char) - Method in class com.quinncurtis.chart2djava.CSV
This methods sets the column delimiter character, which is a comma by default.
setComparisonOperator(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set to true if a low alarm limit is 0.0, and the process value is 0.0, returns an alarm.
setContext(Graphics2D) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method initializes the current graphics context used by the drawing routines in this class.
setContourLabelFlag(int, boolean) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets a specific contour label flag.
setContourLevel(int, double) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets a specific contour level.
setContourLineAlgorithm(int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets the contour line drawing algorithm.
setContourLineFlag(int, boolean) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets a specific contour line flag.
setContourPlotAttributes(double[], ChartAttribute[], boolean[], boolean[], int, int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets the properties of a contour plot.
setContourPlotAttributes(double[], ChartAttribute[], int, int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets the properties of a contour plot.
setContourType(int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets the contour plot type.
setControlLabelPosition(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set that numeric label for a control limit is placed inside, or outside the plot area INSIDE_PLOTAREA.
setControlLimitHistoryValue(int, double) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set a values for the controlLimitsValues historical buffer.
setControlLimitLabelFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set annotation font.
setControlLimitLabelNudge(ChartPoint2D) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the text label offset from the end of the plot.
setControlLimitRecord(SPCControlLimitRecord) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the SPCControlLimitRecord for this object.
setControlLimitSigmaLevel(double) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Sigma level for the plotted limit.
setControlLimitsLabelFont(Font) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Allows for late change of all of the control limits label fonts.
setControlLimitString(int, String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the SPC text for a specific SPC chart limit.
setControlLimitStrings(String[]) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the SPC control limit text for an SPC control chart.
setControlLimitText(String) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get/Set the Normal alarm message;
setControlLimitType(int) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the alarm type: SPC_NOTA_LIMIT, SPC_LOWERTHAN_LIMIT, or SPC_GREATERTHAN_LIMIT.
setControlLimitValue(int, double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the SPC value of a specific SPC chart limit.
setControlLimitValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the alarm limit value.
setControlLimitValueAndHistory(double) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set current value of the control limit and adds that value to the controlLimitValues historical array.
setControlLimitValues(double[]) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the SPC control limit values for an SPC control chart.
setControlLimitValues(double[]) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the controlLimitValues array.
setControlLineMode(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set/Get the control line mode.
setCoordinateBounds(double, double, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the x- and y-coordinate bounds of the physical coordinate system for the plot area.
setCrossoverLabelFormat(int) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Sets the crossover label format for time axis labels.
setCrossoverTimeFormat(int) - Method in class com.quinncurtis.chart2djava.TimeLabel
Sets the current crossover time format.
setCurrentAttributes(ChartAttribute) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the current drawing attributes of the current graphics context.
setCurrentColor(Color) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the current drawing color of the graphics context.
setCurrentColumnPosition(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the current column position.
setCurrentFont(Font) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the current font used in the rendering of text.
setCurrentRowPosition(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the current column position.
setCurrentValue(double) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Set the current calculation value for this record.
SetCurrentValues(double[]) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the reference to the currentValue array.
setCustomScatterPlotSymbol(ChartSymbol) - Method in class com.quinncurtis.chart2djava.PolarScatterPlot
Sets a custom symbol for use in scatter plots.
setCustomScatterPlotSymbol(ChartSymbol) - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Sets a custom symbol for use in the line marker plots
setCustomScatterPlotSymbol(ChartSymbol) - Method in class com.quinncurtis.chart2djava.SimpleScatterPlot
Sets a custom symbol for use in scatter plots.
setCustomStroke(BasicStroke) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Overrides the current, calculated stroke object, substituting a user defined stroke defining line width, end caps, line miter and dash/dot characteristics.
setCustomTimeFormatString(String) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Sets the time format string when custom labels are used for time values.
setCustomTimeFormatString(String) - Method in class com.quinncurtis.chart2djava.TimeLabel
This methods sets the custom format string for converting GregorianCalendar dates to text strings.
setCusumHValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the cuSum H value
setCusumKValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the cuSum K value
setDataCursorEnable(boolean) - Method in class com.quinncurtis.chart2djava.DataCursor
This method enables the data cursor object.
setDatalLogEnable(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set to true to enable data logging.
setDataLogCSV(CSV) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The CSV (Comma Separated Value) specifyier for the logging data SPC data to a file.
setDataLogFilename(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The string used as the file name for data logging.
setDataLogFlags(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the flags that control what items are logged to the data log file.
setDataLogUserString(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The dataLogUserString is output as the second line in a datalog file, if the DATALOG_USER_STRING flag is set in dataLogFlags.
setDataMoveEnable(boolean) - Method in class com.quinncurtis.chart2djava.MoveData
Once the MoveData object is created and installed using the addMouseMoveDataListener() method, it can be turned on/off using this method.
setDataName(String) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method sets the string name assigned to the dataset.
setDataPoint(int, double, double, double) - Method in class com.quinncurtis.chart2djava.ContourDataset
Sets the x- and y- and z-values for a data point in a contour dataset.
setDataPoint(int, ChartPoint3D) - Method in class com.quinncurtis.chart2djava.ContourDataset
Sets the x-, y- and z-values for a data point in a contour dataset.
setDataPoint(int, double, double, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the x- and y-values for a data point in a group dataset.
setDataPoint(int, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the x- and y-values for a data point in a group dataset.
setDataPoint(int, double, double) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Sets the x- and y-values for a data point in a simple dataset.
setDataPoint(int, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Sets the x- and y-values for a data point in a simple dataset.
setDataset(ContourDataset) - Method in class com.quinncurtis.chart2djava.ContourPlot
Replaces the current ContourDataset object with a new one.
setDataset(GroupDataset) - Method in class com.quinncurtis.chart2djava.GroupPlot
Replaces the current GroupDataset object with a new one.
setDataset(SimpleDataset) - Method in class com.quinncurtis.chart2djava.PieChart
Replaces the current SimpleDataset object with a new one.
setDataset(SimpleDataset) - Method in class com.quinncurtis.chart2djava.PolarPlot
Replaces the current SimpleDataset object with a new one.
setDataset(SimpleDataset) - Method in class com.quinncurtis.chart2djava.SimplePlot
Replaces the current SimpleDataset object with a new one.
setDataToolTipFormat(int) - Method in class com.quinncurtis.chart2djava.DataToolTip
Specifies the format of the tooltip display.
setDateCrossoverCondition(int) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Sets the crossover label condition for time axis labels.
setDateCrossoverMode(int) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Sets the crossover label mode for time axis labels.
setDateHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the dateString field.
setDateString(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table date string.
setDecimalPos(int) - Method in class com.quinncurtis.chart2djava.NumericLabel
Sets the number of digits to the right of the decimal for the numeric label.
setDefaultAbsRangeString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the y-axis of secondary chart of I-R charts.
setDefaultAxisLabelsFont(Font) - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the default font used for the axes labels and axes titles.
setDefaultAxisLabelsFont(Font) - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Set default font object used for the axes labels and axes titles.
setDefaultAxisLabelsFont(Font) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the default font used for the axes labels and axes titles.
setDefaultAxisTitleFont(Font) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the default font object used for the axes titles.
setDefaultChartFont(Font) - Static method in class com.quinncurtis.chart2djava.GraphObj
Sets the default font used by all text objects that have not had a font explicitly set.
setDefaultChartFontString(String) - Static method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the default font used in the table display.
setDefaultControlLimitSigma(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set that SPC control limits are to be calculated using the 3 sigma level standard.
setDefaultDataLogFilenameRoot(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the default file name for data logging.
setDefaultDataValueFont(Font) - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the default font used for the numeric values labeling the bars.
setDefaultDefectRowHeaderPrefix(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the default symbol used for the row headers of the sample data items.
setDefaultFooterFont(Font) - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the font used for the chart footer.
setDefaultFooterFont(Font) - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Set the default footer font.
setDefaultFooterFont(Font) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the font used for the chart footer.
setDefaultGraphBackgroundColor(Color) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the default background color for the graph area.
setDefaultGraphBorder(ChartRectangle2D) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Set the default graph border object for the chart.
setDefaultGraphBorder(ChartRectangle2D) - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the default graph border object for the chart.
setDefaultHighAlarmMessageString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the high alarm message for a low control limit.
setDefaultLCLPlotLineAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Specifies default chart attributes for the lower control limit of the chart.
setDefaultLowAlarmMessageString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target lower control limit line of the chart.
setDefaultLowControlLimitString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target low control limit line of the chart.
setDefaultMainTitleFont(Font) - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the font used for the main title.
setDefaultMainTitleFont(Font) - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Set the default chart title font.
setDefaultMainTitleFont(Font) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the font used for the main title.
setDefaultMeanString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of mean graphs.
setDefaultMeasuredDataPlotSymbol(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set default symbol used in the line marker plot of the measured variable line plot.
setDefaultMeasuredPlotLineAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set default chart attributes for the measured variable line plot.
setDefaultMedianString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of median graphs.
setDefaultNumberControlLimits(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the number of control limits in the chart.
setDefaultPlotBackgroundColor(Color) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the default background color for the plot area.
setDefaultPlotSymbolSize(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the symbol size of the symbol used by this plot object.
setDefaultPreferredSize(Dimension) - Static method in class com.quinncurtis.chart2djava.ChartView
Sets the default preferred, or initial size, of the component.
setDefaultRangeString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of range graphs.
setDefaultSampledDataPlotSymbol(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set default symbol used in the sampled data scatter plots.
setDefaultSamplePlotLineAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the default chart attributes for the sampled data scatter plots
setDefaultSampleRowHeaderPrefix(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the default symbol used for the row headers of the sample data items.
setDefaultSampleValueString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the y-axis of primary chart of I-R charts.
setDefaultShortStringNo(String) - Static method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Set the default short string used to signify that the notes string is empty.
setDefaultShortStringNo(String) - Static method in class com.quinncurtis.spcchartjava.NotesToolTip
Set the default short string used to signify that the notes string is empty.
setDefaultSigmaFont(Font) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the default font object used for the axis labels sigma character.
setDefaultSigmaString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of sigma graphs.
setDefaultSubHeadFont(Font) - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the font used for the main title.
setDefaultSubHeadFont(Font) - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Set the default chart title font.
setDefaultSubHeadFont(Font) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the font used for the main title.
setDefaultSumString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the sum table row.
setDefaultTableFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the default font used in the table display.
setDefaultTargetPlotLineAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set default chart attributes for the target line of the chart.
setDefaultTargetString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target control limit line of the chart.
setDefaultTextBoxSize(Dimension) - Static method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Set the default size in device coordinates of the notes JTextArea.
setDefaultTextBoxSize(Dimension) - Static method in class com.quinncurtis.spcchartjava.NotesToolTip
Set the default size in device coordinates of the notes JTextArea.
setDefaultToolTipFont(Font) - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Set the default font object used for the tooltip.
setDefaultToolTipFont(Font) - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Set the default font object used for the tooltip.
setDefaultToolTipFont(Font) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
/** Set the default font object used for the tooltip.
setDefaultUCLPlotLineAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set default chart attributes for the upper control limit of the chart.
setDefaultUpperControlLimitString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target upper control limit line of the chart.
setDefaultVarianceString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of variance graphs.
setDefaultXBarString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title primary chart.
setDefaultXString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the primary chart of I-R charts.
setDefectiveDecimalPrecision(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the default value to use for the decimal precision used to display defective item counts, -1 = auto.
setDiagonalCorner(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the corner opposite the x,y position of the rectangle.
setDisplayChart(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set to true to enable the drawing of this chart.
setDisplayFrequencyHistogram(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set to true to enable the drawing of the frequency histogram attached to the chart.
setDoubleBuffer(boolean) - Method in class com.quinncurtis.chart2djava.ChartPrint
Sets double buffering to the specified value.
setElement(int, boolean) - Method in class com.quinncurtis.chart2djava.BoolArray
Set the value of a single element in the array.
setElement(int, double) - Method in class com.quinncurtis.chart2djava.DoubleArray
Set the value of a single element in the array.
setElement(int, int, double) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Sets the value of a specific element in the 2D array.
setElement(int, int) - Method in class com.quinncurtis.chart2djava.IntArray
Set the value of a single element in the array.
setElement(int, String) - Method in class com.quinncurtis.chart2djava.StringArray
Set the value of a single element in the array.
setElement(int, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeArray
Set the value of a single element in the array.
setElements(boolean[]) - Method in class com.quinncurtis.chart2djava.BoolArray
Initializes the elements of the array, starting at element 0.
setElements(boolean[], int) - Method in class com.quinncurtis.chart2djava.BoolArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(BoolArray, int) - Method in class com.quinncurtis.chart2djava.BoolArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(BoolArray) - Method in class com.quinncurtis.chart2djava.BoolArray
Initializes the elements of the array, starting at element 0.
setElements(double[]) - Method in class com.quinncurtis.chart2djava.DoubleArray
Initializes the elements of the array, starting at element 0.
setElements(double[], int) - Method in class com.quinncurtis.chart2djava.DoubleArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(DoubleArray, int) - Method in class com.quinncurtis.chart2djava.DoubleArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(DoubleArray) - Method in class com.quinncurtis.chart2djava.DoubleArray
Initializes the elements of the array, starting at element 0.
setElements(double[][]) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Sets the elements of the array.
setElements(DoubleArray2D) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Sets the elements of the array.
setElements(int[]) - Method in class com.quinncurtis.chart2djava.IntArray
Initializes the elements of the array, starting at element 0.
setElements(int[], int) - Method in class com.quinncurtis.chart2djava.IntArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(IntArray, int) - Method in class com.quinncurtis.chart2djava.IntArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(IntArray) - Method in class com.quinncurtis.chart2djava.IntArray
Initializes the elements of the array, starting at element 0.
setElements(String[]) - Method in class com.quinncurtis.chart2djava.StringArray
Initializes the elements of the array, starting at element 0.
setElements(String[], int) - Method in class com.quinncurtis.chart2djava.StringArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(StringArray, int) - Method in class com.quinncurtis.chart2djava.StringArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(StringArray) - Method in class com.quinncurtis.chart2djava.StringArray
Initializes the elements of the array, starting at element 0.
setElements(GregorianCalendar[]) - Method in class com.quinncurtis.chart2djava.TimeArray
Initializes the elements of the array, starting at element 0.
setElements(GregorianCalendar[], int) - Method in class com.quinncurtis.chart2djava.TimeArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(TimeArray, int) - Method in class com.quinncurtis.chart2djava.TimeArray
Initializes the elements of the array, starting at element 0 and continuing for count elements.
setElements(TimeArray) - Method in class com.quinncurtis.chart2djava.TimeArray
Initializes the elements of the array, starting at element 0.
setEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartMouseListener
Once the ChartMouseListener object is created and installed using the addChartMouseListener method, it can be turned on/off using this method.
setEnable(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Enable flag for object.
setEnableAlarmStatusValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Returns true if alarm status row enabled
setEnableCalculatedValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the calculated values rows of the data table
setEnableCalculatedValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
If set true enables the calculated values rows of the data tooltip
setEnableCategoryValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the category or sample values rows of the data table
setEnableCategoryValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
If set true enables the category values rows of the data tooltip
setEnableDataToolTip(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables data tooltips
setEnableInputStringsDisplay(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the input string rows of the data table
setEnableNotes(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the notes row of the data table
setEnableNotesString(boolean) - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
If set true enables the notes string rows of the data tooltip
setEnableNotesToolTip(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables data tooltips
setEnableProcessCapabilityValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the process capability values rows of the data table
setEnableProcessCapabilityValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
If set true enables the process capability rows of the data tooltip
setEnableScrollBar(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true the scroll bar is added to the bottom of the chart.
setEnableTimeValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the time row of the data table
setEnableTotalSamplesValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the total of sampled values row of the data table
setErrorBarLineFlag(boolean) - Method in class com.quinncurtis.chart2djava.ErrorBarPlot
Specifies whether error bar lines have a connecting line.
setEventAlarm(SPCControlLimitRecord) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
Set the SPCControlLimitRecord object.
setEWMA_Lambda(double) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Set the lambda value for EWMA calculations.
setEWMA_Lambda(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the lambda value for EWMA calculations.
setEWMA_StartingValue(double) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Set the lambda value for EWMA calculations.
setEWMA_StartingValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the lambda value for EWMA calculations.
setEWMA_UseSSLimits(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set EWMA steady-state limits
setFastClipMode(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the plot objects fast clip mode.
setFastClipOffset(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
Sets the fast clip offset.
setFillBaseValue(double) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the base value, in physical coordinates, of solid (bars and filled areas) plot objects.
setFillColor(Color) - Method in class com.quinncurtis.chart2djava.Background
 
setFillColor(Color) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the fill color of an ChartAttribute object.
setFillFlag(boolean) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the fill flag of an ChartAttribute object.
setFillPaint(Graphics2D, ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.UserCoordinates
 
setFillStyle(int) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the fill style of an ChartAttribute object.
setFixedGraphBorderInset(int, double, boolean) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method initializes the inset of the plot area inside the graph area, specified using graph normalized coordinates.
setFixedGraphBorderInsets(double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method initializes the inset of the plot area inside the graph area, specified using graph normalized coordinates.
setFooterFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the font used for the chart subhead.
setFrame(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Initializes a rectangle object based on a ChartRectangle2D.
setFrame(int, int, int, int) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Initializes a rectangle frame.
setFrameFromDiagonal(double, double, double, double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Initializes a rectangle object based on a pair of opposite corners.
setFrameFromDiagonal(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Initializes a rectangle object based on a pair of opposite corners.
setGage(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table gage string.
setGageHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set/Get the header for the gage field.
setGradient(ChartGradient) - Method in class com.quinncurtis.chart2djava.ChartAttribute
The ChartGradient object controls the simple (2-color) and complex (multi-color) gradients.
setGradientBreakpoints(double[]) - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient breakpoints for the color blend of the GradientPaint.
setGradientColors(Color[]) - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient colors for the color blend of the GradientPaint.
setGradientDirection(int) - Method in class com.quinncurtis.chart2djava.Background
Sets the gradient direction used when the SIMPLEGRADIENTMODE mode is selected.
setGradientDirection(int) - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient direction in degrees (+- 360), with 0 pointing to the right along the x-axis.
setGradientMode(int) - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient mode.
setGradientRectangle(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient rectangle for the color blend of the GradientPaint.
setGradientStartColor(Color) - Method in class com.quinncurtis.chart2djava.Background
Sets the starting color of a gradient used when the SIMPLEGRADIENTMODE mode is selected.
setGradientStopColor(Color) - Method in class com.quinncurtis.chart2djava.Background
Sets the ending color of a gradient used when the SIMPLEGRADIENTMODE mode is selected.
setGraphBorder(ChartRectangle2D) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the default graph border for the chart.
setGraphBorderDiagonal(double, double, double, double) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method initializes the position and size of the plot area inside the graph area, specified using graph normalized coordinates.
setGraphBorderFrame(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method initializes the position and size of the plot area inside the graph area, specified using graph normalized coordinates.
setGraphBorderFrame(double, double, double, double) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method initializes the position and size of the plot area inside the graph area, specified using graph normalized coordinates.
setGraphBorderInsets(double, double, double, double) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method initializes the inset of the plot area inside the graph area, specified using graph normalized coordinates.
setGraphBottomPos(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the bottom edge, using normalized coordinates, of the plotting area for the secondary chart
setGraphStartPosX(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the left edge, using normalized coordinates, of the plotting area for both primary and secondary charts
setGraphStopPosX(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the right edge, using normalized coordinates, of the plotting area for both primary and secondary charts
setGraphTopTableOffset(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the offset of the top of the primary chart from the bottom of the data table, using normalized coordinates
setGridAngleType(int) - Method in class com.quinncurtis.chart2djava.PolarGrid
Sets the grid type of the polar angle axis in an PolarAxes object.
setGridAxis(int, Axis) - Method in class com.quinncurtis.chart2djava.Grid
Sets one of the axis objects of the grid.
setGridAxis(Axis) - Method in class com.quinncurtis.chart2djava.Grid
Sets one of the axis objects of the grid.
setGridAxisType(int) - Method in class com.quinncurtis.chart2djava.Grid
Sets the axis type that defines the grid spacing.
setGridMagnitudeType(int) - Method in class com.quinncurtis.chart2djava.PolarGrid
Sets the grid type of the magnitude axis in an PolarAxes object.
setGridType(int) - Method in class com.quinncurtis.chart2djava.Grid
Sets the grid type.
setGridXAxis(Axis) - Method in class com.quinncurtis.chart2djava.Grid
Sets the x-axis object of the grid.
setGridYAxis(Axis) - Method in class com.quinncurtis.chart2djava.Grid
Sets the y-axis object of the grid.
setGroupData(double[][]) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method sets the values of the yGroupData array, the array of group y-values for group datasets.
setGroupDataColumn(double, double[], int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the x- and y-values associated with a group dataset column index.
setGroupDataColumn(double[], int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the y-values associated with a group dataset column index.
setGroupDataElement(double, int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the y-value at a specific row and column of a group dataset.
setGroupDataRow(double[], int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the y-values associated with a group dataset row index.
setGroupDataset(GroupDataset) - Method in class com.quinncurtis.chart2djava.GroupPlot
Replaces the current GroupDataset object with a new one.
setHeaderStringsLevel(int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the level of header strings to include in the chart.
setHeight(double) - Method in class com.quinncurtis.chart2djava.ChartDimension
Sets the height of this dimension in double precision.
setHeight(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the height of the rectangle.
setHighAlarmStatusString(String) - Static method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the indicator of a high alarm in the alarm status field of the table.
setHistogramMinWidth(double) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the minimum width of the histogram chart, using normalized coordinates, of the frequency histogram plotting area.
setHistogramOffset(double) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the offset of the frequency histogram plotting area with respect to the GraphStartPosX value.
setHistogramStartPos(double) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the left edge, using normalized coordinates, of the frequency histogram plotting area.
setHitTestThreshold(double) - Method in class com.quinncurtis.chart2djava.DataToolTip
A data point must be within a threshold distance of the test point, in DEV_POS coordinates in order for it to be considered a hit.
setHitTestThreshold(double) - Method in class com.quinncurtis.chart2djava.MoveData
A data point must be within a threshold distance of the test point, in DEV_POS coordinates in order for it to be considered a hit.
setHorizontalSpacing(double) - Method in class com.quinncurtis.chart2djava.Legend
Sets the horizontal spacing between legend items.
setHysteresisValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the alarm hysteresis value.
setImageBackgroundEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Specifies the image background mode.
setImageBorderEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Specifies the image border render mode.
setImageComponentsEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Enables the rendering of non-Chart components added to the ChartView component.
setImageObject(Image) - Method in class com.quinncurtis.chart2djava.ChartImage
Set the image for this object
setImageRectangle(ChartRectangle2D, int) - Method in class com.quinncurtis.chart2djava.ChartImage
Sets the current position and size of the image.
setImageScaleFactor(ChartDimension) - Method in class com.quinncurtis.chart2djava.ChartImage
Sets the current scale factor of the image.
setImageSize(ChartDimension) - Method in class com.quinncurtis.chart2djava.ChartImage
Sets the current size (width and height) of the image.
setImageType(int) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Sets the image type of the Java BufferedImage object used for image rendering.
setImageType() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Returns the image type of the Java BufferedImage object used for image rendering.
setInitialClipRect(ChartRectangle2D) - Static method in class com.quinncurtis.chart2djava.UserCoordinates
This method sets the initial clipping rectangle of the graphics context.
setInterGraphMargin(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the margin, in normalized coordinates, between the primary and seconday charts
setIntersectionTestDistance(double) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the value of the intersectionTestDistance property.
setJPEGQuality(double) - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Sets the image quality of the buffered image to JPEG conversion.
setLabelAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the chart attribute used for this objects label.
setLabelDecs(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the decimal precision used when converting the limitValue to a label, use -1 for auto.
setLabelFont(Font) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set font used in labeling the low, high and target control lines.
setLabelInOut(int, int) - Method in class com.quinncurtis.chart2djava.PieChart
Sets the pie slice labeling mode associated with a specific pie slice.
setLabelLimit(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set to true to label the plot.
setLabelPosition(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the position of the plot objects label.
setLabels(Font, double, Color) - Method in class com.quinncurtis.chart2djava.ChartLabel
This method initializes an ChartLabel using the specified font, rotation and color.
setLabelTemplateDecimalPos(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets number of digits to the right of the decimal point in the plotLabelTemplate property.
setLabelTemplateNumericFormat(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the numeric format of the plotLabelTemplate property.
setLayoutMode(int) - Method in class com.quinncurtis.chart2djava.StandardLegend
Sets the legend item layout mode.
setLegendBorderRect(int, double) - Method in class com.quinncurtis.chart2djava.Legend
Sets one of the four legend border values.
setLegendHeight(double) - Method in class com.quinncurtis.chart2djava.Legend
Sets the height of the legend rectangle in normalized coordinates.
setLegendItem(BubblePlotLegendItem, int) - Method in class com.quinncurtis.chart2djava.BubblePlotLegend
Set an BubblePlotLegendItem object in the legendItemsArrayList list.
setLegendItem(LegendItem, int) - Method in class com.quinncurtis.chart2djava.StandardLegend
Set an LegendItem object in the legendItems list.
setLegendItemCustomShape(GeneralPath) - Method in class com.quinncurtis.chart2djava.LegendItem
Initializes the ChartSymbol object used by the legend item for a user defined shape.
setLegendItemSymbol(ChartSymbol) - Method in class com.quinncurtis.chart2djava.LegendItem
Sets the ChartSymbol object used by the legend item.
setLegendItemText(ChartText) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Sets the ChartText object used by the legend item.
setLegendItemText(ChartText) - Method in class com.quinncurtis.chart2djava.LegendItem
Sets the ChartText object used by the legend item.
setLegendItemUniformTextColor(Color) - Method in class com.quinncurtis.chart2djava.StandardLegend
Sets a uniform color for legend item text.
setLegendWidth(double) - Method in class com.quinncurtis.chart2djava.Legend
Sets the width of the legend rectangle in normalized coordinates.
setLength(int) - Method in class com.quinncurtis.chart2djava.BoolArray
Resizes the array to the specified length.
setLength(int) - Method in class com.quinncurtis.chart2djava.DoubleArray
Resizes the array to the specified length.
setLength(int) - Method in class com.quinncurtis.chart2djava.IntArray
Resizes the array to the specified length.
setLength(int) - Method in class com.quinncurtis.chart2djava.StringArray
Resizes the array to the specified length.
setLicensePath(String) - Static method in class com.quinncurtis.chart2djava.ChartView
Specifies the path that the QCLicenseJava.lic.xml file is found on.
setLimitMode(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the plot object mode.
setLimitString(String) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the string used to label the line plot.
setLimitValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the limit value used by this plot object.
setLineAttributes(Color, double, int) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the color, line width and line style of an ChartAttribute object.
setLineColor(Color) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the primary color of an ChartAttribute object.
setLineColor(Color) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the primary line color for the chart object.
setLineFlag(boolean) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the line flag of an ChartAttribute object.
setLineLabelObj(StringLabel) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set a reference to the LableObject used to label a control limit.
setLineLeading(double) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the line leading, the space between lines in multi-line text, in device units.
setLineMarkerSymbol(int) - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Sets the symbol for line marker plots.
setLineStyle(int) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the line style of an ChartAttribute object.
setLineStyle(int) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the line style for the chart object.
setLineWidth(double) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the line width of an ChartAttribute object.
setLineWidth(double) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the line width for the chart object.
setLocation(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Sets the location of this ChartPoint2D to the specified coordinates.
setLocation(GregorianCalendar, double) - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Initializes a ChartPoint2D with the specified coordinates.
setLocation(double, double, double) - Method in class com.quinncurtis.chart2djava.ChartPoint3D
Sets the location of this ChartPoint3D to the specified double coordinates.
setLocation(ChartPoint3D) - Method in class com.quinncurtis.chart2djava.ChartPoint3D
Sets the location of this ChartPoint3D to the same coordinates as the specified ChartPoint3D object.
setLocation(double, double) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the position of the chart object, using the coordinate system specified by the property positionType.
setLocation(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the position of the chart object, using the coordinate system specified by the property positionType.
setLocation(ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the position of the chart object, using the coordinate system specified by the npositiontype parameter.
setLocation(double, double, int) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the position of the chart object, using the coordinate system specified by the npositiontype parameter.
setLocation(GregorianCalendar, double) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the position of the chart object, using the coordinate system specified by the property positionType.
setLocation(double, double[]) - Method in class com.quinncurtis.chart2djava.GroupPoint2D
Sets the location of this GroupPoint2D to the specified coordinates.
setLocation(GregorianCalendar, double[]) - Method in class com.quinncurtis.chart2djava.GroupPoint2D
Initializes a GroupPoint2D with the specified coordinates.
setLocation(GroupPoint2D) - Method in class com.quinncurtis.chart2djava.GroupPoint2D
Sets the location of this GroupPoint2D to the specified coordinates.
setLogTickFormat(int) - Method in class com.quinncurtis.chart2djava.LogAxis
This method specifies which minor tick marks are flagged for labels.
setLongString(String) - Method in class com.quinncurtis.spcchartjava.NotesLabel
Set the notes long string.
setLongStringEnable(boolean) - Method in class com.quinncurtis.spcchartjava.NotesLabel
Set to true to enable the long string display.
setLowAlarmStatusString(String) - Static method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the indicator of a low alarm in the alarm status field of the table.
setLSLValue(double) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the LSL value for this record.
setMA_w(int) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Set the lambda value for EWMA calculations.
setMA_w(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the MA length value for MA calculations.
setMachine(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table machine string.
setMachineHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the machine field.
setMainTitleFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the font used for the chart title.
setMarkerSize(double) - Method in class com.quinncurtis.chart2djava.Marker
Sets the marker size.
setMarkerType(int) - Method in class com.quinncurtis.chart2djava.Marker
Sets the marker type.
setMarkLookaheadLimit(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
 
setMaxAllowableValue(double) - Static method in class com.quinncurtis.spcchartjava.ProbabilityScale
Set the maximum allowable value of the probability scale.
setMaxRangeAdjust(double) - Method in class com.quinncurtis.chart2djava.AutoScale
The initial maximum for the auto-scale calculation can be adjusted by a value to make the autoscale range larger.
setMaxY(double) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the maximum value used to scale the y-axis of the chart.
setMinAllowableValue(double) - Static method in class com.quinncurtis.spcchartjava.ProbabilityScale
Set the minimum allowable value of the probability scale.
setMinimumSize(Dimension) - Method in class com.quinncurtis.chart2djava.ChartView
Sets the minimum allowable size for the component.
setMinRangeAdjust(double) - Method in class com.quinncurtis.chart2djava.AutoScale
The initial minimum for the auto-scale calculation can be adjusted by a value to make the autoscale range larger.
setMinY(double) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the minimum value used to scale the y-axis of the chart.
setMostRecentSampledValues(double[]) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Set an array holding the values of the most recent sampled, or measured values used in calculating the records calculateValue value.
setMouseListenerEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartMouseListener
Once the ChartMouseListener object is created and installed using the addChartMouseListener method, it can be turned on/off using this method.
setMoveMode(int) - Method in class com.quinncurtis.chart2djava.MoveData
Sets the move mode that is associated with moving points.
setMoveObjectEnable(boolean) - Method in class com.quinncurtis.chart2djava.MoveObj
Once the MoveObj object is created and installed using the addMouseMoveListener method, it can be turned on/off using this method.
setMoveObjectFilter(String) - Method in class com.quinncurtis.chart2djava.MoveObj
Sets the object filter used to qualify the selection of objects.
setMoveObjMode(int) - Method in class com.quinncurtis.chart2djava.MoveObj
Sets the move mode that is associated with moving objects.
setNewLineString(String) - Method in class com.quinncurtis.chart2djava.CSV
This methods sets the newline string, which is a "\r\n" by default.
setNormalCurveAttribute(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Set to true and the normal curve is automatically drawn
setNotesColumString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the notes column head in the log file.
setNotesHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the data table notes header string.
setNotesItemTemplate(NotesLabel) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the StringItemTemplate object used as a template for displaying string values in the table.
setNotesLabelFont(Font) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the font used in the display of string values in the table.
setNotesMessage(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table notes message string.
setNotesString(StringArray) - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Set the underlying strings, allowing strings to be updated from rich text box..
setNotesString(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the notes string for the current record to the specified string.
setNotesToolTips(NotesToolTip) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the notes tool tip.
setNumberSamplesValueRowHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the data table number of samples row header.
setNumericColumnSpacing(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the numeric column spacing.
setNumericFormat(int) - Method in class com.quinncurtis.chart2djava.NumericLabel
Sets the numeric format of the numeric label.
setNumericRowSpacing(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the numeric row spacing.
setNumericValue(double) - Method in class com.quinncurtis.chart2djava.NumericLabel
Sets the numeric value of the numeric label.
setNumRecordsPerChart(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the maximum number of records displayable at one time in the chart.
setNumSampleCategories(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the number of categories in an Attribute Control chart.
setNumStrFormatPostfix(String) - Static method in class com.quinncurtis.chart2djava.NumericLabel
Sets the business format postfix characters.
setNumTickStagger(int) - Method in class com.quinncurtis.chart2djava.Axis
Sets the number of stagger levels for the axis major tick marks.
setOHLCPlot(GroupDataset, double, ChartAttribute) - Method in class com.quinncurtis.chart2djava.OHLCPlot
Sets the properties of an open-high-low-close plot.
setOHLCStrings(String[]) - Method in class com.quinncurtis.chart2djava.DataToolTip
Set the strings used to differentiate the x, open, high, low and close values in the DATA_TOOLTIP_OHLC tooltip type.
setOnePolysurfacePoint(int, ChartPoint3D) - Method in class com.quinncurtis.chart2djava.Polysurface
 
setOperation(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table operation string.
setOperationHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the operation field.
setOperatorHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the theOperator field.
setOrientation(int) - Method in class com.quinncurtis.chart2djava.CSV
Controls the row/column orientation of the data file as it relates to conversion into an DChartDataset derived object.
setOverlapLabelMode(int) - Method in class com.quinncurtis.chart2djava.AxisLabels
It is possible that axis labels overlap if the window that the axes are placed in is to small, the major tick marks are to close together, or in the case of time axis labels, to large for the current tick mark spacing.
setPageDialogFlag(boolean) - Method in class com.quinncurtis.chart2djava.ChartPrint
Sets the printer page dialog flag.
setParentChartObjects(SPCChartObjects) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the parent SPCChartObjects.
setParentSPCChartBase(SPCChartBase) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set that parent SPCChartBase object.
setPartName(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table part name string.
setPartNameHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Sett the header for the partName field.
setPartNumber(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table part number string.
setPartNumberHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the partNumber field.
setPhysPlotScale(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the physical coordinates of the plotting area.
setPhysScale(double, double, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method initializes an PhysicalCoordinates object using the specified minimum and maximum values for the x- and y-axis.
setPhysScale(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method initializes an PhysicalCoordinates object using the specified minimum and maximum values for the x- and y-axis.
setPhysScales(ChartScale, ChartScale) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method initializes an PhysicalCoordinates object, specifying the ChartScale objects used to transform x- and y-values to/from physical to working coordinates.
setPieSliceLabelFormat(int) - Method in class com.quinncurtis.chart2djava.PieChart
Sets the pie slice labeling format associated with a specific pie slice.
setPieSliceStrings(int, String) - Method in class com.quinncurtis.chart2djava.PieChart
Sets the text string associated with a specific pie slice.
setPlotAreaScale(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
Sets the coordinates of the plot area.
setPlotImage(Image) - Method in class com.quinncurtis.chart2djava.CellPlot
Sets the image object that is optionally displayed in each cell.
setPlotLabelTemplate(NumericLabel) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the plot objects data point template.
setPlotLineAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the chart attribute used for this objects line plot.
setPlotLineStepMode(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the line step mode used by this plot object.
setPlotMeasurementValues(boolean) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set to true to enable the plotting of all sampled values, as a scatter plot, in additon to the mean or median values.
setPlotSymbol(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the id of the symbol used by this plot object.
setPlotSymbolAttrib(ChartAttribute) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the symbol attribute used for this objects symbols.
setPlotType(int) - Method in class com.quinncurtis.spcchartjava.SimpleMultiPlot
Set the plot type (LINEPLOT, LINEMARKERPLOT, BARPLOT or SCATTERPLOT).
setPoint(Point) - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Set the coordinates using a Point object .
setPointF(Point2D.Float) - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Set the coordinates using a PointF object .
setPolarAxesLabels(PolarAxesLabels) - Method in class com.quinncurtis.chart2djava.PolarAxes
Sets the PolarAxesLabels object, if any, associated with this object.
setPolarAxesTicks(double, int, double, int) - Method in class com.quinncurtis.chart2djava.PolarAxes
This method is used to initialize the minor and major tick mark spacing and length for the x-axis, the y-axis and the radial axes.
setPolarAxesTicks(double, int, double, int, double, double, int) - Method in class com.quinncurtis.chart2djava.PolarAxes
This method is used to initialize the minor and major tick mark spacing and length for the x-axis, the y-axis and the radial axes.
setPolarScaleRadius(double) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
Sets the radius of the polar scale.
setPolarXAxis(LinearAxis) - Method in class com.quinncurtis.chart2djava.PolarAxes
Sets the x-axis LinearAxis object, if any, associated with this object.
setPolarYAxis(LinearAxis) - Method in class com.quinncurtis.chart2djava.PolarAxes
Sets the y-axis LinearAxis object, if any, associated with this object.
setPolygonGridOn(boolean) - Method in class com.quinncurtis.chart2djava.ContourPlot
Sets the state of the polygonGridOn flag.
setPolysurfaceColors(int, Color, Color) - Method in class com.quinncurtis.chart2djava.Polysurface
 
setPolysurfacePoints(ChartPoint3D[], int, int) - Method in class com.quinncurtis.chart2djava.Polysurface
 
setPositionType(int) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the current position type.
setPostfixString(String) - Method in class com.quinncurtis.chart2djava.NumericLabel
Set the postfix string for the label.
setPreferredSize(Dimension) - Method in class com.quinncurtis.chart2djava.ChartView
Sets the preferred, or initial size, of the component.
setPreferredSize(int, int) - Method in class com.quinncurtis.chart2djava.ChartView
Sets the preferred, or initial size, of the component.
setPrimaryCalculatedVariableIndex(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set index in the calculatedValues array for the primary calculated value data.
setPrimaryChart(SPCChartObjects) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the object that holds he the chart objects needed to display the primary chart
setPrimaryColor(Color) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the primary color of an ChartAttribute object.
setPrintBackgroundEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartPrint
Specifies the printer background print mode.
setPrintBorderEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartPrint
Specifies the printer border print mode.
setPrintChartView(ChartView) - Method in class com.quinncurtis.chart2djava.ChartPrint
Sets the reference to the ChartView component that contains the chart that is to be printed.
setPrintComponentsEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartPrint
Enables the printing of non-Chart components added to the ChartView component.
setPrintDialogFlag(boolean) - Method in class com.quinncurtis.chart2djava.ChartPrint
Sets the printer dialog flag.
setPrintRect(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.ChartPrint
This methods sets the output rectangle of the printed page that is used when the PRT_RECT mapping mode is selected
setPrintSizeMode(int) - Method in class com.quinncurtis.chart2djava.ChartPrint
Specifies the printer mapping mode.
setProbabilityScaleTransforms(int, int) - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
This method specifies either a linear, probability or a logarithmic scale for both x- and y-coordinates.
setProbabilityTickFormat(int) - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
This method specifies which minor tick marks are flagged for labels.
setProbabilityXScaleTransform(int) - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
Sets the x-coordinate system to either linear, probability or logarithmic.
setProbabilityYScaleTransform(int) - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
Sets the y-coordinate system to either linear, probability or logarithmic.
setProcessCapabilityLSLValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the LSL value for this record.
setProcessCapabilityUSLValue(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the USL value for this record.
setProcessCapabilityValue(DoubleArray) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Calculate the process capability value.
setProcessMean(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the process mean
setProcessMeanOverride(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Use the processMean rather than calculate from data
setProcessSigma(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the process sigma
setProcessSigmaOverride(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set to true to use the processSigma rather than calculate from data
setRangeFromStart(double) - Method in class com.quinncurtis.chart2djava.ChartScale
Sets the ending value of the scale based by adding a fixed amount to the starting value (scaleStop = ScaleStart + range).
setRangeFromStop(double) - Method in class com.quinncurtis.chart2djava.ChartScale
Sets the starting value of the scale based by subtracting a fixed amount from the ending value (scaleStart = scaleStop - range).
setRenderingHints(RenderingHints) - Method in class com.quinncurtis.chart2djava.ChartView
This method sets the rendering hints used by the graphics context.
setRenderingHints(Graphics2D) - Method in class com.quinncurtis.chart2djava.ChartView
 
setResetOnDraw(boolean) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Set True the ChartView object list is cleared with each redraw
setResetOnDraw(boolean) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Set True the ChartView object list is cleared with each redraw
setResetOnDraw(boolean) - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set True the ChartView object list is cleared with each redraw
setResizedTextFont() - Method in class com.quinncurtis.chart2djava.ChartText
Establishes the resized text font as the current font.
setResizeMode(int) - Method in class com.quinncurtis.chart2djava.ChartView
Sets the resize mode.
setResizeMultiplier(double) - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Sets the resize multiplier used by the legend item.
setResizeMultiplier(double) - Static method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the resize multiplier.
setResizeMultiplier(double) - Method in class com.quinncurtis.chart2djava.ChartView
Explicitly sets the resizeMultiplier property.
setResizeMultiplier(double) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the resize multiplier of the object.
setResizeMultiplier(double) - Method in class com.quinncurtis.chart2djava.LegendItem
Sets the resize multiplier used by the legend item.
setRotation(double) - Method in class com.quinncurtis.chart2djava.ChartImage
Sets the current rotation, in degrees, of the image.
setRow(int, double[]) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Sets all of the column values in the specified row.
setRow(int, DoubleArray) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Sets all of the column values in the specified row.
setSampledValue(double) - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Set the current value of the record, and adds the value to the historical array of the sampled value record.
setSampledValues(double[]) - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Set the historical array of the sampled value record.
setSampleItemTemplate(NumericLabel) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the SampleItemTemplate object used as a template for displaying numeric values in the table.
setSampleLabelFont(Font) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the font used in the display of sample numeric values in the table.
setSampleRowHeaderString(int, String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table row header for the sampled (or category) item.
setSampleSubgroupSize(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the number of samples in a sample sub group for a Variable Control chart.
setSampleSubgroupSize_VSS(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the number of samples in a sample sub group for a Variable Control chart.
setSampleValueColumnString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the sample value column head in the log file.
setScale(double, double) - Method in class com.quinncurtis.chart2djava.ChartScale
Sets the starting and ending values for the scale
setScale2StartY(double) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Set the starting y-value for the cumulative frequency scale.
setScale2StopY(double) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Set the ending y-value for the cumulative frequency scale.
setScaleDateStart(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeScale
Sets the starting date of the time scale.
setScaleDateStop(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeScale
Sets the ending date of the time scale.
setScaleStart(double) - Method in class com.quinncurtis.chart2djava.ChartScale
Sets the starting value of the scale.
setScaleStartTOD(long) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the starting TOD value for the time scale.
setScaleStartTOD(long) - Method in class com.quinncurtis.chart2djava.TimeScale
Sets the starting TOD value for the time scale.
setScaleStartX(double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the lower left x-value for the plotting area of the physical coordinate system.
setScaleStartX(double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the lower left x-coordinate of the TimeCoordinates scale.
setScaleStartY(double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the lower left y-value for the plotting area of the physical coordinate system.
setScaleStartY(double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the lower left y-coordinate of the TimeCoordinates scale.
setScaleStop(double) - Method in class com.quinncurtis.chart2djava.ChartScale
Sets the ending value of the scale.
setScaleStopTOD(long) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the ending TOD value for the time scale.
setScaleStopTOD(long) - Method in class com.quinncurtis.chart2djava.TimeScale
Sets the ending TOD value for the time scale.
setScaleStopX(double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the maximum x-value for the plotting area of the physical coordinate system.
setScaleStopX(double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the upper right x-coordinate of the TimeCoordinates scale.
setScaleStopY(double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the upper right y-value for the plotting area of the physical coordinate system.
setScaleStopY(double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the upper right y-coordinate of the TimeCoordinates scale.
setScaleX(double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the x-coordinate bounds of the physical coordinate system for the plot area.
setScaleX(double, double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the x-coordinate bounds of the TimeCoordinates scale.
setScaleY(double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Sets the y-coordinate bounds of the physical coordinate system for the plot area.
setScaleY(double, double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the y-coordinate bounds of the TimeCoordinates scale.
setScatterPlotSymbol(int) - Method in class com.quinncurtis.chart2djava.PolarScatterPlot
Sets the symbol for scatter plots.
setScatterPlotSymbol(int) - Method in class com.quinncurtis.chart2djava.SimpleScatterPlot
Sets the symbol used in the scatter plot.
setScrollBarBottomPosition(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the bottom edge, using normalized coordinates, of the optional scroll bar
setScrollBarPixelHeight(int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the height of the scrollbar in pixels
setSecondaryCalculatedVariableIndex(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set index in the calculatedValues array for the secondary calculated value data.
setSecondaryChart(SPCChartObjects) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the object that holds he the chart objects needed to display the secondary chart
setSegmentAttributes(int, ChartAttribute) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the attribute object at the index nsegment to a copy of the specified ChartAttribute object.
setSegmentAttributesMode(boolean) - Method in class com.quinncurtis.chart2djava.ChartPlot
This method turns the segment attribute mode on and off.
setSegmentColor(int, Color) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the line and fill color of the attribute object at the index nsegment.
setSegmentFillColor(int, Color) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the fill color of the attribute object at the index nsegment.
setSegmentLineColor(int, Color) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the line color of the attribute object at the index nsegment.
setShapeCoordsType(int) - Method in class com.quinncurtis.chart2djava.ChartShape
Specifies the coordinate system of the shape object.
setShapeObj(Shape) - Method in class com.quinncurtis.chart2djava.ChartShape
Sets the shape object rendered in the chart by this class.
setShapeRotation(double) - Method in class com.quinncurtis.chart2djava.ChartShape
Sets the rotation of the shape in the normal viewing plane.
setShortString(String) - Method in class com.quinncurtis.spcchartjava.NotesLabel
Set the notes abbreviated string.
setShowDatapointValue(boolean) - Method in class com.quinncurtis.chart2djava.ChartPlot
If the plot supports it, this method will turn on the display of data values next to the associated data point.
setSize(double, double) - Method in class com.quinncurtis.chart2djava.ChartDimension
Set the size of this ChartDimension object to the specified width and height in double precision.
setSize(ChartDimension) - Method in class com.quinncurtis.chart2djava.ChartDimension
Set the size of this ChartDimension object to the specified size.
setSize(double, double) - Method in class com.quinncurtis.chart2djava.Legend
Set the width and height of the legend rectangle.
setSizeMode(int) - Method in class com.quinncurtis.chart2djava.ChartImage
Sets the current size mode for the image.
setSPCChartType(int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Specifies the control chart type: use one of the SPCControlChartData chart type constants: MEAN_RANGE_CHART, MEDIAN_RANGE_CHART, MEAN_SIGMA_CHART, INDIVIDUAL_RANGE_CHART, CUSTOM_ATTRIBUTE_CONTROL_CHART, PERCENT_DEFECTIVE_PARTS_CHART, FRACTION_DEFECTIVE_PARTS_CHART, NUMBER_DEFECTIVE_PARTS_CHART, NUMBER_DEFECTS_CHART, NUMBER_DEFECTS_PERUNIT_CHART .
setSPCChartType(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the control chart type: use one of the SPCControlChartData chart type constants: MEAN_RANGE_CHART, MEDIAN_RANGE_CHART, MEAN_SIGMA_CHART, MEAN_VARIANCE_CHART, INDIVIDUAL_RANGE_CHART, CUSTOM_ATTRIBUTE_CONTROL_CHART, PERCENT_DEFECTIVE_PARTS_CHART, FRACTION_DEFECTIVE_PARTS_CHART, NUMBER_DEFECTIVE_PARTS_CHART, NUMBER_DEFECTS_CHART, NUMBER_DEFECTS_PERUNIT_CHART .
setSPCControlLimitType(int) - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the plot object type.
setSPCPlotObjectData(SPCControlPlotObjectData) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the chart object that displays this alarm
setSPCProcessVar(SPCControlChartData) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the spcDataVar object.
setSPCSource(SPCCalculatedValueRecord) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
Set the SPCCalculatedValueRecord object associated with the alarm.
setSpecificationLimits(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table specification limits string.
setSpecificationLimitsHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the specificationLimits field.
setStackMode(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
Sets the stackMode property of the dataset.
setStaggerDistance(double) - Method in class com.quinncurtis.chart2djava.Axis
Sets the distance between stagger levels, in window device coordinates.
setStartColumnPosition(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the starting x-position, in normalized coordinates, of the left-most column of the table.
setStartPieSliceAngle(double) - Method in class com.quinncurtis.chart2djava.PieChart
Sets the start angle in degrees for the first pie slice in the pie chart.
setStartRowPosition(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the starting y-position, in normalized coordinates, of the first row of the table.
setStepMode(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
Sets the plot objects step mode.
setStringIndex(int) - Method in class com.quinncurtis.spcchartjava.NotesLabel
Set an index used to track the NotesLabel to the originating string in the notesString array list.
setStringItemTemplate(StringLabel) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get/Set the StringItemTemplate object used as a template for displaying string values in the table.
setStringLabelFont(Font) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the font used in the display of string values in the table.
setSubHeadFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the font used for the chart subhead.
setSymbolAttributes(ChartAttribute) - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Sets the attributes for the filling the scatter plot symbols.
setSymbolColor(Color) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the alarm symbol color.
setSymbolNumber(int) - Method in class com.quinncurtis.chart2djava.ChartSymbol
Sets the symbol number.
setSymbolRotation(double) - Method in class com.quinncurtis.chart2djava.ChartSymbol
Sets the symbol rotation of an ChartSymbol object.
setSymbolShape(GeneralPath) - Method in class com.quinncurtis.chart2djava.ChartSymbol
Sets the GeneralPath of the current symbol.
setSymbolSize(double) - Method in class com.quinncurtis.chart2djava.ChartAttribute
Sets the symbol size of an ChartAttribute object.
setSymbolSize(double) - Method in class com.quinncurtis.chart2djava.ChartSymbol
Sets the symbol size of an ChartSymbol object.
setSymbolSize(int) - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Set the default symbol size.
setSymbolSkip(int) - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Sets the symbol skip value for line marker plots.
setSymbolStart(int) - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Sets the symbol start value for line marker plots.
setTableAlarmEmphasisMode(int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set the table alarm emphasis mode
setTableBackgroundMode(int) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the first of two colors used in the alternating background colors used to delineate the table rows.
setTableStartPosY(double) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the top edge, using normalized coordinates, of the SPC chart table
setTextBgColor(Color) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the color of the background rectangle under the text, if the textBgMode is true.
setTextBgMode(boolean) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the text background color mode.
setTextBoxColor(Color) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the line color of the text box.
setTextBoxMode(boolean) - Method in class com.quinncurtis.chart2djava.ChartText
Specifies if the text bounding box is drawn in the text color.
setTextColor(Color) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Set the alarm text color.
setTextColumnSpacing(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the text column spacing.
setTextFont(Font) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the font of the text.
setTextNudge(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the xy values of the textNudge property.
setTextNudge(double, double) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the xy values of the textNudge property.
setTextRotation(double) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the rotation of the text in the normal viewing plane.
setTextRowOffset(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the offset between the start of the row and the top of the text, in normalized coordinates.
setTextRowSpacing(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the text row spacing.
setTextString(String) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the current text string.
setTextTemplate(ChartText) - Method in class com.quinncurtis.chart2djava.DataToolTip
Sets the tootip text template.
setTextTemplate(ChartText) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the text template for the data tooltip.
setTheOperator(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table operator string.
setTickDate(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TickMark
Sets the date associated with the tick mark location.
setTickLabelFlag(boolean) - Method in class com.quinncurtis.chart2djava.TickMark
Sets the tick mark label flag.
setTickLabelFormat(int) - Method in class com.quinncurtis.chart2djava.TickMark
Sets the tick label format of the tick mark.
setTickLocation(double) - Method in class com.quinncurtis.chart2djava.TickMark
Sets the location value for a tick mark.
setTickLocation(ChartPoint2D, ChartPoint2D, double, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TickMark
Sets tick mark location parameters for a time/date axis.
setTickLocation(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.TickMark
Sets starting and ending position values for a tick mark.
setTickMark(double, int) - Method in class com.quinncurtis.chart2djava.TickMark
Sets tick mark type and location.
setTickMark(ChartPoint2D, ChartPoint2D, double, GregorianCalendar, int) - Method in class com.quinncurtis.chart2djava.TickMark
Sets tick mark parameters for a time/date axis.
setTickStart(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.TickMark
Sets the starting position of the tick mark.
setTickStop(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.TickMark
Sets the ending position of the tick mark.
setTickType(int) - Method in class com.quinncurtis.chart2djava.TickMark
Sets the tick mark type.
setTimeAxisMax(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeAxis
Sets the time axis ending date value.
setTimeAxisMin(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeAxis
Sets the time axis starting date value.
setTimeBaseLabelFormats(int, int) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
This method allows the programmer to the default time label formats used for specific time axis base values.
setTimeColumnSpacing(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the time column spacing.
setTimeCoordinateBounds(GregorianCalendar, double, GregorianCalendar, double) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method initializes an TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
setTimeCoordinateBounds(GregorianCalendar, double, GregorianCalendar, double, int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method initializes an TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
setTimeCoordinateBounds(GregorianCalendar, long, double, GregorianCalendar, long, double, int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method initializes an TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
setTimeDataPoint(int, GregorianCalendar, double) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
Sets a data point (GregorianCalendar x-value, floating point y-value) at the specified index.
setTimeDataPoint(int, double, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
Sets a data point (floating point x-value, GregorianCalendar y-value) at the specified index.
setTimeDateFormat(SimpleDateFormat) - Method in class com.quinncurtis.chart2djava.CSV
A time date format in the form of a SimpleDateFormat object controls how GregorianCalendar values are written to or read from the target file.
setTimeFormat(int) - Method in class com.quinncurtis.chart2djava.TimeLabel
Sets the current time format.
setTimeFormatStrings(int, String) - Method in class com.quinncurtis.chart2djava.TimeLabel
This methods sets the time/date format string at a specific index in the timeFormatString array.
setTimeGroupDataColumn(GregorianCalendar, double[], int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
Sets the x- and y-values associated with a group dataset column index.
setTimeIncrementMinutes(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the increment between adjacent samples of charts that use a numeric x-scale.
setTimeItemTemplate(TimeLabel) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the TimeLabel object used as a template for displaying time values in the table.
setTimeLabelFont(Font) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the font used in the display of time values in the table.
setTimeLabelsOrigin(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeAxis
Sets the time axis tick mark origin.
setTimeNumericValue(double) - Method in class com.quinncurtis.chart2djava.TimeLabel
Sets the current time value using milliseconds.
setTimeRowSpacing(double) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Set the time row spacing.
setTimeScale(TimeScale) - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Sets the time scale for the object.
setTimeScaleStart(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the starting value of the TimeCoordinates time scale.
setTimeScaleStart(int, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the starting value of the TimeCoordinates time scale.
setTimeScaleStop(int, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the ending value of the TimeCoordinates time scale.
setTimeScaleStop(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the ending value of the TimeCoordinates time scale.
setTimeScaleTransforms(int, int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method specifies the x- and y-coordinate systems, using default values for each.
setTimeStamp(GregorianCalendar) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the time stamp for the most recent sample data added to the class.
setTimeStampColumnString(String) - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the time stamp column head in the log file.
setTimeValue(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeLabel
Sets the current time value using a GregorianCalendar date.
setTimeValueRowHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The data table time value row header.
setTimeXData(GregorianCalendar[]) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method sets the values of the time xData array, the array of x-values for TimeSimpleDataset and GroupSimpleDataset.
setTimeXDataValue(GregorianCalendar, int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
Sets a time based x-value in a group dataset.
setTimeXDataValue(int, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
Sets a GregorianCalendar x-value at the specified index.
setTimeYDataValue(GregorianCalendar, int, int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
Sets a time based y-value in a group dataset.
setTimeYDataValue(int, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
Sets a GregorianCalendar y-value at the specified index.
setTitle(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table title string.
setTitleAxis(Axis) - Method in class com.quinncurtis.chart2djava.AxisTitle
Sets the underlying axis of the axis title.
setTitleHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the title field.
setTitleOffset(double) - Method in class com.quinncurtis.chart2djava.ChartTitle
Sets the title text offset.
setTitlePosition(int) - Method in class com.quinncurtis.chart2djava.ChartTitle
Sets the title position.
setTitleType(int) - Method in class com.quinncurtis.chart2djava.ChartTitle
Sets the title type.
setTOD(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Sets the time of day fields (hours, minutes, seconds) of the first argument to match the time of day fields of the second argument.
setTOD(GregorianCalendar, int, int, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Sets the time of day fields in a GregorianCalendar date.
setTODMsecs(GregorianCalendar, long) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Sets the time of day fields in a GregorianCalendar date.
setTODSeconds(GregorianCalendar, long) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Sets the time of day fields in a GregorianCalendar date.
setToolTipFont(Font) - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set tool tip font.
setToolTipMode(int) - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Set the AlarmStatusToolTip mode: Use one of the AlarmStatusToolTip mode constants: MOUSEDOWN_TOOLTIP, MOUSETOGGLE_TOOLTIP.
setToolTipMode(int) - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Set the NotesToolTip mode: Use one of the NotesToolTip mode constants: MOUSEDOWN_TOOLTIP, MOUSETOGGLE_TOOLTIP.
setToolTipSymbol(ChartSymbol) - Method in class com.quinncurtis.chart2djava.DataToolTip
Sets the tootip symbol used to highlight the tooltip data point.
setTooTipNudge(ChartPoint2D) - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Set the tooltip position.
setTooTipNudge(ChartPoint2D) - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Set the tooltip position.
setTrainingMode(boolean) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the maximum number of records displayable at one time in the chart.
setUnitOfMeasure(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table unit of measure string.
setUnitOfMeasureHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the unit of measure field.
setUpdateFlag(boolean) - Method in class com.quinncurtis.chart2djava.GraphObj
Set to true if the object needs to be updated before rendering.
setUpdateIndex(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the EWMA index value
setUserViewport(double, double, double, double) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the current drawing viewport using window device coordinates.
setUserViewport(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Sets the current drawing viewport using window device coordinates.
setUSLValue(double) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the USL value for this record.
setValidData(int, boolean) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method marks a given data point as valid (true) or invalid (false)
setValueDescription(String) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Set the description of calculation value record.
setValueDescription(String) - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Set the description of calculation value record.
setValueDescription(String) - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Set the description of sampled value record.
setVerticalSpacing(double) - Method in class com.quinncurtis.chart2djava.Legend
Sets the vertical row spacing between legend items.
setWeekType(int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Sets the week type.
setWeekType(int) - Method in class com.quinncurtis.chart2djava.TimeScale
Sets the week type.
setWidth(double) - Method in class com.quinncurtis.chart2djava.ChartDimension
Sets the width of this dimension in double precision.
setWidth(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the width of the rectangle.
setWireFrame(boolean) - Method in class com.quinncurtis.chart2djava.Polysurface
 
setWorldScale(double, double, double, double) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
Sets the minimum and maximum values for x- and y-dimension the world coordinate system.
setWorldScale(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
Sets the minimum and maximum values for x- and y-dimension the world coordinate system.
setX(double) - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Sets the x-coordinate
setX(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the starting x-corner of the rectangle.
setX1(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the starting x-corner of the rectangle.
setX2(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the ending x-corner of the rectangle.
setXCoordinateType(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method sets the x-coordinate type (TIME_COORDINATE is calendar or time based, otherwise it is NUMERIC_COORDINATE).
setXData(double[]) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method sets the values of the xData array, the array of x-values for simple and group datasets.
setXData(DoubleArray) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method sets the values of the xData array, the array of x-values for simple and group datasets.
setXDataValue(int, double) - Method in class com.quinncurtis.chart2djava.ChartDataset
Sets the x-value at the given index in simple and group datasets.
setXJust(int) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the horizontal justification of the text.
setXScale(ChartScale) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method initializes the xScale scaling object, specifying the ChartScale object used to transform x-values to/from physical to working coordinates.
setXScaleMode(int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Set whether the x-axis is time based, or numeric based.
setXValueTemplate(ChartLabel) - Method in class com.quinncurtis.chart2djava.DataToolTip
Sets the tootip x-value template.
setXYDatasetSwap(boolean) - Method in class com.quinncurtis.chart2djava.MoveData
Sets the dataset xy swap mode.
setY(double) - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Sets the x-coordinate
setY(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the starting y-corner of the rectangle.
setY1(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the starting y-corner of the rectangle.
setY2(double) - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Sets the ending y-corner of the rectangle.
setYCoordinateType(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method sets the y-coordinate type (TIME_COORDINATE is calendar or time based, otherwise it is NUMERIC_COORDINATE).
setYData(double[]) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method sets the values of the yData array, the array of y-values for simple and group datasets.
setYData(DoubleArray) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method sets the values of the yData array, the array of y-values for simple and group datasets.
setYDataValue(int, int, double) - Method in class com.quinncurtis.chart2djava.ChartDataset
This abstract method is the prototype used to set the y-value in simple and group datasets.
setYDataValue(int, int, double) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method resolves the generalized setYDataValue method int the abstract ChartDataset class.
setYDataValue(int, double) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Sets the y-value in a simple dataset.
setYDataValue(int, int, double) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method resolves the generalized setYDataValue method int the abstract ChartDataset class.
setYGroupDataValue(int, int, double) - Method in class com.quinncurtis.chart2djava.GroupDataset
Sets the y-value in a group dataset.
setYJust(int) - Method in class com.quinncurtis.chart2djava.ChartText
Sets the vertical justification of the text.
setYScale(ChartScale) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method initializes the yScale scaling object, specifying the ChartScale object used to transform y-values to/from physical to working coordinates.
setYValueTemplate(ChartLabel) - Method in class com.quinncurtis.chart2djava.DataToolTip
Sets the tootip y-value template.
setYValueTemplate(NumericLabel) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set the y-value template for the data tooltip.
setZDataValue(double, int) - Method in class com.quinncurtis.chart2djava.ContourDataset
Sets the z-value in a contour dataset.
setZeroEquals(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set data table zero equals string.
setZeroEqualsHeader(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set the header for the zeroEqulas field.
setZoomEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartZoom
Once the Zoom object is created and installed using the addMouseMoveListener method, it can be turned on/off using this method.
setZoomRangeLimits(ChartDimension) - Method in class com.quinncurtis.chart2djava.ChartZoom
This method sets the zoom range limits placed on the zoom operation.
setZoomRangeLimits(double, double) - Method in class com.quinncurtis.chart2djava.ChartZoom
This method sets the zoom range limits placed on the zoom operation.
setZoomRangeLimitsRatio(ChartDimension) - Method in class com.quinncurtis.chart2djava.ChartZoom
This method sets the zoom range limits placed on the zoom operation.
setZoomStackEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartZoom
Turns on/off the zoom stack.
setZoomXEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartZoom
True signifies that the x dimension is affected by the zoom operation.
setZoomXRoundMode(int) - Method in class com.quinncurtis.chart2djava.ChartZoom
Sets the zoom rounding mode for x dimension.
setZoomYEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartZoom
True signifies that the y dimension is affected by the zoom operation.
setZoomYRoundMode(int) - Method in class com.quinncurtis.chart2djava.ChartZoom
Sets the zoom rounding mode for y dimension.
setZOrder(int) - Method in class com.quinncurtis.chart2djava.GraphObj
Sets the z-order of the object in the chart.
setZOrderSortEnable(boolean) - Method in class com.quinncurtis.chart2djava.ChartView
Enable/Disables the z-order sorting of the graph objects in the chartObjectsVector array.
SHADOW_COLOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT 3D frame side color constant: Shadow color.
SHAPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart shape object (ChartShape)
ShiftDecimalLeft(double, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Multiplies a number, r, by 10^n.
ShiftDecimalRight(double, int) - Method in class com.quinncurtis.chart2djava.AutoScale
Divides a number, r, by 10^n.
shiftLeft(int, boolean) - Method in class com.quinncurtis.chart2djava.BoolArray
Shifts the elements of the array to the left.
shiftLeft(int, boolean) - Method in class com.quinncurtis.chart2djava.DoubleArray
Shifts the elements of the array to the left.
shiftLeft(int, boolean) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Shifts the column elements of each row of the array to the left.
shiftLeft(int, boolean) - Method in class com.quinncurtis.chart2djava.IntArray
Shifts the elements of the array to the left.
shiftLeft(int, boolean) - Method in class com.quinncurtis.chart2djava.StringArray
Shifts the elements of the array to the left.
shiftLeftThenResize(int, boolean) - Method in class com.quinncurtis.chart2djava.BoolArray
Shifts the elements of the array to the left.
shiftLeftThenResize(int, boolean) - Method in class com.quinncurtis.chart2djava.DoubleArray
Shifts the elements of the array to the left.
shiftLeftThenResize(int, boolean) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Shifts the column elements of each row of the array to the left.
shiftLeftThenResize(int, boolean) - Method in class com.quinncurtis.chart2djava.IntArray
Shifts the elements of the array to the left.
shiftLeftThenResize(int, boolean) - Method in class com.quinncurtis.chart2djava.StringArray
Shifts the elements of the array to the left.
shiftRight(int, boolean) - Method in class com.quinncurtis.chart2djava.BoolArray
Shifts the elements of the array to the right.
shiftRight(int, boolean) - Method in class com.quinncurtis.chart2djava.DoubleArray
Shifts the elements of the array to the right.
shiftRight(int, boolean) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Shifts the column elements of each row of the array to the right.
shiftRight(int, boolean) - Method in class com.quinncurtis.chart2djava.IntArray
Shifts the elements of the array to the right.
shiftRight(int, boolean) - Method in class com.quinncurtis.chart2djava.StringArray
Shifts the elements of the array to the right.
showAlarmStatusToolTip(MouseEvent) - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
The mousePressed event listener for this object.
showNotesToolTip(MouseEvent) - Method in class com.quinncurtis.spcchartjava.NotesToolTip
The mousePressed event listener for this object.
SIENNA - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SIGMA_FORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The number is multiplied by 100 and displayed with a trailing % symbol
SILVER - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SIMPLE_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A simple dataset object (SimpleDataset)
SIMPLE_PLOTAREA_CLIPPING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
UNUSED - clipping mode for simplified plot area clipping
SimpleBarPlot - Class in com.quinncurtis.chart2djava
The SimpleBarPlot class extends the SimplePlot class and displays data in a bar format.
SimpleBarPlot() - Constructor for class com.quinncurtis.chart2djava.SimpleBarPlot
The default SimpleBarPlot constructor.
SimpleBarPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.SimpleBarPlot
This constructor creates a new SimpleBarPlot object that will reside in the specified coordinate system.
SimpleBarPlot(PhysicalCoordinates, SimpleDataset, double, double, ChartAttribute, int) - Constructor for class com.quinncurtis.chart2djava.SimpleBarPlot
This constructor creates a new SimpleBarPlot object that will reside in the specified coordinate system.
SIMPLEBUTTON_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Java simple button type.
SIMPLECOLORMODE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Use a single color for background
SimpleDataset - Class in com.quinncurtis.chart2djava
A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information.
SimpleDataset(String, double[], double[]) - Constructor for class com.quinncurtis.chart2djava.SimpleDataset
This constructor creates a new, simple SimpleDataset object initializing each value with the values of the source x- and y- arrays.
SimpleDataset(String, double[], double[], boolean[]) - Constructor for class com.quinncurtis.chart2djava.SimpleDataset
This constructor creates a new, simple SimpleDataset object initializing each value with the values of the source x- and y- arrays.
SimpleDataset(String, double[], double[], boolean[], int) - Constructor for class com.quinncurtis.chart2djava.SimpleDataset
This constructor creates a new, simple SimpleDataset object initializing each value with the values of the source x- and y- arrays.
SimpleDataset(String, int) - Constructor for class com.quinncurtis.chart2djava.SimpleDataset
This constructor creates a new, simple SimpleDataset object.
SimpleDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart2djava.SimpleDataset
This constructor creates a new SimpleDataset object from a file consisting of comma separated values.
SimpleDataset() - Constructor for class com.quinncurtis.chart2djava.SimpleDataset
The default SimpleDataset constructor.
SIMPLEGRADIENTMODE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Use simple gradient for background gradient
SimpleLineMarkerPlot - Class in com.quinncurtis.chart2djava
The SimpleLineMarkerPlot class extends the SimplePlot class and displays simple datasets in a line plot format where individual data points can be highlighted with scatter plot symbols.
SimpleLineMarkerPlot() - Constructor for class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
The default SimpleLineMarkerPlot constructor.
SimpleLineMarkerPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
This constructor creates a new SimpleLineMarkerPlot object that will reside in the specified coordinate system.
SimpleLineMarkerPlot(PhysicalCoordinates, SimpleDataset, int, ChartAttribute, ChartAttribute, int, int) - Constructor for class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
This constructor creates a new SimpleLineMarkerPlot object that will reside in the specified coordinate system.
SimpleLinePlot - Class in com.quinncurtis.chart2djava
The SimpleLinePlot class extends the SimplePlot class and displays simple datasets in line plot format.
SimpleLinePlot() - Constructor for class com.quinncurtis.chart2djava.SimpleLinePlot
The default SimplePlot constructor.
SimpleLinePlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.SimpleLinePlot
This constructor creates a new SimpleLinePlot object that will reside in the specified coordinate system.
SimpleLinePlot(PhysicalCoordinates, SimpleDataset, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.SimpleLinePlot
This constructor creates a new SimpleLinePlot object that will reside in the specified coordinate system.
SimpleMultiPlot - Class in com.quinncurtis.spcchartjava
This class creates a plot object that can be a line plot, bar plot, scatter plot or a line marker plot.
SimpleMultiPlot() - Constructor for class com.quinncurtis.spcchartjava.SimpleMultiPlot
This default constructor for SimpleMultiPlot.
SimpleMultiPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.spcchartjava.SimpleMultiPlot
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimpleMultiPlot(PhysicalCoordinates, SimpleDataset, int, ChartAttribute, ChartAttribute, double) - Constructor for class com.quinncurtis.spcchartjava.SimpleMultiPlot
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimpleMultiPlot(PhysicalCoordinates, SimpleDataset, double, double, ChartAttribute, int) - Constructor for class com.quinncurtis.spcchartjava.SimpleMultiPlot
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimpleMultiPlot(PhysicalCoordinates, SimpleDataset, int, ChartAttribute) - Constructor for class com.quinncurtis.spcchartjava.SimpleMultiPlot
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimpleMultiPlot(PhysicalCoordinates, SimpleDataset, ChartAttribute) - Constructor for class com.quinncurtis.spcchartjava.SimpleMultiPlot
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system.
SimplePlot - Class in com.quinncurtis.chart2djava
The SimplePlot manages and displays all of the plot types that use simple (one y-value for each x-value) data.
SimplePlot() - Constructor for class com.quinncurtis.chart2djava.SimplePlot
The default SimplePlot constructor.
SimpleScatterPlot - Class in com.quinncurtis.chart2djava
The SimpleScatterPlot class extends the SimplePlot class and displays simple datasets in scatter plot format where each data point is represented using a symbol.
SimpleScatterPlot() - Constructor for class com.quinncurtis.chart2djava.SimpleScatterPlot
This default constructor for SimpleScatterPlot.
SimpleScatterPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.SimpleScatterPlot
This constructor creates a new SimpleScatterPlot object that will reside in the specified coordinate system.
SimpleScatterPlot(PhysicalCoordinates, SimpleDataset, int, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.SimpleScatterPlot
This constructor creates a new SimpleScatterPlot object that will reside in the specified coordinate system.
simulateDefectRecord(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Simulates a defect measurement for a SPC Attribute Control chart with a specified mean.
simulateDefectRecord(double, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Simulates a defect record for a SPC Attribute Control chart with a specified mean.
simulateMeasurementRecord(double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Simulates a sample measurement for a SPC Variable Control chart with a specified mean value.
simulateMeasurementRecord(double, double) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Simulates a sample measurement for a SPC Variable Control chart with a specified mean and range.
SIZE_BUBBLE_AREA - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The size mode of bubble plots has bubble size proportional to bubble area
SIZE_BUBBLE_RADIUS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The size mode of bubble plots has bubble size proportional to bubble radius
sizeOfDouble - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the size of the double type.
skip(Reader, int) - Method in class com.quinncurtis.chart2djava.CSV
This method skips over fields that do not need to be processed.
SKYBLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SLATEBLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SLATEGRAY - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SLATEGREY - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
sort(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method sorts the source array in ascending order.
sort(DoubleArray, boolean) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method sorts the source array in ascending/descending order.
sort(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method sorts the source array in ascending order.
sort(double[], boolean) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method sorts the source array in ascending/descending order.
sortAlarmObjectsByValue(Vector<SPCControlLimitRecord>) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
This method sorts the objects in the controlLimitValues array in the ascending value of their alarm value.
sortByX(boolean) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method sorts the group dataset according to the x-values.
sortByX(boolean) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Sorts the array elements of the dataset using the values of the xData array as the sort key.
sortCategoryItems(DoubleArray, StringArray, boolean) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Sort the category values and category strings.
sortChartObjectsByZOrder() - Method in class com.quinncurtis.chart2djava.ChartView
This method sorts the objects in the chartObjectsVector array in the ascending value of their z-order.
SPC_A2 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the A2 factor for calulating control limits for for average and range charts
SPC_A2_MEDIAN - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the A2 factor for calulating control limits for for median and range charts
SPC_A3 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the A3 factor for calulating control limits for for x-bar sigma charts
SPC_B3 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the B3 factor for calulating control limits for for x-bar sigma charts
SPC_B4 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the B4 factor for calulating control limits for for x-bar sigma charts
SPC_CONTROL_LABEL_INSIDE_PLOTAREA - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Specifies that numeric label for a control limit is placed inside the plot area of the chart.
SPC_CONTROL_LABEL_INSIDE_PLOTAREA - Static variable in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Constant specifies that the plot object is to be labeled inside the plot area of the chart
SPC_CONTROL_LABEL_OUTSIDE_PLOTAREA - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Specifies that numeric label for a control limit is placed outside (to the right of) the plot area of the chart.
SPC_CONTROL_LABEL_OUTSIDE_PLOTAREA - Static variable in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Constant specifies that the plot object is to be labeled outside (to the right) the plot area of the chart
SPC_CONTROL_TARGET - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of target control limit in controlLimitData array.
SPC_CP_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value CP calculation.
SPC_CPK_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value CPK calculation.
SPC_CPL_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value CPL calculation.
SPC_CPM_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value CPM calculation.
SPC_CPU_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value CPU calculation.
SPC_CUSTOM_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a custom SPC calculation (unused).
SPC_CUSTOM_PC_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value for a custom SPC calculation (unused).
SPC_CUSUM_CMINUS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a CUSUM - SPC calculation.
SPC_CUSUM_CPLUS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a CUSUM + SPC calculation.
SPC_d2 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the d2 factor for calulating control limits for for average and range charts
SPC_D3 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the D3 factor for calulating control limits for for average and range charts
SPC_D3_MEDIAN - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the D3 factor for calulating control limits for for median and range charts
SPC_D4 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the D4 factor for calulating control limits for for average and range charts
SPC_D4_MEDIAN - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the D4 factor for calulating control limits for for median and range charts
SPC_E2 - Static variable in class com.quinncurtis.spcchartjava.SPCControlParameters
Constant used to specify the E4 factor for calulating control limits for for individual range charts
SPC_EWMA_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a EWMA stead state SPC calculation.
SPC_FRACTION_DEFECTIVE_PARTS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a percent defective parts SPC calculation.
SPC_FRACTION_DEFECTIVE_PARTS_VSS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a percent defective parts SPC calculation.
SPC_FRACTION_DEFECTS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a fraction defects SPC calculation.
SPC_FRACTION_DEFECTS_VSS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a fraction defects SPC calculation.
SPC_GREATERTHAN_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies the alarm is a greater than alarm.
SPC_INDIVIDUAL_ABS_RANGE_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a ABS individual range SPC calculation.
SPC_INDIVIDUAL_COPY_VALUE - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for INDIVIDUAL RANGE .
SPC_INDIVIDUAL_RANGE_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a individual range SPC calculation.
SPC_LOWER_CONTROL_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of lower control limit in controlLimitData array.
SPC_LOWER_CONTROL_LIMIT_0 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of lower control limit in controlLimitData array.
SPC_LOWER_CONTROL_LIMIT_1 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of lower control limit in controlLimitData array.
SPC_LOWER_CONTROL_LIMIT_2 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of lower control limit in controlLimitData array.
SPC_LOWER_CONTROL_LIMIT_3 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of lower control limit in controlLimitData array.
SPC_LOWERTHAN_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies the alarm is a lower than alarm.
SPC_MA_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a EWMA stead state SPC calculation.
SPC_MAX_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a maximum SPC calculation.
SPC_MEAN_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a mean SPC calculation.
SPC_MEAN_N_MINUS_1_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a mean SPC calculation using N-1, rather than N.
SPC_MEAN_VSS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a mean variable sample size SPC calculation.
SPC_MEASURED_VARIABLE - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of measured (or sampled) control limit in controlLimitData array (unused).
SPC_MEDIAN_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a median SPC calculation.
SPC_MIN_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a minimum SPC calculation.
SPC_NOTA_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies the limit is not an alarm, just a value.
SPC_PERCENT_DEFECTIVE_PARTS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a percent defective parts calculation.
SPC_PERCENT_DEFECTIVE_PARTS_VSS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a percent defective parts SPC calculation.
SPC_PERCENT_DEFECTS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a percent defects SPC calculation.
SPC_PP_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value for a sum SPC calculation.
SPC_PPK_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value PPK calculation.
SPC_PPL_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value PPL calculation.
SPC_PPU_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constant value PPU calculation.
SPC_PRIMARY_CONTROL_TARGET - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Index of primary chart target control limit in controlLimitData array.
SPC_PRIMARY_LOWER_CONTROL_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Index of primary chart lower control limit in controlLimitData array.
SPC_PRIMARY_UPPER_CONTROL_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Index of primary chart upper control limit in controlLimitData array.
SPC_RANGE_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a range SPC calculation.
SPC_SAMPLED_DATA - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of sampled data in controlLimitData array.
SPC_SECONDARY_CONTROL_TARGET - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Index of secondary chart target control limit in controlLimitData array.
SPC_SECONDARY_LOWER_CONTROL_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Index of secondary chart lower control limit in controlLimitData array.
SPC_SECONDARY_UPPER_CONTROL_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Index of secondary chart upper control limit in controlLimitData array.
SPC_STD_DEVIATION_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a standar deviation SPC calculation.
SPC_STD_DEVIATION_VSS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a standard deviation variable sample size SPC calculation.
SPC_SUM_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a sum SPC calculation.
SPC_TOTAL_DEFECTIVE_PARTS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a total defective parts SPC calculation.
SPC_TOTAL_DEFECTS_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a total defects SPC calculation.
SPC_UPPER_CONTROL_LIMIT - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of upper control limit in controlLimitData array.
SPC_UPPER_CONTROL_LIMIT_0 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of upper control limit in controlLimitData array.
SPC_UPPER_CONTROL_LIMIT_1 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of upper control limit in controlLimitData array.
SPC_UPPER_CONTROL_LIMIT_2 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of upper control limit in controlLimitData array.
SPC_UPPER_CONTROL_LIMIT_3 - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Index of upper control limit in controlLimitData array.
SPC_VARIANCE_CALC - Static variable in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constant value for a variance SPC calculation.
SPC_WE_0 - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies Western Electric no control rule.
SPC_WE_1 - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies Western Electric control rule 1 (1 out of 1 outside 3-sigma limit).
SPC_WE_2 - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies Western Electric control rule 2 (2 out of 3 outside 2-sigma limit).
SPC_WE_3 - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies Western Electric control rule 1 (4 out of 5 outside 1-sigma limit).
SPC_WE_4 - Static variable in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies Western Electric control rule 1 (8 out of 8 on one side of center line).
SPCAlarmEventListener - Interface in com.quinncurtis.spcchartjava
The spc alarm event listener class.
SPCArrayStatistics - Class in com.quinncurtis.spcchartjava
Statistical routines for SPC analysis.
SPCArrayStatistics() - Constructor for class com.quinncurtis.spcchartjava.SPCArrayStatistics
The default SPCArrayStatistics constructor.
SPCBatchAttributeControlChart - Class in com.quinncurtis.spcchartjava
A Batch Attribute Control Chart class that uses a CartesianCoordinate system with a numeric X-Axis.
SPCBatchAttributeControlChart() - Constructor for class com.quinncurtis.spcchartjava.SPCBatchAttributeControlChart
The default constructor for this class.
SPCBatchAttributeControlChart(int) - Constructor for class com.quinncurtis.spcchartjava.SPCBatchAttributeControlChart
A constructor for this chart.
SPCBatchAttributeControlChart(int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCBatchAttributeControlChart
Primary constructor initializes the chart for a specific SPC chart type.
SPCBatchAttributeControlChart(Rectangle, JPanel, int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCBatchAttributeControlChart
Primary constructor initializes the chart for a specific SPC chart type.
SPCBatchVariableControlChart - Class in com.quinncurtis.spcchartjava
A Batch Variable Control Chart class that uses a CartesianCoordinate system with a numeric based X-Axis.
SPCBatchVariableControlChart() - Constructor for class com.quinncurtis.spcchartjava.SPCBatchVariableControlChart
The default constructor for this class.
SPCBatchVariableControlChart(int) - Constructor for class com.quinncurtis.spcchartjava.SPCBatchVariableControlChart
A constructor for this chart.
SPCBatchVariableControlChart(int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCBatchVariableControlChart
This constructor initializes the most important values in the creattion of an SPC chart.
SPCBatchVariableControlChart(Rectangle, JPanel, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCBatchVariableControlChart
Primary constructor initializes the chart for a specific SPC chart type.
SPCCalculatedValueRecord - Class in com.quinncurtis.spcchartjava
The record class for a calculated SPC statistic.
SPCCalculatedValueRecord(int, String) - Constructor for class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Constructor initializes a calculated value record.
SPCCalculatedValueRecord() - Constructor for class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
The default SPCCalculatedValueRecord constructor.
SPCChartBase - Class in com.quinncurtis.spcchartjava
The base class for all SPC Charts.
SPCChartBase() - Constructor for class com.quinncurtis.spcchartjava.SPCChartBase
The default class constructor.
SPCChartBase(int, int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCChartBase
This constructor initializes the most important values in the creattion of an SPC chart.
SPCChartBase(Rectangle, JPanel, int, int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCChartBase
This constructor initializes the most important values in the creattion of an SPC chart.
SPCChartObjects - Class in com.quinncurtis.spcchartjava
The SPCChartObjects class holds all of the chart objects associated with a single SPC chart.
SPCChartObjects() - Constructor for class com.quinncurtis.spcchartjava.SPCChartObjects
Default constructor for the class.
SPCChartObjects(SPCChartBase) - Constructor for class com.quinncurtis.spcchartjava.SPCChartObjects
Constructor initializes parent object.
SPCChartObjects(SPCChartBase, int) - Constructor for class com.quinncurtis.spcchartjava.SPCChartObjects
Constructor initializes parent object.
SPCControlChartData - Class in com.quinncurtis.spcchartjava
SPCProcessCapabilityRecord This class holds the data that is plotted in the SPC chart.
SPCControlChartData(int, int, int, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlChartData
Constructor for a Variable Control chart SPCControlChartData class.
SPCControlChartData(int, int, int, StringArray, int, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlChartData
Constructor for an Attribute Control chart SPCControlChartData class.
SPCControlChartData(int, int, int, int, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlChartData
Constructor for an Attribute Control chart SPCControlChartData class.
SPCControlChartData() - Constructor for class com.quinncurtis.spcchartjava.SPCControlChartData
Default constructor for an SPC Control chart.
SPCControlLimitAlarmArgs - Class in com.quinncurtis.spcchartjava
This class is used to pass event information to a SPCControlLimitAlarmEventDelegate alarm processing delegate.
SPCControlLimitAlarmArgs() - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
The default SPCControlLimitAlarmArgs constructor.
SPCControlLimitAlarmArgs(SPCCalculatedValueRecord, SPCControlLimitRecord, int) - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
This constructor creates a SPCControlLimitAlarmArgs object that is used to pass data associated with alarm events.
SPCControlLimitRecord - Class in com.quinncurtis.spcchartjava
This class hold information specific to an SPC control limit: including the current value of the control limit, a history of control limit values, description, and the hysteresis value for alarm checking.
SPCControlLimitRecord() - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitRecord
The default constructor for the SPCControlLimitRecord class.
SPCControlLimitRecord(SPCControlChartData, int) - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitRecord
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable and alarm type.
SPCControlLimitRecord(int, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitRecord
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified alarm type and alarm limit value.
SPCControlLimitRecord(SPCControlChartData, int, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitRecord
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type and alarm limit value.
SPCControlLimitRecord(SPCControlChartData, int, double, String, String) - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitRecord
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type, alarm limit value and alarm message.
SPCControlLimitRecord(SPCControlChartData, SPCCalculatedValueRecord, int, double, String, String) - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitRecord
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type, alarm limit value and alarm message.
SPCControlLimitRecord(SPCControlChartData, int, double, String, String, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlLimitRecord
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type, alarm limit value and alarm message.
SPCControlParameters - Class in com.quinncurtis.spcchartjava
The class contains factors and formulas for calculating SPC control chart limits for variable and attribute Control Charts.
SPCControlParameters() - Constructor for class com.quinncurtis.spcchartjava.SPCControlParameters
Default class constructor.
SPCControlPlotObjectData - Class in com.quinncurtis.spcchartjava
This class holds information specific to a specific plot object, i.e.
SPCControlPlotObjectData() - Constructor for class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Default constructor for the class.
SPCControlPlotObjectData(SPCChartObjects, SPCControlLimitRecord, int, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Constructor initializes SPCControlPlotObjectData class with the parent SPCChartObjects object, and the associated SPCControlLimitRecord.
SPCControlPlotObjectData(int) - Constructor for class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Constructor initializes a plot object with a specific limit type.
SPCControlPlotObjectData(int, double) - Constructor for class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Constructor initializes a plot object with a specific limit type.
SPCDataToolTip - Class in com.quinncurtis.spcchartjava
The SPCDataToolTip class extends the ChartMouseListener class, providing additional methods that display a data tooltip for the SPC chart primary and secondary charts.
SPCDataToolTip() - Constructor for class com.quinncurtis.spcchartjava.SPCDataToolTip
Default constructor
SPCDataToolTip(SPCControlChartData) - Constructor for class com.quinncurtis.spcchartjava.SPCDataToolTip
Default constructor
SPCGeneralizedTableDisplay - Class in com.quinncurtis.spcchartjava
This class manages a list of ChartText objects (NumericLabel, StringLabel and TimeLabel objects), that encapsulate each unique table entry in the SPC chart table.
SPCGeneralizedTableDisplay() - Constructor for class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Default constructor for the class.
SPCGeneralizedTableDisplay(ChartView) - Constructor for class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Principle constructor for this class.
SPCProcessCapabilityRecord - Class in com.quinncurtis.spcchartjava
The record class for a calculated SPC statistic.
SPCProcessCapabilityRecord(SPCControlChartData, double, double, int, int, String) - Constructor for class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constructor initializes a calculated value record.
SPCProcessCapabilityRecord() - Constructor for class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Constructor initializes a calculated value record.
SPCSampledValueRecord - Class in com.quinncurtis.spcchartjava
This class encapsulates a sample data value.
SPCSampledValueRecord(double, String) - Constructor for class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Constructor initializes a sampled value record.
SPCSampledValueRecord(String) - Constructor for class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Constructor initializes a sampled value record.
SPCSampledValueRecord() - Constructor for class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Default constructor for this record.
SPCTimeAttributeControlChart - Class in com.quinncurtis.spcchartjava
An Attribute Control Chart class that uses a TimeCoordinate system with a time based X-Axis.
SPCTimeAttributeControlChart() - Constructor for class com.quinncurtis.spcchartjava.SPCTimeAttributeControlChart
The default constructor for this class.
SPCTimeAttributeControlChart(int) - Constructor for class com.quinncurtis.spcchartjava.SPCTimeAttributeControlChart
A constructor for this chart.
SPCTimeAttributeControlChart(int, int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCTimeAttributeControlChart
Primary constructor initializes the chart for a specific SPC chart type.
SPCTimeAttributeControlChart(Rectangle, JPanel, int, int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCTimeAttributeControlChart
Primary constructor initializes the chart for a specific SPC chart type.
SPCTimeVariableControlChart - Class in com.quinncurtis.spcchartjava
A Variable Control Chart class that uses a TimeCoordinate system with a time based X-Axis.
SPCTimeVariableControlChart() - Constructor for class com.quinncurtis.spcchartjava.SPCTimeVariableControlChart
The default constructor for this class.
SPCTimeVariableControlChart(int) - Constructor for class com.quinncurtis.spcchartjava.SPCTimeVariableControlChart
A constructor for this chart.
SPCTimeVariableControlChart(int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCTimeVariableControlChart
This constructor initializes the most important values in the creattion of an SPC chart.
SPCTimeVariableControlChart(Rectangle, JPanel, int, int, int, int) - Constructor for class com.quinncurtis.spcchartjava.SPCTimeVariableControlChart
Primary constructor initializes the chart for a specific SPC chart type.
SPRINGGREEN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
SQUARE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Square scatter plot symbol
STACKEDBAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Stacked bar plot type (StackedBarPlot)
StackedBarPlot - Class in com.quinncurtis.chart2djava
The StackedBarPlot class extends the GroupPlot class and displays data in stacked bar format.
StackedBarPlot() - Constructor for class com.quinncurtis.chart2djava.StackedBarPlot
The default StackedBarPlot constructor.
StackedBarPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.StackedBarPlot
This constructor creates a new StackedBarPlot object that will reside in the specified coordinate system.
StackedBarPlot(PhysicalCoordinates, GroupDataset, double, double, ChartAttribute[], int) - Constructor for class com.quinncurtis.chart2djava.StackedBarPlot
This constructor creates a new StackedBarPlot object that will reside in the specified coordinate system.
STACKEDLINE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Stacked line plot type (StackedLinePlot)
StackedLinePlot - Class in com.quinncurtis.chart2djava
The StackedLinePlot class extends the GroupPlot class and displays data in stacked line format.
StackedLinePlot() - Constructor for class com.quinncurtis.chart2djava.StackedLinePlot
The default StackedLinePlot constructor.
StackedLinePlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.StackedLinePlot
This constructor creates a new StackedLinePlot object that will reside in the specified coordinate system.
StackedLinePlot(PhysicalCoordinates, GroupDataset, ChartAttribute[]) - Constructor for class com.quinncurtis.chart2djava.StackedLinePlot
This constructor creates a new StackedLinePlot object that will reside in the specified coordinate system.
StandardLegend - Class in com.quinncurtis.chart2djava
The StandardLegend class manages a collection LegendItem objects that represent legend items.
StandardLegend() - Constructor for class com.quinncurtis.chart2djava.StandardLegend
The default Legend constructor.
StandardLegend(double, double, double, double, ChartAttribute, int) - Constructor for class com.quinncurtis.chart2djava.StandardLegend
A StandardLegend constructor that initializes the position, size, color attributes, and layout mode of the legend.
StandardLegend(double, double, ChartAttribute, int) - Constructor for class com.quinncurtis.chart2djava.StandardLegend
an StandardLegend constructor that initializes the position, size, color attributes, and layout mode of the legend.
STAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Star scatter plot symbol
startPrint() - Method in class com.quinncurtis.chart2djava.ChartPrint
This methods starts the printing operation, rendering the charts of the printChartView object to the currently selected printer.
startXORMode(ChartView, Color, int) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method starts an XOR drawing mode for the window.
STEELBLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
STEP_END - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Connect two points by drawing two lines (x1, y1) to (x2, y1) to (x2, y2)
STEP_NO_RISE_LINE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Connect two points by first drawing a line from (x1, y2) to (x2, y2)
STEP_START - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Connect two points by drawing two lines (x1, y1) to (x1, y2) to (x2, y2)
StringArray - Class in com.quinncurtis.chart2djava
The StringArray is an improved version of the standard Array type because it allows automatic and dynamic resizing of the array.
StringArray() - Constructor for class com.quinncurtis.chart2djava.StringArray
Default constructor.
StringArray(int) - Constructor for class com.quinncurtis.chart2djava.StringArray
Constructor creates an array of Length n, initialized to zero.
StringArray(String[], int) - Constructor for class com.quinncurtis.chart2djava.StringArray
Constructor initializes the array using the specified data values.
StringArray(String[]) - Constructor for class com.quinncurtis.chart2djava.StringArray
Constructor initializes the array using the specified data values.
STRINGAXISLABELS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
String axis labels for use with linear and logarithmic axes (StringAxisLabels)
StringAxisLabels - Class in com.quinncurtis.chart2djava
The LinearAxisLabels class manages and displays the axis labels for linear and log axes.
StringAxisLabels() - Constructor for class com.quinncurtis.chart2djava.StringAxisLabels
The default StringAxisLabels constructor.
StringAxisLabels(Axis) - Constructor for class com.quinncurtis.chart2djava.StringAxisLabels
This constructor creates a new StringAxisLabels object based on the specified axis.
STRINGLABEL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart string label object (StringLabel)
StringLabel - Class in com.quinncurtis.chart2djava
The StringLabel class is used to format strings and position them in a chart.
StringLabel() - Constructor for class com.quinncurtis.chart2djava.StringLabel
The default StringLabel constructor.
StringLabel(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.StringLabel
This constructor creates a new StringLabel object using the specified scale.
StringLabel(PhysicalCoordinates, Font, String, double, double, int, int, int, double) - Constructor for class com.quinncurtis.chart2djava.StringLabel
This method initializes an StringLabel using the specified scale, font, string, position, justification and rotation.
StringLabel(PhysicalCoordinates, Font, String, double, double, int) - Constructor for class com.quinncurtis.chart2djava.StringLabel
This method initializes an StringLabel using the specified scale, font, string position and position type.
StringLabel(Font, String) - Constructor for class com.quinncurtis.chart2djava.StringLabel
This method initializes an StringLabel using the specified font and string.
SUNDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Sunday.
SurfaceFunction - Class in com.quinncurtis.chart2djava
The abstract base class for creating 3D functions where z = fn(x,y).
SurfaceFunction() - Constructor for class com.quinncurtis.chart2djava.SurfaceFunction
The default SurfaceFunction constructor
swapCoords(ChartPoint2D, ChartPoint2D) - Static method in class com.quinncurtis.chart2djava.ChartSupport
Swaps the values of two points
swapCoords(ChartPoint2D) - Static method in class com.quinncurtis.chart2djava.ChartSupport
 
swapScaleOrientation() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method swaps the minimum x-value of the coordinate system with the minimum y-value; and the maximum x-value with the maximum y-value.
swapScaleOrientation() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method swaps the minimum x-value of the coordinate system with the minimum y-value; and the maximum x-value with the maximum y-value.
SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart symbol object (ChartSymbol)

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