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

G

GAINSBORO - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
getActualCursorPosition() - Method in class com.quinncurtis.chart2djava.DataToolTip
In the mousePressed event, this function will return the actual mouse cursor position, in the physical units of the associated plot object.
getActualPoint() - Method in class com.quinncurtis.chart2djava.NearestPointData
Returns the data point nearest the test point, in physical coordinates.
getAdjacentPolygonPntr() - Method in class com.quinncurtis.chart2djava.Polysurface
 
getAdjacentPolyList(int, int[]) - Method in class com.quinncurtis.chart2djava.Polysurface
 
getAlarm(double) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Returns the current alarm state based on the passed in value.
getAlarmChannel() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
Get the alarm channel associated with the alarm.
getAlarmDisplay() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the alarm display flag.
getAlarmEnable() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the alarm enable flag.
getAlarmList() - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get list of NotesLabel objects to check.
getAlarmMessage() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the current alarm message.
getAlarmReportMode() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Specifies whether only first alarm reported, or all alarms.
getAlarmRule() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Specifies the rule used to determine if value in alarm or not.
getAlarmState() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the alarm state, true if the last call to CheckAlarm show that the process variable currently in alarm.
getAlarmStateEventEnable() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set to True to signify that any alarm should invoke the AlarmStateEventHandler.
getAlarmStateEventListeners() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the alarm state event listener vector.
getAlarmStatusValueRowHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The data table time value row header.
getAlarmString() - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the underlying strings, allowing strings to be updated from rich text box..
getAlarmStringTextBox() - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the JTextArea use to display the notes string.
getAlarmTimeFormatString() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the TimeFormater string used to format time values for alarm reporting.
getAlarmTransitionEventEnable() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Set to True to signify that any change in an alarm state should invoke the AlarmTransitionEventHandler.
getAlarmTransitionEventListeners() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the alarm transition event listener vector.
getAnnotationArray() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the array of TextObject objects, representing the annotations of the chart.
getAnnotationFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get annotation font.
getAnnotationNudge() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the x and y-values use to offset a data points annotation with respect to the actual data point.
getArrowHeadHalfWidth() - Method in class com.quinncurtis.chart2djava.Arrow
Returns the arrow head half width.
getArrowHeadLength() - Method in class com.quinncurtis.chart2djava.Arrow
Returns the arrow head length.
getArrowScaleFactor() - Method in class com.quinncurtis.chart2djava.Arrow
Returns the arrow scale factor.
getArrowShaftHalfWidth() - Method in class com.quinncurtis.chart2djava.Arrow
Returns the arrow shaft half width.
getArrowShaftLength() - Method in class com.quinncurtis.chart2djava.Arrow
Returns the arrow shaft length.
getArrowShape() - Method in class com.quinncurtis.chart2djava.Arrow
Returns the GeneralPath object used to draw the arrow.
getAutoCompressDatasetModeX() - Method in class com.quinncurtis.chart2djava.ChartDataset
The compression type for the x-values.
getAutoCompressDatasetModeY() - Method in class com.quinncurtis.chart2djava.ChartDataset
The compression type for the y-values.
getAutoCompressDivisor() - Method in class com.quinncurtis.chart2djava.ChartDataset
The number of data points in each segment that is reduced to a single datapoint (two for the DATACOMPRESS_MINMAX compression type) in the compressed dataset.
getAutoCompressTriggerValue() - Method in class com.quinncurtis.chart2djava.ChartDataset
Compression will occur if the number of datapoints exceeds this value.
getAutoDataCompressEnable() - Method in class com.quinncurtis.chart2djava.ChartDataset
Specifies that the data compression is automatically performed for data display.
getAutoGradient() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Set/Get the auto gradient mode for filled objects.
getAutoLogAlarmsAsNotes() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get true to automatically log alarm conditions to the samples intervals notes object.
getAutoLogAlarmsAsNotes() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get true to automatically log alarm conditions to the samples intervals notes object.
getAutoNormalCurve() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Set to true and the normal curve is automatically drawn
getAutoScaleNumberGroups() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the value of the number of groups used in auto axis calculations.
getAutoScaleVector() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the array of all of the datasets used in the graph, used in the auto-scale routines.
getAutoSizeLegendRectangle() - Method in class com.quinncurtis.chart2djava.Legend
Returns the a flag that specifies whether the legend rectangle is auto-sized.
getAverageX() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the average of all x-values in simple and group datasets.
getAverageY() - Method in class com.quinncurtis.chart2djava.SimpleDataset
Returns the average of the y-values in the dataset.
getAxisIntercept() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axis intercept with the orthogonal axis, in physical coordinates.
getAxisLabelFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the font used to label the x- and y- axes.
getAxisLabels() - Method in class com.quinncurtis.chart2djava.Axis
Returns the axis labels object associated with this axis.
getAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the number of digits to the right of the decimal point to use for axis labels
getAxisLabelsDecimalPos(double) - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
Returns the number of digits to the right of the decimal point for numeric axis labels.
getAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
Returns the number of digits to the right of the decimal point for numeric axis labels.
getAxisLabelsDecimalPos(double) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns the number of digits to the right of the decimal point for numeric axis labels.
getAxisLabelsDir() - Method in class com.quinncurtis.chart2djava.AxisLabels
Gets the justification of the axis labels with respect to the axis tick marks.
getAxisLabelsEnds() - Method in class com.quinncurtis.chart2djava.AxisLabels
Returns whether there should be labels for the axis minimum (LABEL_MIN), maximum (LABEL_MAX) or tick mark starting point (LABEL_ORIGIN).
getAxisLabelsFormat(TickMark) - Method in class com.quinncurtis.chart2djava.AxisLabels
Returns the numeric format for the axis labels.
getAxisLabelsFormat() - Method in class com.quinncurtis.chart2djava.AxisLabels
Returns the numeric format for the axis labels.
getAxisLabelsFormat(TickMark) - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
Returns the numeric format for the axis labels.
getAxisLabelsFormat(TickMark) - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Returns the label format for the axis labels.
getAxisLabelsFormat(TickMark) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns the time format constant for a given tick mark.
getAxisLabelsStrings() - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Returns the string array, size numTickStrings, holding the axis label strings.
getAxisLabelsTickOffsetX() - Method in class com.quinncurtis.chart2djava.AxisLabels
Gets the x-offset of the label offset from the endpoint of the associated tick mark.
getAxisLabelsTickOffsetY() - Method in class com.quinncurtis.chart2djava.AxisLabels
Gets the y-offset of the label offset from the endpoint of the associated tick mark.
getAxisMajorNthTick() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axisMajorNthTick field.
getAxisMajorTickLength() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axis major tick mark length in device (DEV_POS) coordinates.
getAxisMax() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axis maximum in physical coordinates.
getAxisMin() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axis minimum in physical coordinates.
getAxisMinorNthTick() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axisMinorNthTick field.
getAxisMinorTickLength() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axis minor tick mark length, in device (DEV_POS) coordinates.
getAxisMinorTicksPerMajor() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the number of minor ticks per major tick mark in the auto-scale setup.
getAxisMinorTicksPerMajor() - Method in class com.quinncurtis.chart2djava.Axis
Returns the number of minor tick marks per major tick mark.
getAxisNormIntercept() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the normalized axis intercept.
getAxisRange() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axis range in physical coordinates.
getAxisTickDir() - Method in class com.quinncurtis.chart2djava.Axis
Returns the direction of the axis tick marks.
getAxisTickMarkTimeBase() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns the time axis tick mark time super.
getAxisTickOrigin() - Method in class com.quinncurtis.chart2djava.Axis
Returns the starting point for positioning tick marks, in physical coordinates.
getAxisTicksArrayList() - Method in class com.quinncurtis.chart2djava.Axis
Returns the vector that holds a list of tick marks, in the form of TickMark objects, for this axis.
getAxisTickSpace() - Method in class com.quinncurtis.chart2djava.LinearAxis
Returns the minor tick mark spacing.
getAxisTickSpace() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns the minor tick mark spacing.
getAxisTitleFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the font used for the axes titles.
getAxisType() - Method in class com.quinncurtis.chart2djava.Axis
Returns the value of the axis type.
getBackgroundBarXOffset() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the background bar left offset, in normalized coordinates.
getBackgroundColor1() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the first of two colors used in the alternating background colors used to delineate the table rows.
getBackgroundColor2() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the second of two colors used in the alternating background colors used to delineate the table rows.
getBackgroundDrawEnable() - Method in class com.quinncurtis.chart2djava.ChartView
Returns the printer background print mode.
getBackgroundGradient() - Method in class com.quinncurtis.chart2djava.Background
Returns the user-defined gradient used when the USERGRADIENTMODE mode is selected.
getBackgroundMode() - Method in class com.quinncurtis.chart2djava.Background
Returns the background mode.
getBackgroundTexture() - Method in class com.quinncurtis.chart2djava.Background
Returns the user-defined texture used when the USERTEXTUREMODE mode is selected.
getBackgroundType() - Method in class com.quinncurtis.chart2djava.Background
Returns the background type.
getBarAttrib() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the primary bar attribute object for the bars of the histogram.
getBarAttrib() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default primary bar attribute object for the bars of the chart.
getBarDatapointLabelPosition() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the bar data point label position.
getBarDataValue() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the numeric label template object used to place numeric values on the bars.
getBarDataValue() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default numeric label template used to label the values of bar plot of the frequency histogram part of the chart.
getBarFillColor() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Sets the fill color for the chart object.
getBarJust() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the justification of bars in bar graph plot objects.
getBarLineColor() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Sets the line color for the chart object.
getBarLineWidth() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Sets the line width for the chart object.
getBarOrient() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the orientation for bar plots.
getBarOverlap() - Method in class com.quinncurtis.chart2djava.GroupBarPlot
Returns the overlap for adjacent bars within a group for group bar plots.
getBarPlot() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the histogram bar plot object of the frequency histogram part of the chart.
getBarPlot() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get a reference to the SimpleBarPlot used to plot the data.
getBarWidth() - Method in class com.quinncurtis.chart2djava.Background
 
getBarWidth() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the width of bars, in physical coordinates, for bar plots.
getBarWidth() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default width value of the frequency histogram bars.
getBaseArrow() - Method in class com.quinncurtis.chart2djava.ArrowPlot
Returns a copy of the base arrow object used to draw the arrows.
getBaseAxis() - Method in class com.quinncurtis.chart2djava.AxisLabels
Gets the base axis associated with this axis labels object.
getBaseAxis() - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Gets the base axis associated with this axis labels object.
getBasePolarAxis() - Method in class com.quinncurtis.chart2djava.PolarAxesLabels
Returns the PolarAxes object associated with this object.
getBatchColumnHeadString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the batch number column head in the log file.
getBatchIncrement() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get increment between adjacent samples of batch type charts that use a numeric x-scale.
getBatchNumberValue(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the group number value at the specified index.
getBatchStartValue() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the starting numeric value of the x-scale for batch type charts that use a numeric x-scale.
getBatchStopValue() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the ending numeric value of the x-scale for batch type charts that use a numeric x-scale.
getBottomLabelMargin() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get an additional margin, in normalized coordinates, if only the primary graphs is displayed, allowing for the x-axis labels
getBoundingBox() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the bounding box for the chart object.
getBoxFillAttributes() - Method in class com.quinncurtis.chart2djava.CandlestickPlot
Returns the fill attributes for the filling the candlestick box when the open value is greater than the close value.
getBubbleDevRadius() - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Returns the radius of the legend bubble in device coordinates.
getBubblePhysSize() - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Returns the size of the legend bubble in physical coordinates.
getBubbleSizeType() - Method in class com.quinncurtis.chart2djava.BubblePlot
Returns the bubble plot size type .
getBufferedImage() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Returns the buffered image that the ChartView object has been rendered to.
getButtonMask() - Method in class com.quinncurtis.chart2djava.ChartMouseListener
Gets the mouse button that is associated with moving objects.
getButtonMask() - Method in class com.quinncurtis.chart2djava.ChartZoom
This method returns what mouse button is trapped as the mouse zoom button.
getButtonMask() - Method in class com.quinncurtis.chart2djava.DataCursor
Returns the mouse button that is associated with data cursor movements.
getButtonMask() - Method in class com.quinncurtis.chart2djava.MoveObj
Returns the mouse button that is associated with moving objects.
getCalculatedItemTemplate() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the CalculatedItemTemplate object used as a template for displaying calculated numeric values in the table.
getCalculatedLabelFont() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the font used in the display of calculated numeric values in the table.
getCalculatedValue() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the current calculation value for this record.
getCalculatedValue(int, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get a calcualted value at a specific row (index) and column (time).
getCalculatedValueHistoryStatistic(int, int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Calculate a process statistic.
getCalculatedValueRecord(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the calculated value record at the specified index.
getCalculatedValues() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the reference to the calculatedValue array.
getCalculatedValueSrc() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get a reference to the SPCCalculatedValueRecord object associated with the control limit.
getCalculatedValueStatistic(int) - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Returns the calculated value value based on the data in the calculated historical data array, calculatedValues.
getCalculatedValueStatistic(int) - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Calculate a statistic for the historical data associated with the sample item.
getCalculationType() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the calculation type for this calculation value record.
getCalculationType() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the calculation type for this calculation value record.
getCalendarMsecs(GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Returns the number of milliseconds corresponding to a GregorianCalendar date.
getCalendarSecs(GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Returns the number of seconds corresponding to a GregorianCalendar date.
getCalendarWidthValue(int, double) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Many of the plotting routines require a "width" property, the value of which may not be intuitive give the wide range of scales supported by the time and date coordinate systems.
getCalendarX() - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Returns the X coordinate of this ChartPoint2D.
getCalendarX() - Method in class com.quinncurtis.chart2djava.GroupPoint2D
Returns the X coordinate of this point as a date.
getCategoryStrings() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the StringArray object holding the strings used to label the categories of the Pareto plot.
getCategoryValues() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the DoubleArray object holding the category values used in building the Pareto plot.
getCenterX() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
 
getCenterY() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Returns the y-value of the center of the rectangle.
getChartAlarmEmphasisMode() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the chart alarm emphasis mode
getChartData() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the object that holds the descriptive text, sampled and calculated values associated with the control chart.
getChartData() - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Returns the SPCControlChartData object associated with the tooltip.
getChartInitialized() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Returns true if the control chart has been initialized at least once.
getChartLabel(int) - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get a specific ChartLabel object in the chartLabelArray array list.
getChartNumber() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table chart number string.
getChartNumberHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the chartNumber field.
getChartObjAttributes() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns a reference to the attributes for a chart object.
getChartObjClipping() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the object clipping mode.
getChartObjComponent() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns a reference to the ChartView component that the chart object is placed in
getChartObjectsVector() - Method in class com.quinncurtis.chart2djava.ChartView
This method returns a reference to the vChartObject vector that holds all of the GraphObj objects added to the current view.
getChartObjEnable() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns true if the chart object is enabled.
getChartObjIDCntr() - Method in class com.quinncurtis.chart2djava.ChartObj
Returns the current value of the chartObjIDCntr static counter.
getChartObjScale() - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the physical coordinate system associated with the gradient.
getChartObjScale() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns a reference to the PhysicalCoordinates scale object that the chart object is placed in
getChartObjType() - Method in class com.quinncurtis.chart2djava.ChartObj
Returns the chart object type.
getChartOrientation() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the orientation of the histogram bars int the chart.
getChartPosition() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the current chart type.
getChartTable() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the object that holds the data table information needed to display the data table along with the chart
getChartValueIndex() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the index of the variable used as the source of the SPC data in the chart.
getChartValueSource() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the source of SPC data plotted in the chart.
getCircleShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value CIRCLE.
getClassSource(Class<?>) - Static method in class com.quinncurtis.chart2djava.Locator
Find the directory or jar file the class has been loaded from.
getClassToFind() - Method in class com.quinncurtis.chart2djava.FindObj
Returns the string representation of the base class that selectively restricts what objects are considered in the search for object under the mouse cursor.
getClippingArea() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method returns True if clipping to the plot area is currently on.
getClippingBounds() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the clipping bounds.
getClipRect() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the current clipping rectangle of the current graphics context.
getColor() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the primary color of an ChartAttribute object.
getColor() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the primary line color for the chart object.
getColumn(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns all of the row values in the specified column.
getColumnDelimiterChar() - Method in class com.quinncurtis.chart2djava.CSV
This methods returns the column delimiter character.
getComparisonOperator() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the comparison operator.
getCompatibleAutoScale() - Method in class com.quinncurtis.chart2djava.ChartScale
An abstract methods that has the function of returning an auto-scale object compatible with the current scale object.
getCompatibleAutoScale() - Method in class com.quinncurtis.chart2djava.LinearScale
This method returns an AutoScale object that is compatible with this LinearScale object, an LinearAutoScale object.
getCompatibleAutoScale() - Method in class com.quinncurtis.chart2djava.LogScale
This method returns an AutoScale object that is compatible with this LogScale object, an LogAutoScale object.
getCompatibleAutoScale() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns an AutoScale object that is compatible with this TimeScale object, an TimeAutoScale object.
getCompatibleAutoScale() - Method in class com.quinncurtis.spcchartjava.ProbabilityScale
This method returns an AutoScale object that is compatible with this ProbabilityScale object, an ProbabilityAutoScale object.
getCompatibleAxes() - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method returns an PolarAxes axis object, compatible with this coordinate system.
getCompatibleAxesLabels() - Method in class com.quinncurtis.chart2djava.PolarAxes
This method returns an AxesLabels object that is compatible with this PolarAxes object.
getCompatibleAxis(int) - Method in class com.quinncurtis.chart2djava.CartesianCoordinates
This method returns either a linear or a logarithmic axis object, compatible with the specified coordinate system (x or y).
getCompatibleAxis() - Method in class com.quinncurtis.chart2djava.ChartScale
An abstract methods that has the function of returning an axis object compatible with the current scale object.
getCompatibleAxis() - Method in class com.quinncurtis.chart2djava.LinearScale
This method returns an Axis object that is compatible with this LinearScale object, an LinearAxis object.
getCompatibleAxis() - Method in class com.quinncurtis.chart2djava.LogScale
This method returns an Axis object that is compatible with this LogScale object, an LogAxis object.
getCompatibleAxis(int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This abstract method returns an axis compatible with the current physical coordinate system.
getCompatibleAxis() - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method returns an PolarAxes axis object, compatible with this coordinate system.
getCompatibleAxis(int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
Returns an TimeAxis axis compatible with the time axis of this object.
getCompatibleAxis() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns an Axis object that is compatible with this TimeScale object, an TimeAxis object.
getCompatibleAxis(int) - Method in class com.quinncurtis.spcchartjava.ProbabilityCoordinates
Returns an axis compatible with the specified axis of this object.
getCompatibleAxis() - Method in class com.quinncurtis.spcchartjava.ProbabilityScale
This method returns an Axis object that is compatible with this ProbabilityScale object, an ProbabilityAxis object.
getCompatibleAxisLabels() - Method in class com.quinncurtis.chart2djava.Axis
The abstract getCompatibleAxisLabels method needs to be implemented in any subclasses of this class.
getCompatibleAxisLabels() - Method in class com.quinncurtis.chart2djava.LinearAxis
This method returns an AxisLabels object that is compatible with this LinearAxis object.
getCompatibleAxisLabels() - Method in class com.quinncurtis.chart2djava.LogAxis
This method returns an AxisLabels object that is compatible with this LogAxis object.
getCompatibleAxisLabels() - Method in class com.quinncurtis.chart2djava.TimeAxis
This method returns an AxisLabels object that is compatible with this TimeAxis object.
getCompatibleAxisLabels() - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
This method returns an AxisLabels object that is compatible with this ProbabilityAxis object.
getCompatibleAxisLabels() - Method in class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
This method returns an AxisLabels object that is compatible with this ProbabilitySigmaAxis object.
getCompatibleLabel() - Method in class com.quinncurtis.chart2djava.AxisLabels
The abstract getCompatibleLabel method needs to be implemented in any subclasses of this class.
getCompatibleLabel() - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
This method returns an ChartLabel object that is can be used to label the tick marks of this NumericAxisLabels object.
getCompatibleLabel() - Method in class com.quinncurtis.chart2djava.StringAxisLabels
This method returns an ChartLabel object that is can be used to label the tick marks of this StringAxisLabels object.
getCompatibleLabel() - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns an ChartLabel object compatible with the current TimeAxisLabels axis object.
getContext() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns a reference to the current graphics context used by the drawing routines in this class.
getContourLabelFlag(int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns a specific contour label flag.
getContourLevel(int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns a specific contour level.
getContourLineAlgorithm() - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns the contour line drawing algorithm.
getContourLineFlag(int) - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns a specific contour line flag.
getContourType() - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns the contour plot type.
getControlLabelPosition() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get that numeric label for a control limit is placed inside, or outside the plot area INSIDE_PLOTAREA.
getControlLimit(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the value of a specific SPC chart limit.
getControlLimitData(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get control limit data associated with a specfic index in the controlLimitData array.
getControlLimitData() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the array of the plot objects associated with control limits.
getControlLimitHistoryValue(int) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get a values for the controlLimitsValues historical buffer.
getControlLimitLabelFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get annotation font.
getControlLimitLabelNudge() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Set the text label offset from the end of the plot.
getControlLimitRecord(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the control limit record at the specified index.
getControlLimitRecord() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the SPCControlLimitRecord for this object.
getControlLimitSigmaLevel() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Sigma level for the plotted limit.
getControlLimitString(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the text for a specific SPC chart limit.
getControlLimitText(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the control limit text at the specified index.
getControlLimitText() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the Normal alarm message;
getControlLimitType() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the alarm type: SPC_NOTA_LIMIT, SPC_LOWERTHAN_LIMIT, or SPC_GREATERTHAN_LIMIT.
getControlLimitValue(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get a control limit value (for charts with variable control limits) at a specific row (index) and column (time).
getControlLimitValue(int, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get a control limit value (for charts with variable control limits) at a specific row (index) and column (time).
getControlLimitValue() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the alarm limit value.
getControlLimitValues() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the controlLimitValues array.
getControlLineMode() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set/Get the control line mode.
getCoordinateSwap() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the plot objects coordinate swap mode.
getCoordinateSystem() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the coordinate system object for the histogram.
getCoordinateSystem() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the probability coordinate system for the chart.
getCoordinateSystem1() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the coordinate system object of the frequency histogram part of the chart.
getCoordinateSystem2() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the coordinate system object of the cumualtive frequency part of the chart.
getCoordinateSystemType(PhysicalCoordinates) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns POLAR_POS if the coordinate system is of type PolarCoordinates, otherwise it returns PHYS_POS.
getCountedDays() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the number of full days between the starting and ending date.
getCrossoverLabelFormat() - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns the crossover label format for time axis labels.
getCrossoverTimeFormat() - Method in class com.quinncurtis.chart2djava.TimeLabel
Returns the current crossover time format.
getCrossShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value CROSS.
getCumulativeFreqDataset() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the dataset object used to hold the cumualtive frequency values of the data plot.
getCurrentAttributes() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns a copy of the current drawing attributes for the class.
getCurrentColor() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the current drawing color for the class.
getCurrentColumnPosition() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the current column position.
getCurrentFont() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the current font used in the rendering of text.
getCurrentNumberRecords() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the current number of records for the chart.
getCurrentRowPosition() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the current column position.
getCurrentValue() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the current calculation value for this record.
getCurrentValues() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the reference to the currentValue array.
getCustomScatterPlotSymbol() - Method in class com.quinncurtis.chart2djava.PolarScatterPlot
Returns the custom symbol used in scatter plots.
getCustomScatterPlotSymbol() - Method in class com.quinncurtis.chart2djava.SimpleScatterPlot
Returns the custom symbol used in a scatter plot.
getCustomStroke() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the current stroke object.
getCustomTimeFormatString() - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns the time format string when custom labels are used for time values.
getCustomTimeFormatStrings() - Method in class com.quinncurtis.chart2djava.TimeLabel
This methods returns the custom format string for converting GregorianCalendar dates to text strings.
getCusumHValue() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the cuSum H value
getCusumKValue() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the cuSum K value
getDataBuffer() - Method in class com.quinncurtis.chart2djava.BoolArray
Returns a reference to the Array object that represents internal data buffer.
getDataBuffer() - Method in class com.quinncurtis.chart2djava.DoubleArray
Returns a reference to the Array object that represents internal data buffer.
getDataBuffer() - Method in class com.quinncurtis.chart2djava.IntArray
Returns a reference to the Array object that represents internal data buffer.
getDataBuffer() - Method in class com.quinncurtis.chart2djava.StringArray
Returns a reference to the Array object that represents internal data buffer.
getDataCursorEnable() - Method in class com.quinncurtis.chart2djava.DataCursor
This returns True if the data cursor is enabled.
getDatalLogEnable() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns true if data logging enabled.
getDataLogCSV() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The CSV (Comma Separated Value) specifyier for the logging data SPC data to a file.
getDataLogFilename() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The string used as the file name for data logging.
getDataLogFlags() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the flags that control what items are logged to the data log file.
getDataLogUserString() - 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.
getDataMoveEnable() - Method in class com.quinncurtis.chart2djava.MoveData
This method returns True if this object is enabled.
getDataName() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the string name assigned to the dataset.
getDataPoint(int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the x- and y-value of a point in a group dataset.
getDataPoint(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the x- and y-value of a point at the specified index.
getDataPoint3D(int) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns the x-, y- and z-values of a point at the specified index.
getDataset() - Method in class com.quinncurtis.chart2djava.ChartPlot
An abstract method that must returns a reference to the current dataset.
getDataset() - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns a reference to the current ContourDataset.
getDataset() - Method in class com.quinncurtis.chart2djava.GroupPlot
Returns a reference to the current GroupDataset.
getDataset() - Method in class com.quinncurtis.chart2djava.PieChart
Returns a reference to the current SimpleDataset.
getDataset() - Method in class com.quinncurtis.chart2djava.PolarPlot
Returns a reference to the dataset.
getDataset() - Method in class com.quinncurtis.chart2djava.SimplePlot
Returns a reference to the current SimpleDataset.
getDatasetColumnSum() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns an array of double that contains the sum of the group values for each index, 0 to numberDatapoints-1.
getDatasetMax(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the maximum value for either the xData or yData arrays.
getDatasetMax(int) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns the maximum value for either the xData, yData or zData arrays.
getDatasetMax(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the maximum value for either the xData or yData arrays.
getDatasetMax(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the maximum value for either the xData or yData arrays.
getDatasetMin(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the minimum value for either the xData or yData arrays.
getDatasetMin(int) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns the minimum value for either the xData, yData or zData arrays.
getDatasetMin(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the minimum value for either the xData or yData arrays.
getDatasetMin(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the minimum value for either the xData or yData arrays.
getDatasetsMax(ChartDataset[], int, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This static method returns the maximum value in an array of SimpleDataset objects.
getDatasetsMin(ChartDataset[], int, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This static method returns the minimum value in an array of SimpleDataset objects.
getDatasetsSumMax(GroupDataset[], int, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method is used by the auto-scale routines to determine the maximum scale value for "stacked" graphs that use group data.
getDatasetsSumMin(GroupDataset[], int, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method is used by the auto-scale routines to determine the minimum scale value for "stacked" graphs that use group data.
getDatatooltip() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the data tooltip object for the chart.
getDatatooltip() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the data tooltip object for the chart.
getDatatooltip() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts tooltip.
getDataToolTipFormat() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns the format of the tooltip display.
getDateCrossoverCondition() - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns the crossover label condition for time axis labels.
getDateCrossoverMode() - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns the crossover label mode for time axis labels.
getDateHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the dateString field.
getDateStart() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Returns the starting date value for a time axis in the auto-scale setup.
getDateStop() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Returns the ending date value for a time axis in the auto-scale setup.
getDateString() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table date string.
getDateTimeX() - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Returns the X coordinate of this ChartPoint2D.
getDecimalPos() - Method in class com.quinncurtis.chart2djava.NumericLabel
Returns the number of digits to the right of the decimal for the numeric label.
getDefaultAbsRangeString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the y-axis of secondary chart of I-R charts.
getDefaultAxisLabelsFont() - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the default font used for the axes labels and axes titles.
getDefaultAxisLabelsFont() - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Get default font object used for the axes labels and axes titles.
getDefaultAxisLabelsFont() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default font used for the axes labels and axes titles.
getDefaultAxisTitleFont() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default font object used for the axes titles.
getDefaultChartFont() - Static method in class com.quinncurtis.chart2djava.GraphObj
Returns a reference to the default font.
getDefaultChartFontString() - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the default font used in the chart.
getDefaultChartFontString(String) - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the default font used in the chart.
getDefaultChartFontString() - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default font used in the chart.
getDefaultChartFontString(String) - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default font used in the chart.
getDefaultChartFontString() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default font used in the chart.
getDefaultChartFontString(String) - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default font used in the chart.
getDefaultChartFontString() - Static method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the default font used in the table display.
getDefaultControlLimitSigma() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get that SPC control limits are to be calculated using the 3 sigma level standard.
getDefaultDataLogFilenameRoot() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the default file name for data logging.
getDefaultDataValueFont() - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the default font used for the numeric values labeling the bars.
getDefaultDefectRowHeaderPrefix() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the default symbol used for the row headers of the sample data items.
getDefaultFooterFont() - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the font used for the chart footer.
getDefaultFooterFont() - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default footer font.
getDefaultFooterFont() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the font used for the chart footer.
getDefaultGraphBackgroundColor() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the default background color for the graph area.
getDefaultGraphBorder() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get/Set the default graph border object for the chart.
getDefaultGraphBorder() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default graph border object for the chart.
getDefaultHighAlarmMessageString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the high alarm message for a low control limit.
getDefaultLCLPlotLineAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get default chart attributes for the lower control limit of the chart.
getDefaultLowAlarmMessageString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target lower control limit line of the chart.
getDefaultLowControlLimitString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target low control limit line of the chart.
getDefaultMainTitleFont() - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the font used for the main title.
getDefaultMainTitleFont() - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default chart title font.
getDefaultMainTitleFont() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the font used for the main title.
getDefaultMeanString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of mean graphs.
getDefaultMeasuredDataPlotSymbol() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get default symbol used in the line marker plot of the measured variable line plot.
getDefaultMeasuredPlotLineAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get default chart attributes for the measured variable line plot.
getDefaultMedianString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of median graphs.
getDefaultNumberControlLimits() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the number of control limits in the chart.
getDefaultPlotBackgroundColor() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the default background color for the plot area.
getDefaultPlotSymbolSize() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the symbol size of the symbol used by this plot object.
getDefaultPreferredSize() - Static method in class com.quinncurtis.chart2djava.ChartView
Returns the default preferred, or initial size, of the component.
getDefaultProcessCapabilityStrings() - Static method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Default descriptors for the process capability strings: "", "Cp", "Cpl", "Cpu","Cpk","Pp", "Pl","Pu","Ppk".
getDefaultRangeString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of range graphs.
getDefaultSampledDataPlotSymbol() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get default symbol used in the sampled data scatter plots.
getDefaultSamplePlotLineAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the default chart attributes for the sampled data scatter plots
getDefaultSampleRowHeaderPrefix() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the default symbol used for the row headers of the sample data items.
getDefaultSampleValueString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the y-axis of primary chart of I-R charts.
getDefaultShortStringNo() - Static method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the default short string used to signify that the notes string is empty.
getDefaultShortStringNo() - Static method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the default short string used to signify that the notes string is empty.
getDefaultShortStringYes() - Static method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the default short string used to signify that the notes string is not empty.
getDefaultShortStringYes(String) - Static method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the default short string used to signify that the notes string is not empty.
getDefaultShortStringYes() - Static method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the default short string used to signify that the notes string is not empty.
getDefaultShortStringYes(String) - Static method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the default short string used to signify that the notes string is not empty.
getDefaultSigmaFont() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default font object used for the axis labels sigma character.
getDefaultSigmaString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of sigma graphs.
getDefaultSubHeadFont() - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get/Set the font used for the main title.
getDefaultSubHeadFont() - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default chart title font.
getDefaultSubHeadFont() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the font used for the main title.
getDefaultSumString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the sum table row.
getDefaultTableFont() - Static method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the default font used in the table display.
getDefaultTargetPlotLineAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get default chart attributes for the target line of the chart.
getDefaultTargetString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target control limit line of the chart.
getDefaultTextBoxSize() - Static method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the default size in device coordinates of the notes JTextArea.
getDefaultTextBoxSize() - Static method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the default size in device coordinates of the notes JTextArea.
getDefaultToolTipFont() - Static method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the default font object used for the tooltip.
getDefaultToolTipFont() - Static method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default font object used for the tooltip.
getDefaultToolTipFont() - Static method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default font object used for the tooltip.
getDefaultUCLPlotLineAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
GEt default chart attributes for the upper control limit of the chart.
getDefaultUpperControlLimitString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the label the target upper control limit line of the chart.
getDefaultVarianceString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title the y-axis of variance graphs.
getDefaultXBarString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to title primary chart.
getDefaultXString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used to the primary chart of I-R charts.
getDefectiveDecimalPrecision() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the default value to use for the decimal precision used to display defective item counts, -1 = auto.
getDescription() - Method in class com.quinncurtis.chart2djava.ImageFileChooser.ImageFilter
 
getDiagonalCorner() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
This method returns the corner opposite the x,y position of the rectangle.
getDiamondShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value DIAMOND.
getDirectionAdjustedPoints(ChartRectangle2D, int, Point, Point) - Method in class com.quinncurtis.chart2djava.ChartGradient
 
getDisplayChart() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set to true to enable the drawing of this chart.
getDisplayFrequencyHistogram() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Set to true to enable the drawing of the frequency histogram attached to the chart.
getDoubleBuffer() - Method in class com.quinncurtis.chart2djava.ChartPrint
This method returns the status double buffering.
getDownTriangleShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value DOWNTRIANGLE.
getElement(int) - Method in class com.quinncurtis.chart2djava.BoolArray
Get the value of a single element in the array.
getElement(int) - Method in class com.quinncurtis.chart2djava.DoubleArray
Get the value of a single element in the array.
getElement(int, int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns the value of the array element at the specified row and column.
getElement(int) - Method in class com.quinncurtis.chart2djava.IntArray
Get the value of a single element in the array.
getElement(int) - Method in class com.quinncurtis.chart2djava.StringArray
Get the value of a single element in the array.
getElements() - Method in class com.quinncurtis.chart2djava.BoolArray
Returns a copy of the data values in the array sized to the number of elements.
getElements() - Method in class com.quinncurtis.chart2djava.DoubleArray
Returns a copy of the data values in the array sized to the number of elements.
getElements() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns the elements of the array as an Array object.
getElements() - Method in class com.quinncurtis.chart2djava.IntArray
Returns a copy of the data values in the array sized to the number of elements.
getElements() - Method in class com.quinncurtis.chart2djava.StringArray
Returns a copy of the data values in the array sized to the number of elements.
getEnable() - Method in class com.quinncurtis.chart2djava.ChartMouseListener
Returns True if the mouse listener is on.
getEnable() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Enable flag for object.
getEnableAlarmStatusValues() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the alarm status row of the data table
getEnableCalculatedValues() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the calculated values rows of the data table
getEnableCalculatedValues() - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Returns the enable state of the calculated value rows of the data tooltip
getEnableCategoryValues() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the category or sample values rows of the data table
getEnableCategoryValues() - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Returns the enable state of the category value rows of the data tooltip
getEnableDataToolTip() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables data tooltips
getEnableInputStringsDisplay() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the input string rows of the data table
getEnableNotes() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the notes row of the data table
getEnableNotesString() - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Returns the enable condition of the notes string rows of the data tooltip.
getEnableNotesToolTip() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables data tooltips
getEnableProcessCapabilityValue(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get enable of process capability value
getEnableProcessCapabilityValues() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the process capability values rows of the data table
getEnableProcessCapabilityValues() - Method in class com.quinncurtis.spcchartjava.SPCDataToolTip
Returns the enable state of the process capability rows of the data tooltip
getEnableScrollBar() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true the scroll bar is added to the bottom of the chart.
getEnableTimeValues() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the time row of the data table
getEnableTotalSamplesValues() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
If set true enables the total of sampled values row of the data table
getErrorBarLineFlag() - Method in class com.quinncurtis.chart2djava.ErrorBarPlot
Returns whether error bar lines have a connecting line.
getEventAlarm() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
Get the SPCControlLimitRecord object.
getEWMA_Lambda() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the lambda value for EWMA calculations.
getEWMA_Lambda() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the lambda value for EWMA calculations.
getEWMA_StartingValue() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the lambda value for EWMA calculations.
getEWMA_StartingValue() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the lambda value for EWMA calculations.
getEWMA_UseSSLimits() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get EWMA steady-state limits
getExtension(File) - Method in class com.quinncurtis.chart2djava.ImageFileChooser.Utils
 
getFastClipDataset(String, PhysicalCoordinates, int, Integer) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns a truncated dataset that only includes the datapoints within the current scaling limits, assuming the the data is monotonic in the x or y direction.
getFastClipDataset(String, PhysicalCoordinates, int, Integer) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns a truncated dataset that only includes the datapoints within the current scaling limits, assuming the the data is monotonic in the x or y direction.
getFastClipMode() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the plot objects fast clip mode.
getFastClipOffset() - Method in class com.quinncurtis.chart2djava.ChartDataset
Returns the fast clip offset.
getFileNumColumns(Reader) - Method in class com.quinncurtis.chart2djava.CSV
This method counts the number of columns in a CSV file.
getFileNumRows(Reader) - Method in class com.quinncurtis.chart2djava.CSV
This method counts the number of rows in a CSV file.
getFillBaseValue() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the base value, in physical coordinates, of solid (bars and filled areas) plot objects.
getFillColor() - Method in class com.quinncurtis.chart2djava.Background
 
getFillColor() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the fill color of an ChartAttribute object.
getFillFlag() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the fill flag of an ChartAttribute object.
getFillStyle() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the fill style of an ChartAttribute object.
getFinalMax() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the final maximum value of the auto-scale setup.
getFinalMin() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the final minimum value of the auto-scale setup.
getFirstValidIndex(double[], int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns index of the first valid value in an array.
getFirstValidIndex(double[], double[], int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns index of the first valid xy value pair in a pair of x and y- coordinate arrays.
getFirstValidIndex(ChartPoint2D[], int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns index of the first valid point in an array of ChartPoint2D points.
getFirstValidIndex(boolean[], int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns index of the first valid point in an array of ChartPoint2D points.
getFirstValidIndex() - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns the index of the first valid data point in a simple dataset.
getFirstValidIndex(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the index of the first valid data point in a group dataset.
getFirstValidIndex() - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the index of the first valid data point in a simple dataset.
getFirstValidValue(double[], int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the first valid value in an array.
getFooter() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the footer object for the chart.
getFooter() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the footer of the chart.
getFooter() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the footer object for the chart.
getFooter() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts subhead.
getFooterFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the font used for the chart subhead.
getFrequencyDataset() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the dataset object used to hold the frequency histogram values of the bar plot.
getFrequencyHistogramChart() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the optional frequency histogram attached to the chart.
getFrequencyHistogramPlot() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the histogram plot object.
getFrequencyLimits() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the DoubleArray object that holds the limit values for the frequency bins of the histogram.
getFrequencyValues() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the DoubleArray object that holds the values that are counted with respect to the frequency bins.
getGage() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table gage string.
getGageHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the gage field.
getGradient() - Method in class com.quinncurtis.chart2djava.ChartAttribute
The ChartGradient object controls the simple (2-color) and complex (multi-color) gradients.
getGradientBreakpoints() - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient breakpoints for the color blend of the GradientPaint.
getGradientBrush() - Method in class com.quinncurtis.chart2djava.ChartGradient
Returns the most recent GradientPaint, without remaking it.
getGradientColors() - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient colors for the color blend of the GradientPaint.
getGradientDirection() - Method in class com.quinncurtis.chart2djava.Background
Returns the gradient direction used when the SIMPLEGRADIENTMODE mode is selected.
getGradientDirection() - 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.
getGradientMode() - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient mode.
getGradientRectangle() - Method in class com.quinncurtis.chart2djava.ChartGradient
Get/Set the gradient rectangle for the color blend of the GradientPaint.
getGradientStartColor() - Method in class com.quinncurtis.chart2djava.Background
Returns the starting color of the gradient used when the SIMPLEGRADIENTMODE mode is selected.
getGradientStopColor() - Method in class com.quinncurtis.chart2djava.Background
Returns the ending color of the gradient used when the SIMPLEGRADIENTMODE mode is selected.
getGraphAreaScale() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
Returns the working scale coordinates of the graph area.
getGraphAspectRatio() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method returns the aspect ratio (H/W) of the graph area.
getGraphBackground() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the graph background object.
getGraphBackground() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the graph background object.
getGraphBackground() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the graph background object.
getGraphBackground() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts graph background object.
getGraphBorder() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the default graph border for the chart.
getGraphBorderFrame() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method returns the position and size of the plot area inside the graph area, specified using graph normalized coordinates.
getGraphBottomPos() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the bottom edge, using normalized coordinates, of the plotting area for the secondary chart
getGraphRect() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method returns the bounds of the graph area in window device coordinates.
getGraphStartPosX() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the left edge, using normalized coordinates, of the plotting area for both primary and secondary charts
getGraphStartPosY1() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the top edge, using normalized coordinates, of the plotting area for the primary chart
getGraphStartPosY2() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the top edge, using normalized coordinates, of the plotting area for the secondary chart
getGraphStopPosX() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the right edge, using normalized coordinates, of the plotting area for both primary and secondary charts
getGraphStopPosY1() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the bottom edge, using normalized coordinates, of the plotting area for the primary chart
getGraphStopPosY2() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the bottom edge, using normalized coordinates, of the plotting area for the secondary chart
getGraphTopTableOffset() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the offset of the top of the primary chart from the bottom of the data table, using normalized coordinates
getGridAngleType() - Method in class com.quinncurtis.chart2djava.PolarGrid
Returns the grid type of the polar angle axis in an PolarAxes object.
getGridAxis(int) - Method in class com.quinncurtis.chart2djava.Grid
Returns the specified axis object of the grid.
getGridAxisType() - Method in class com.quinncurtis.chart2djava.Grid
Returns grid axis type.
getGridMagnitudeType() - Method in class com.quinncurtis.chart2djava.PolarGrid
Returns the grid type of the magnitude axis in an PolarAxes object.
getGridType() - Method in class com.quinncurtis.chart2djava.Grid
Returns the grid type.
getGridXAxis() - Method in class com.quinncurtis.chart2djava.Grid
Returns a reference to the x-axis object of the grid.
getGridYAxis() - Method in class com.quinncurtis.chart2djava.Grid
Returns a reference to the y-axis object of the grid.
getGroupAverageY(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the average for the y-values of a specific group in a group dataset.
getGroupData() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns a reference to the yGroupData array, the array of y-values for group datasets.
getGroupDataColumn(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method gets the y-values associated with a group dataset column index.
getGroupDataObj() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns a reference to the internal DoubleArray2D object used to store the group y-values.
getGroupDataRow(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method gets the y-values associated with a group dataset row index.
getGroupDataset() - Method in class com.quinncurtis.chart2djava.GroupPlot
Returns a reference to the current GroupDataset.
getGroupDatasetColumnSum() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns an array of double, that contains the sum of the group values for each index, 0 to numberDatapoints-1.
getGroupDatasetMax(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the maximum value for either the xData or yGroupData arrays.
getGroupDatasetMin(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the minimum value for either the xData or arrays.
getGroupDatasetSumMax(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This abstract method is the prototype used to find the maximum value for either the x-coordinates, or the sum of the group y-values in a dataset.
getGroupDatasetSumMax(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the maximum value for either the xData array, or the maximum of the sum across groups for each index of the yGroupData array.
getGroupDatasetSumMax(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the maximum value for either the xData array, or the maximum of the sum across groups for each index of the yGroupData array.
getGroupDatasetSumMin(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This abstract method is the prototype used to find the minimum value for either the x-coordinates, or the sum of the group y-values in a dataset.
getGroupDatasetSumMin(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the minimum value for either the xData array, or the minimum of value in group #0 of the yGroupData array.
getGroupDatasetSumMin(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the minimum value for either the xData array, or the minimum of value in group #0 of the yGroupData array.
getGroupString(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method retrieves a group string.
getGroupStrings() - Method in class com.quinncurtis.chart2djava.ChartDataset
Get method returns the string array that can be used to access the group strings in the dataset.
getGroupSumY(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the sum for the y-values of a specific group in a group dataset.
getHBarShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value HBAR.
getHeaderStringsLevel() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the level of header strings to include in the chart.
getHeight() - Method in class com.quinncurtis.chart2djava.ChartDimension
Returns the height of this dimension in double precision.
getHighAlarmStatusString() - Static method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the indicator of a high alarm in the alarm status field of the table.
getHistogramDataset() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the GroupDatset object that holds the data used to plot the histogram.
getHistogramMinWidth() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the minimum width of the histogram chart, using normalized coordinates, of the frequency histogram plotting area.
getHistogramOffset() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the offset of the frequency histogram plotting area with respect to the GraphStartPosX value.
getHistogramStartPos() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the left edge, using normalized coordinates, of the frequency histogram plotting area.
getHitTestThreshold() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns the threshold distance used to determine if the test point is close enough to at data point to be considered a hit.
getHitTestThreshold() - Method in class com.quinncurtis.chart2djava.MoveData
Returns the threshold distance used to determine if the test point is close enough to at data point to be considered a hit.
getHorizontalSpacing() - Method in class com.quinncurtis.chart2djava.Legend
Returns the horizontal spacing between legend items.
getHScrollBar() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get a reference to the charts scrollbar.
getHysteresisValue() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the alarm hysteresis value.
getImageBackgroundEnable() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Returns the image background mode.
getImageBorderEnable() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Returns the image border render mode.
getImageComponentsEnable() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Returns the image component render mode.
getImageObject() - Method in class com.quinncurtis.chart2djava.ChartImage
Returns the image for this object
getImageRectangle() - Method in class com.quinncurtis.chart2djava.ChartImage
Returns the current size (width and height) of the image.
getImageScaleFactor() - Method in class com.quinncurtis.chart2djava.ChartImage
Returns the current scale factor of the image.
getImageSize() - Method in class com.quinncurtis.chart2djava.ChartImage
Returns the current size (width and height) of the image.
getInitialClipRect() - Static method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the initial clipping rectangle of the graphics context.
getInitialMax() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the initial maximum value of the auto-scale setup.
getInitialMin() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the initial minimum value of the auto-scale setup.
getInnerLegendRectangle() - Method in class com.quinncurtis.chart2djava.Legend
Returns the location of the inner legend rectangle.
getInterGraphMargin() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the margin, in normalized coordinates, between the primary and seconday charts
getIntersectClipRect(ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.UserCoordinates
Combines the initital clipping rectangle with the current clipping rectangle, returning the intersection.
getIntersectionTestDistance() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the value of the intersectionTestDistance property.
getJPEGQuality() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Returns the image quality of the buffered image to JPEG conversion.
getLabelAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the chart attribute used for this objects label.
getLabelDecs() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the decimal precision used when converting the limitValue to a label, use -1 for auto.
getLabelFont() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get font used in labeling the low, high and target control lines.
getLabelInOut(int) - Method in class com.quinncurtis.chart2djava.PieChart
Returns the pie slice labeling mode associated with a specific pie slice.
getLabelLimit() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Returns true if limit labeled.
getLabelPosition() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the position of the plot objects label.
getLabelsOrigin() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the starting value of labels and tick marks in the auto-scale setup.
getLabelTemplateDecimalPos() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns number of digits to the right of the decimal point in the plotLabelTemplate property.
getLabelTemplateNumericFormat() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the numeric format of the plotLabelTemplate property.
getLastTickMark() - Method in class com.quinncurtis.chart2djava.Axis
Returns the most recent TickMark object.
getLayoutMode() - Method in class com.quinncurtis.chart2djava.StandardLegend
Returns the legend item layout mode.
getLegendBorderRect(int) - Method in class com.quinncurtis.chart2djava.Legend
Returns one of the four legend border values.
getLegendGeneralText(int) - Method in class com.quinncurtis.chart2djava.Legend
Returns an ChartText object representing a header, subhead, or footer to the current legend.
getLegendHeight() - Method in class com.quinncurtis.chart2djava.Legend
Returns the height of the legend rectangle in normalized coordinates.
getLegendItem(int) - Method in class com.quinncurtis.chart2djava.BubblePlotLegend
Returns the BubblePlotLegendItem object at the specified index.
getLegendItem(int) - Method in class com.quinncurtis.chart2djava.StandardLegend
Returns the LegendItem object at the specified index.
getLegendItemCustomShape() - Method in class com.quinncurtis.chart2djava.LegendItem
Returns the user defined shape used by the ChartSymbol object used by the legend item.
getLegendItemSymbol() - Method in class com.quinncurtis.chart2djava.LegendItem
Returns the ChartSymbol object used by the legend item.
getLegendItemText() - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Returns the ChartText object used by the legend item.
getLegendItemText() - Method in class com.quinncurtis.chart2djava.LegendItem
Returns the ChartText object used by the legend item.
getLegendWidth() - Method in class com.quinncurtis.chart2djava.Legend
Returns the width of the legend rectangle in normalized coordinates.
getLength(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns the size for each dimension of the array.
getLicensePath() - Static method in class com.quinncurtis.chart2djava.ChartView
Returns the path that the QCLicenseJava.lic.xml file is found on.
getLimitMode() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the plot object mode.
getLimitString() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the string used to label the line plot.
getLimitValue() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the limit value used by this plot object.
getLineAttrib() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default primary line attribute object for the line plot of the chart.
getLineColor() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the primary color of an ChartAttribute object.
getLineColor() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the primary line color for the chart object.
getLineFlag() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the line flag of an ChartAttribute object.
getLineLabelObj() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get a reference to the LableObject used to label a control limit.
getLineLeading() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the line leading, the space between lines in multi-line text, in device units.
getLineMarkerPlot() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the line marker plot object displaying the cumualtive frequency part of the chart.
getLineMarkerPlot() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get a reference to the SimpleLineMarkerPlot used to plot the data.
getLineMarkerPlotDataValue() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default numeric template object used to label the line marker plot of the cumualtive frequency part of the chart.
getLineMarkerSymbol() - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Returns the symbol for line marker plots.
getLinePlot() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get a reference to the SimpleLinePlot used to plot the data.
getLineShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value LINE.
getLineStyle() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the line style of an ChartAttribute object.
getLineStyle() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the line style for the chart object.
getLineWidth() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the line width of an ChartAttribute object.
getLineWidth() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the line width for the chart object.
getLocation() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the position of the chart object, using the coordinate system specified by the property positionType.
getLocation(int) - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the position of the chart object, converting the position to the coordinate system specified by the npositiontype parameter.
getLocation(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the position of the chart object, using the coordinate system specified by the property positionType.
getLocationURLs(File) - Static method in class com.quinncurtis.chart2djava.Locator
Get an array of URLs representing all of the jar files in the given location.
getLocationURLs(File, String[]) - Static method in class com.quinncurtis.chart2djava.Locator
Get an array of URLs representing all of the files of a given set of extensions in the given location.
getLogTickFormat() - Method in class com.quinncurtis.chart2djava.LogAxis
Returns the value of the logTickFormat field.
getLongString() - Method in class com.quinncurtis.spcchartjava.NotesLabel
Get the notes long string.
getLongStringEnable() - Method in class com.quinncurtis.spcchartjava.NotesLabel
Returns true to enable the long string display.
getLowAlarmStatusString() - Static method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the indicator of a low alarm in the alarm status field of the table.
getLSLValue() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the LSL value for this record.
getMA_w() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the lambda value for EWMA calculations.
getMA_w() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the MA length value for MA calculations.
getMachine() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table machine string.
getMachineHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the machine field.
getMainTitle() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the main title object for the chart.
getMainTitle() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get main title object of the chart.
getMainTitle() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the main title object for the chart.
getMainTitle() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts mainTitle.
getMainTitleFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the font used for the chart title.
getMarkerSize() - Method in class com.quinncurtis.chart2djava.Marker
Returns the marker size.
getMarkerType() - Method in class com.quinncurtis.chart2djava.Marker
Returns the marker type.
getMarkLookaheadLimit() - Method in class com.quinncurtis.chart2djava.ChartDataset
 
getMax() - Method in class com.quinncurtis.chart2djava.ChartScale
Returns the maximum value of the scale.
getMaxAllowableValue() - Static method in class com.quinncurtis.spcchartjava.ProbabilityScale
Get the maximum allowable value of the probability scale.
getMaxCapacity() - Method in class com.quinncurtis.chart2djava.BoolArray
This method returns the value of the maxCapacity field.
getMaximum(DoubleArray, BoolArray) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the maximum value in an array.
getMaximum(DoubleArray) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the maximum value in an array.
getMaximum(double[]) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the maximum value in an array.
getMaximum(DoubleArray2D, BoolArray, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the maximum value in a 2D array.
getMaxRangeAdjust() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the initial maximum value adjustment factor.
getMaxY() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the maximum value used to scale the y-axis of the chart.
getMean(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the mean of an array.
getMean(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the mean of an array.
getMedian(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the median of an array.
getMedian(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the median of an array.
getMidpoint() - Method in class com.quinncurtis.chart2djava.ChartScale
Returns the midpoint (scaleStop + scaleStart)/2.0 of the scale.
getMillisecondsPerDay() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the number of seconds in a day, taking into account non-24 hour day modes.
getMin() - Method in class com.quinncurtis.chart2djava.ChartScale
Returns the minimum value of the scale.
getMinAllowableValue() - Static method in class com.quinncurtis.spcchartjava.ProbabilityScale
Get the minimum allowable value of the probability scale.
getMinimum(DoubleArray, BoolArray) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the minimum value in an array.
getMinimum(double[]) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the minimum value in an array.
getMinimum(DoubleArray) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the minimum value in an array.
getMinimum(DoubleArray2D, BoolArray, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the minimum value in a 2D array.
getMinimumSize() - Method in class com.quinncurtis.chart2djava.ChartView
This method returns the minimum allowable size for the component.
getMinRangeAdjust() - Method in class com.quinncurtis.chart2djava.AutoScale
Returns the initial minimum value adjustment factor.
getMinY() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the minimum value used to scale the y-axis of the chart.
getMostRecentSampledValues() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get an array holding the values of the most recent sampled, or measured values used in calculating the records calculateValue value.
getMouseListenerEnable() - Method in class com.quinncurtis.chart2djava.ChartMouseListener
Returns True if the mouse listener is on.
getMoveableType() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns how the object can be moved: whether it can be moved as a single object (OBJECT_MOVEABLE) or whether individual data points can be moved (DATA_MOVEABLE).
getMoveMode() - Method in class com.quinncurtis.chart2djava.MoveData
Returns the move mode that is associated with moving points.
getMoveObjectEnable() - Method in class com.quinncurtis.chart2djava.MoveObj
This method return true if the move object event listener is active.
getMoveObjectFilter() - Method in class com.quinncurtis.chart2djava.MoveObj
Returns the move object filter that qualifies selected objects.
getMoveObjMode() - Method in class com.quinncurtis.chart2djava.MoveObj
Returns the move mode that is associated with moving objects.
getMultilineSubstring(String, int) - Method in class com.quinncurtis.chart2djava.ChartText
This method returns the substring at a specific line index in a multiline string.
getNearestDataValue() - Method in class com.quinncurtis.chart2djava.DataToolTip
In the mousePressed event, this function will return the xy data point nearest the mouse cursor position.
getNearestGroupIndex() - Method in class com.quinncurtis.chart2djava.NearestPointData
Returns the group number of the nearestPoint in the test dataset (group datasets only).
getNearestPoint() - Method in class com.quinncurtis.chart2djava.DataToolTip
In the mousePressed event, this function will return information about1 the the search for the nearest data point.
getNearestPoint() - Method in class com.quinncurtis.chart2djava.NearestPointData
Returns the data point nearest the test point, in physical coordinates.
getNearestPointIndex() - Method in class com.quinncurtis.chart2djava.NearestPointData
Returns the index of the nearestPoint in the test dataset (group and simple datasets).
getNearestPointMinDistance() - Method in class com.quinncurtis.chart2djava.NearestPointData
Returns the distance between the test point and the nearest data point, in physical coordinates.
getNearestPointValid() - Method in class com.quinncurtis.chart2djava.NearestPointData
Returns the group number of the nearestPoint in the test dataset (group datasets only).
getNewLineString() - Method in class com.quinncurtis.chart2djava.CSV
This methods returns the newline string.
getNormalCurveAttribute() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Set to true and the normal curve is automatically drawn
getNoSymbolShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value NOSYMBOL.
getNotesColumString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the notes column head in the log file.
getNotesHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the data table notes header string.
getNotesItemTemplate() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the StringItemTemplate object used as a template for displaying string values in the table.
getNotesLabelFont() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the font used in the display of string values in the table.
getNotesList() - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Get list of NotesLabel objects to check.
getNotesMessage() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table notes message string.
getNotesString() - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the underlying strings, allowing strings to be updated from rich text box..
getNotesString(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the notes string at the specified index.
getNotesTextBox() - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the JTextArea use to display the notes string.
getNotesToolTips() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the notes tool tip.
getNumAxisLabelsStrings() - Method in class com.quinncurtis.chart2djava.StringAxisLabels
Returns the number of axis label strings stored in the userTickStrings*
getNumberDatapoints() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the value of the numberDatapoints field which is number of data points in a simple dataset, or the number of x-values in a group dataset.
getNumberGroups() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the value of the numberGroups field which is number of groups in a group dataset.
getNumberGroups() - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns the value of the numberGroups field which is number of groups in a group dataset.
getNumberGroups() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns the value of the numberGroups field which is number of groups in a group dataset.
getNumberGroups() - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the value of the nNumGroups field which is number of groups in a group dataset.
getNumberOfSamplesPerSubgroup(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the number of samples per subgroup value at the specified index.
getNumberSamplesValueRowHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the data table number of samples row header.
getNumCalculatedValues() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get number of calculated values for each record in the chart.
getNumColumns(double[][]) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the number of columns in a 2D double array.
getNumColumns(GregorianCalendar[][]) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the number of columns in a 2D GregorianCalendar array.
getNumColumns() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns the current number of columns in the array.
getNumContourLevels() - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns the number of contour levels.
getNumericColumnSpacing() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the numeric column spacing.
getNumericFormat() - Method in class com.quinncurtis.chart2djava.NumericLabel
Returns the numeric format of the numeric label.
getNumericRowSpacing() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the numeric row spacing.
getNumericValue() - Method in class com.quinncurtis.chart2djava.NumericLabel
Returns the numeric value of the numeric label.
getNumLegendItems() - Method in class com.quinncurtis.chart2djava.BubblePlotLegend
Returns the number of legend items in the current legend.
getNumLegendItems() - Method in class com.quinncurtis.chart2djava.StandardLegend
Returns the number of legend items in the current legend.
getNumLines(String) - Method in class com.quinncurtis.chart2djava.ChartText
This method returns number of line break characters, '\n', in a string.
getNumProcessCapabilityValues() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get number of process capability values for each record in the chart.
getNumRecordsPerChart() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the maximum number of records displayable at one time in the chart.
getNumRows() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns the current number of rows in the array.
getNumSampleCategories() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the number of categories in an Attribute Control chart.
getNumStrFormatPostfix() - Static method in class com.quinncurtis.chart2djava.NumericLabel
Returns the business format postfix characters.
getNumTickStagger() - Method in class com.quinncurtis.chart2djava.Axis
Returns the number of stagger levels for the axis major tick marks.
getOHLCStrings() - Method in class com.quinncurtis.chart2djava.DataToolTip
Get the strings used to differentiate the x, open, high, low and close values in the DATA_TOOLTIP_OHLC tooltip type.
getOnePolysurfacePoint(int, ChartPoint3D) - Method in class com.quinncurtis.chart2djava.Polysurface
 
getOperation() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table operation string.
getOperationHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the operation field.
getOperatorHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the theOperator field.
getOrientation() - Method in class com.quinncurtis.chart2djava.CSV
Returns the current orientation of the data file.
getOverlapLabelMode() - Method in class com.quinncurtis.chart2djava.AxisLabels
Returns the axis labels overlap mode.
getPageDialogFlag() - Method in class com.quinncurtis.chart2djava.ChartPrint
Returns the printer page dialog flag
getParentChartObjects() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the parent SPCChartObjects.
getParentSPCChartBase() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get that parent SPCChartBase object.
getPartName() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table part name string.
getPartNameHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the partName field.
getPartNumber() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table part number string.
getPartNumberHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the partNumber field.
getPhysPlotScale() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the physical coordinates of the plotting area.
getPieSliceLabelFormat() - Method in class com.quinncurtis.chart2djava.PieChart
Returns the pie slice labeling format associated with a specific pie slice.
getPieSlicePoints(int, ChartPoint2D, ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PieChart
Returns the starting, ending and arc origin for a specific pie slice in the pie chart.
getPieSliceStrings(int) - Method in class com.quinncurtis.chart2djava.PieChart
Returns the text string associated with a specific pie slice.
getPlotAreaScale() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
Returns the working scale coordinates of the plot area.
getPlotAttrib() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default primary plot attribute object for the plot of the chart.
getPlotBackground() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the plot background object.
getPlotBackground() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the plot background object.
getPlotBackground() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the plot background object.
getPlotBackground() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts plot background object.
getPlotImage() - Method in class com.quinncurtis.chart2djava.CellPlot
Returns the image object that is optionally displayed in each cell.
getPlotLabelTemplate() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the plot objects data point template.
getPlotLineAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the chart attribute used for this objects line plot.
getPlotLineStepMode() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the line step mode used by this plot object.
getPlotRect() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
Calculates and returns the bounds of the plot area clipping rectangle using window device coordinates.
getPlotSimpleDataset() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get a reference to the SimpleDataset used to plot the data.
getPlotSymbol() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the id of the symbol used by this plot object.
getPlotSymbolAttrib() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the symbol attribute used for this objects symbols.
getPlotTimeSimpleDataset() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get a reference to the TimeSimpleDataset used to plot the data.
getPlotType() - Method in class com.quinncurtis.spcchartjava.SimpleMultiPlot
Get plot type (LINEPLOT, LINEMARKERPLOT, BARPLOT or SCATTERPLOT).
getPlusShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value PULSE.
getPoint() - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Returns a Point conversion of ChartPoint2D .
getPointF() - Method in class com.quinncurtis.chart2djava.ChartPoint2D
Returns a PointF conversion of ChartPoint2D .
getPolarAxesLabels() - Method in class com.quinncurtis.chart2djava.PolarAxes
Returns the PolarAxesLabels object, if any, associated with this object.
getPolarScaleRadius() - Method in class com.quinncurtis.chart2djava.PolarCoordinates
Returns the radius of the polar scale.
getPolarXAxis() - Method in class com.quinncurtis.chart2djava.PolarAxes
Returns the x-axis LinearAxis object, if any, associated with this object.
getPolarYAxis() - Method in class com.quinncurtis.chart2djava.PolarAxes
Returns the y-axis LinearAxis object, if any, associated with this object.
getPolygonGridOn() - Method in class com.quinncurtis.chart2djava.ContourPlot
Returns the state of the polygonGridOn flag.
getPolysurface() - Method in class com.quinncurtis.chart2djava.ContourDataset
Returns the private Polysurface structure used to organize the dataset data points as a polysurface suitable for contour plot analysis.
getPolysurfacePointList() - Method in class com.quinncurtis.chart2djava.Polysurface
 
getPolysurfacePolygon(int, ChartPoint3D[], Color, Color) - Method in class com.quinncurtis.chart2djava.Polysurface
 
getPositionType() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the current position type.
getPostfixString() - Method in class com.quinncurtis.chart2djava.NumericLabel
Get the postfix string for the label.
getPPhysTransform1() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Gets a reference to the charts physical coordinate system.
getPreferredSize() - Method in class com.quinncurtis.chart2djava.ChartView
This method returns the preferred, or initial size, for the component.
getPrevAlarmState() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the previous alarm state.
getPrimaryCalculatedVariableIndex() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get index in the calculatedValues array for the primary calculated value data.
getPrimaryChart() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the object that holds he the chart objects needed to display the primary chart
getPrimaryColor() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the primary color of an ChartAttribute object.
getPrimaryControlLimits(int, int, double, double[], double[], double[]) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Using the current sampled data values, high, target and low control limits are calculated for the primary chart using an algorithim appropriate to the SPC chart type.
getPrintBackgroundEnable() - Method in class com.quinncurtis.chart2djava.ChartPrint
Returns the printer background print mode.
getPrintBorderEnable() - Method in class com.quinncurtis.chart2djava.ChartPrint
Returns the printer border print mode.
getPrintChartView() - Method in class com.quinncurtis.chart2djava.ChartPrint
Returns a reference to the ChartView component that contains the chart that is to be printed.
getPrintComponentsEnable() - Method in class com.quinncurtis.chart2djava.ChartPrint
Returns the printer component print mode.
getPrintDialogFlag() - Method in class com.quinncurtis.chart2djava.ChartPrint
Returns the printer dialog flag
getPrintRect() - Method in class com.quinncurtis.chart2djava.ChartPrint
This methods returns the output rectangle of the printed page, valid only when the PRT_RECT mapping mode is selected
getPrintSizeMode() - Method in class com.quinncurtis.chart2djava.ChartPrint
Returns the printer mapping mode.
getProbabilityDataset() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the dataset holding the data values of the plot.
getProbabilityPlot() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get probability plot scatter plot object.
getProbabilityTickFormat() - Method in class com.quinncurtis.spcchartjava.ProbabilityAxis
Returns the value of the probabilityTickFormat field.
getProcessCapabilityLSLValue() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the LSL value for this record.
getProcessCapabilityRecord(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the process capability value record at the specified index.
getProcessCapabilityUSLValue() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the USL value for this record.
getProcessCapabilityValue(int, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get a process capability value at a specific row (index) and column (time).
getProcessMean() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the process mean
getProcessMeanOverride() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns the the processMeanOverride
getProcessSigma() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the process sigma
getProcessSigmaOverride() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns the processSigmaOverride
getProcessVariableData() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Holds a reference to an object encapsulating the plot object data associated with the main variable of the chart.
getProcessVariableData2() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Holds a reference to an object encapsulating the plot object data associated with the secondary variable of the chart.
getPSMaxPolygons() - Method in class com.quinncurtis.chart2djava.Polysurface
 
getPSNumPoints() - Method in class com.quinncurtis.chart2djava.Polysurface
 
getPSNumPolygons() - Method in class com.quinncurtis.chart2djava.Polysurface
 
getPSPMean(int, int) - Method in class com.quinncurtis.chart2djava.Polysurface
 
getPSPointsPerPolygon() - Method in class com.quinncurtis.chart2djava.Polysurface
 
getPSPolygonIndices(int, int[], Color, Color) - Method in class com.quinncurtis.chart2djava.Polysurface
 
getRandomDouble() - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns a random value in the range 0.0 to 1.0.
getRange() - Method in class com.quinncurtis.chart2djava.ChartScale
Returns the range (scaleStop - scaleStart) of the scale.
getRange(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the range of an array.
getRange(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the range of an array.
getRectangle() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
 
getRectangle2D() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
 
getRenderingHints() - Method in class com.quinncurtis.chart2djava.ChartView
This method returns the rendering hints used by the graphics context.
getResetOnDraw() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get True the ChartView object list is cleared with each redraw
getResetOnDraw() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get True the ChartView object list is cleared with each redraw
getResetOnDraw() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get True the ChartView object list is cleared with each redraw
getResizedTextFont() - Method in class com.quinncurtis.chart2djava.ChartText
Returns a new font based on the current font, taking into account the resize multiplier.
getResizeMode() - Method in class com.quinncurtis.chart2djava.ChartView
Returns the resize mode.
getResizeMultiplier() - Method in class com.quinncurtis.chart2djava.BubblePlotLegendItem
Returns the resize multiplier used by the legend item.
getResizeMultiplier() - Static method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the resize multiplier.
getResizeMultiplier() - Method in class com.quinncurtis.chart2djava.ChartView
Returns the resizeMultiplier property.
getResizeMultiplier() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the resize multiplier of the object.
getResizeMultiplier() - Method in class com.quinncurtis.chart2djava.LegendItem
Returns the resize multiplier used by the legend item.
getResourceSource(ClassLoader, String) - Static method in class com.quinncurtis.chart2djava.Locator
Find the directory or jar a given resource has been loaded from.
getRotation() - Method in class com.quinncurtis.chart2djava.ChartImage
Returns the current rotation, in degrees, of the image.
getRow(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns all of the column values in the specified row.
getRowObject(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns a reference to the DoubleArray object that holds the data for the given row.
getSampledDataData(int) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the sampled data data associated with a specfic index in the sampledDataData array.
getSampledDataData() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the array of the sample data.
getSampledValue(int, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get a sampled value at a specific row (index) and column (time).
getSampledValue() - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Get the current value for this record.
getSampledValues() - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Get the historical array of the sampled value record.
getSampleItemTemplate() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the SampleItemTemplate object used as a template for displaying numeric values in the table.
getSampleLabelFont() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the font used in the display of sample numeric values in the table.
getSampleRowHeaderString(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table row header for the sampled (or category) item.
getSampleSubgroupSize() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the number of samples in a sample sub group for a Variable Control chart.
getSampleSubgroupSize_VSS() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the number of samples in a sample sub group for a Variable Control chart.
getSampleValueColumnString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the sample value column head in the log file.
getScale2StartY() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the starting y-value for the cumulative frequency scale.
getScale2StopY() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the ending y-value for the cumulative frequency scale.
getScaleDateMax() - Method in class com.quinncurtis.chart2djava.TimeScale
Sets the maximum value of the TimeCoordinates time scale.
getScaleDateMin() - Method in class com.quinncurtis.chart2djava.TimeScale
Sets the minimum value of the TimeCoordinates time scale.
getScaleDateStart() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the starting date of the time scale.
getScaleDateStop() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the ending date of the time scale.
getScaleMaxX() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Get the maximum x-value for the plotting area of the physical coordinate system.
getScaleMaxY() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Get the maximum y-value for the plotting area of the physical coordinate system.
getScaleMinX() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Get the minimum x-value for the plotting area of the physical coordinate system.
getScaleMinY() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
Get the minimum y-value for the plotting area of the physical coordinate system.
getScaleStart() - Method in class com.quinncurtis.chart2djava.ChartScale
Returns the starting value of the scale.
getScaleStartTOD() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the starting TOD value for the time scale.
getScaleStartTOD() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the starting TOD value for the time scale.
getScaleStartX() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the lower left x-value for the plotting area of the physical coordinate system.
getScaleStartY() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the lower left y-value for the plotting area of the physical coordinate system.
getScaleStartY() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the lower left y-value for the plotting area of the physical coordinate system.
getScaleStop() - Method in class com.quinncurtis.chart2djava.ChartScale
Returns the ending value of the scale
getScaleStopTOD() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the ending TOD value for the time scale.
getScaleStopTOD() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the ending TOD value for the time scale.
getScaleStopX() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the upper right x-value for the plotting area of the physical coordinate system.
getScaleStopY() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the upper right y-value for the plotting area of the physical coordinate system.
getScaleStopY() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the upper right y-value for the plotting area of the physical coordinate system.
getScatterPlot() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get a reference to the SimpleScatterPlot used to plot the data.
getScatterPlotSymbol() - Method in class com.quinncurtis.chart2djava.PolarScatterPlot
Returns the symbol for scatter plots.
getScatterPlotSymbol() - Method in class com.quinncurtis.chart2djava.SimpleScatterPlot
Returns the symbol used in the scatter plot.
getScrollBarBottomPosition() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the bottom edge, using normalized coordinates, of the optional scroll bar
getScrollBarPixelHeight() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the height of the scrollbar in pixels
getSecondaryCalculatedVariableIndex() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get index in the calculatedValues array for the secondary calculated value data.
getSecondaryChart() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the object that holds he the chart objects needed to display the secondary chart
getSecondaryControlLimits(int, int, double, double[], double[], double[]) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Using the current sampled data values, high, target and low control limits are calculated for the primary chart using an algorithim appropriate to the SPC chart type.
getSegmentAttributes(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
This method returns a reference to the segment attribute object at the index nsegment.
getSegmentAttributesMode() - Method in class com.quinncurtis.chart2djava.ChartPlot
This method returns the state of the segment attribute mode.
getSelectedCoordinateSystem() - Method in class com.quinncurtis.chart2djava.DataToolTip
In the mousePressed event, this function will return the coordinate system of the selected plot object.
getSelectedDataset() - Method in class com.quinncurtis.chart2djava.DataToolTip
In the mousePressed event, this function will return the selected plot objects dataset.
getSelectedFilename() - Method in class com.quinncurtis.chart2djava.ImageFileChooser
 
getSelectedObject() - Method in class com.quinncurtis.chart2djava.FindObj
Returns the graph object intersecting the cursor.
getSelectedPlotObj() - Method in class com.quinncurtis.chart2djava.DataToolTip
In the mousePressed event, this function will return the selected plot object.
getShapeCoordsType() - Method in class com.quinncurtis.chart2djava.ChartShape
Returns the coordinate system of the shape object.
getShapeObject() - Method in class com.quinncurtis.chart2djava.ChartShape
Returns a reference to the shape object rendered in the chart by this class.
getShapeRotation() - Method in class com.quinncurtis.chart2djava.ChartShape
Returns the rotation of the shape in the normal viewing plane.
getShortString() - Method in class com.quinncurtis.spcchartjava.NotesLabel
Get the notes abbreviated string.
getShowDatapointValue() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns true if the showDatapointValue flag is set true.
getSigmaAxis() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the sigma y-axis object of the chart.
getSigmaAxisLab() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the sigma y-axis labels object of the chart.
getSimpleDataset(String, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This methods creates a new, SimpleDataset object using the x-values and the y-values of the specified group.
getSize() - Method in class com.quinncurtis.chart2djava.ChartDimension
Gets the size of this ChartDimension object.
getSize() - Method in class com.quinncurtis.chart2djava.Legend
Returns the width and height of the legend rectangle.
getSizeMode() - Method in class com.quinncurtis.chart2djava.ChartImage
Returns the current size mode for the image.
getSPCChartType() - 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 .
getSPCChartType() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get 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 .
getSPCControlLimitType() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Get the plot object type.
getSPCControlParameter(int, int) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Return the value of one of the factors for SPC Variable Control charts.
getSPCPlotObjectData() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the chart object that displays this alarm
getSPCProcessVar() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the spcDataVar object.
getSPCSource() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
Get the SPCCalculatedValueRecord object associated with the alarm.
getSpecificationLimits() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table specification limits string.
getSpecificationLimitsHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the specificationLimits field.
getSquareShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value SQUARE.
getSSQ(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the SSQ of an array.
getSSQ(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the SSQ of an array.
getStackMode() - Method in class com.quinncurtis.chart2djava.ChartDataset
Returns the stackMode property of the dataset.
getStackMode() - Method in class com.quinncurtis.chart2djava.GroupPlot
Specifies whether the current group plot is of the cumulative, stacked type.
getStaggerDistance() - Method in class com.quinncurtis.chart2djava.Axis
Returns the distance between stagger levels, in window device coordinates.
getStandardDeviation(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the standard deviation of an array.
getStandardDeviation(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the standard deviation of an array.
getStarShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value STAR.
getStart(int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the lower left x- or y-value for the physical coordinate system of the plotting area.
getStartColumnPosition() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the starting x-position, in normalized coordinates, of the left-most column of the table.
getStartPieSliceAngle() - Method in class com.quinncurtis.chart2djava.PieChart
Returns the start angle in degrees for the first pie slice in the pie chart.
getStartRowPosition() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the starting y-position, in normalized coordinates, of the first row of the table.
getStartX() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the lower left x-value for the physical coordinate system of the plotting area.
getStartY() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the lower left y-value for the physical coordinate system of the plotting area.
getStepMode() - Method in class com.quinncurtis.chart2djava.ChartPlot
Returns the plot objects step mode.
getStop(int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the upper right x- or y-value for the physical coordinate system of the plotting area.
getStopX() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the upper right x-value for the physical coordinate system of the plotting area.
getStopY() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the upper right y-value for the physical coordinate system of the plotting area.
getStringAscent(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the ascent of the specified string, rendered using the current font.
getStringDescent(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the descent of the specified string, rendered using the current font.
getStringDimension(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the bounding dimension of the specified string, rendered using the current font.
getStringIndex() - Method in class com.quinncurtis.spcchartjava.NotesLabel
Get an index used to track the NotesLabel to the originating string in the notesString array list.
getStringItemTemplate() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the StringItemTemplate object used as a template for displaying string values in the table.
getStringLabelFont() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the font used in the display of string values in the table.
getStringLeading(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the ascent of the specified string, rendered using the current font.
getStringLineSpace(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the line spacing of the specified string, rendered using the current font.
getStringRect(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the bounding box of the specified string, rendered using the current font.
getStringX(Graphics2D, String, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the width of a string in the units of the specified coordinate system.
getStringX(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the bounding width of the specified string, rendered using the current font.
getStringY(Graphics2D, String, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the height of a string in the units of the specified coordinate system.
getStringY(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the bounding height of the specified string, rendered using the current font.
getSubHead() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the subhead title object for the chart.
getSubHead() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the subhead title object for the chart.
getSubHead() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts subhead.
getSubHeadFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the font used for the chart subhead.
getSum(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the sum of an array.
getSum(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the sum of an array.
getSumPieSlices() - Method in class com.quinncurtis.chart2djava.PieChart
Returns the sum of all pie slice values.
getSumX() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the sum of all x-values in simple and group datasets.
getSumY() - Method in class com.quinncurtis.chart2djava.SimpleDataset
Returns the sum of the y-values in the dataset.
getSymbolAttrib() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the default symbolAttrib attribute object for the symbols of the chart.
getSymbolAttributes() - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Returns a copy of the attributes for the filling the scatter plot symbols.
getSymbolColor() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Get the alarm symbol color.
getSymbolNumber() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the symbol number.
getSymbolRotation() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the symbol rotation of an ChartSymbol object.
getSymbolShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the GeneralPath of the current symbol.
getSymbolSize() - Method in class com.quinncurtis.chart2djava.ChartAttribute
Returns the symbol size of an ChartAttribute object.
getSymbolSize() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the symbol size of an ChartSymbol object.
getSymbolSize() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default symbol size.
getSymbolSkip() - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Returns the symbol skip value for line marker plots.
getSymbolStart() - Method in class com.quinncurtis.chart2djava.SimpleLineMarkerPlot
Returns the symbol start value for line marker plots.
getTableAlarmEmphasisMode() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the table alarm emphasis mode
getTableBackgroundMode() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the first of two colors used in the alternating background colors used to delineate the table rows.
getTableStartPosY() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get the top edge, using normalized coordinates, of the SPC chart table
getTextBgColor() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the color of the background rectangle under the text.
getTextBgMode() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the text background color mode.
getTextBox() - Method in class com.quinncurtis.chart2djava.ChartText
This method returns the bounding box, in window device coordinates, for the current text object.
getTextBoxColor() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the line color of the text box.
getTextBoxMode() - Method in class com.quinncurtis.chart2djava.ChartText
Returns true if the text bounding box is draw.
getTextColor() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Gett the alarm text color.
getTextColumnSpacing() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the text column spacing.
getTextDimension(Graphics2D, String) - Method in class com.quinncurtis.chart2djava.ChartText
Returns the height and width of the text object, taking into account multiline text.
getTextFont() - Method in class com.quinncurtis.chart2djava.ChartText
Gets the font of the text.
getTextMaxSizeY(Graphics2D, int) - Method in class com.quinncurtis.chart2djava.ChartText
Returns a value that represents the maximum height of a string using the given font.
getTextNudge() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the xy values of the textNudge property.
getTextRotation() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the rotation of the text in the normal viewing plane.
getTextRowOffset() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the offset between the start of the row and the top of the text, in normalized coordinates.
getTextRowSpacing() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the text row spacing.
getTextSizeX(Graphics2D, int) - Method in class com.quinncurtis.chart2djava.ChartText
Returns the horizontal size of the text, using the specified coordinate system.
getTextSizeY(Graphics2D, int) - Method in class com.quinncurtis.chart2djava.ChartText
Returns the vertical size of the text, using the specified coordinate system.
getTextString() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the current text string.
getTextString() - Method in class com.quinncurtis.chart2djava.NumericLabel
This method formats the current numeric value, stores the result in the textString field of the parent ChartText object, and returns the formatted string.
getTextString() - Method in class com.quinncurtis.chart2djava.TimeLabel
This method returns current time value as a formatted string.
getTextTemplate() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns a reference to the tootip text template.
getTextTemplate() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default text object template for the data tooltip.
getTextTemplate() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the text template for the data tooltip.
getTheOperator() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table operator string.
getThisChartObjID() - Method in class com.quinncurtis.chart2djava.ChartObj
Returns the chartObjID value for this specific object.
getTickDate() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns the date associated with the tick mark location.
getTickInterval() - Method in class com.quinncurtis.chart2djava.LinearAutoScale
Returns the calculated minor tick interval value of the auto-scale setup.
getTickInterval() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Returns the calculated minor tick interval value of the auto-scale setup.
getTickLabelFlag() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns the state of the tick mark label flag.
getTickLabelFormat() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns the tick label format of the tick mark.
getTickLocation() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns the tick mark location.
getTickStart() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns the starting position of the tick mark.
getTickStop() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns the ending position of the tick mark.
getTickType() - Method in class com.quinncurtis.chart2djava.TickMark
This method returns the tick mark type.
getTimeAxisMax() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns the time axis ending date value.
getTimeAxisMin() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns the time axis starting date value.
getTimeAxisTickParameters(int, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Calculates the axis properties minorTicksPerMajor, and minorNthTick, based on the axisTickMarkTimeBase property of a time axis.
getTimeBaseLabelFormats(int) - Method in class com.quinncurtis.chart2djava.TimeAxisLabels
Returns the time axis label format at a specific index in the timeBaseLabelFormat array.
getTimeColumnSpacing() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the time column spacing.
getTimeCoordinates() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns the current coordinate system as TimeCoordinates object.
getTimeDataBuffer() - Method in class com.quinncurtis.chart2djava.TimeArray
Returns a reference to the Array object that represents internal data buffer.
getTimeDateFormat() - 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.
getTimeElement(int) - Method in class com.quinncurtis.chart2djava.TimeArray
Get the value of a single element in the array.
getTimeElements() - Method in class com.quinncurtis.chart2djava.TimeArray
Returns a copy of the data values in the array sized to the number of elements.
getTimeFormat() - Method in class com.quinncurtis.chart2djava.TimeLabel
Returns the current time format.
getTimeFormatStrings(int) - Method in class com.quinncurtis.chart2djava.TimeLabel
This methods returns the time/date format string at a specific index.
getTimeIncrementMinutes() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the increment between adjacent samples of charts that use a numeric x-scale.
getTimeItemTemplate() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the TimeLabel object used as a template for displaying time values in the table.
getTimeLabelFont() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the font used in the display of time values in the table.
getTimeLabelsOrigin() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Returns the starting value of labels and tick marks for a time axis in the auto-scale setup.
getTimeLabelsOrigin() - Method in class com.quinncurtis.chart2djava.TimeAxis
Returns the time axis tick mark origin.
getTimeMajorNthTick() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculates and returns the majorNthTick field value for a time axis based on the current auto-axis setup.
getTimeMinorNthTick() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculates and returns the timeMinorNthTick field value for a time axis based on the current auto-axis setup.
getTimeNumericValue() - Method in class com.quinncurtis.chart2djava.TimeLabel
Returns the current time value in milliseconds.
getTimeRowSpacing() - Method in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Get the time row spacing.
getTimeScale(int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the TimeScale object associated with the specified axis.
getTimeScaleAxis() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns which coordinate, x or y, in a dataset is time based.
getTimeScaleBase() - Method in class com.quinncurtis.chart2djava.TimeAutoScale
Calculates and returns the tick mark time base for a time axis based on the current auto-axis setup.
getTimeScaleStart(int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the starting value of the TimeCoordinates time scale.
getTimeScaleStart() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the starting value of the TimeCoordinates time scale.
getTimeScaleStop(int) - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the ending value of the TimeCoordinates time scale.
getTimeScaleStop() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the ending value of the TimeCoordinates time scale.
getTimeSimpleDataset(String, int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This methods creates a new, TimeSimpleDataset object using the x-values and the y-values of the specified group.
getTimeStamp() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the time stamp for the most recent sample data added to the class.
getTimeStampColumnString() - Static method in class com.quinncurtis.spcchartjava.SPCControlChartData
Default string used as the time stamp column head in the log file.
getTimeValue() - Method in class com.quinncurtis.chart2djava.TimeLabel
Returns the current time value as a GregorianCalendar date.
getTimeValue(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the time stamp value at the specified index.
getTimeValueRowHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
The data table time value row header.
getTimeXData() - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method returns a copy of the xData array, if it is based on time values.
getTimeXData() - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This method returns a reference to the xData array.
getTimeXDataValue(int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method returns a time based x-value in a group datasets.
getTimeXDataValue(int) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This method returns the GregorianCalendar x-value at the specified index.
getTimeYData() - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method returns a copy of the yData array, if it is based on time values.
getTimeYData() - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This method returns a reference to the yData array.
getTimeYDataValue(int, int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method returns a time based y-value in a group datasets.
getTimeYDataValue(int) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This method returns the GregorianCalendar y-value at the specified index.
getTitle() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table title string.
getTitleAxis() - Method in class com.quinncurtis.chart2djava.AxisTitle
Returns the underlying axis of the axis title.
getTitleHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the title field.
getTitleOffset() - Method in class com.quinncurtis.chart2djava.ChartTitle
This method returns the title text offset.
getTitlePosition() - Method in class com.quinncurtis.chart2djava.ChartTitle
This method returns the title position value.
getTitleType() - Method in class com.quinncurtis.chart2djava.ChartTitle
This method returns the title type value.
getTODMsecs(GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Returns the number of milliseconds corresponding to the time-of-day part of a GregorianCalendar date.
getTODSeconds(GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Returns the number of seconds corresponding to the time-of-day part of a GregorianCalendar date.
getToolsJar() - Static method in class com.quinncurtis.chart2djava.Locator
Get the File necessary to load the Sun compiler tools.
getToolTipFont() - Static method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get tool tip font.
getToolTipGraphics() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns a reference to the graphics object used by the tooltip class.
getToolTipMode() - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the AlarmStatusToolTip mode: Use one of the AlarmStatusToolTip mode constants: MOUSEDOWN_TOOLTIP, MOUSETOGGLE_TOOLTIP.
getToolTipMode() - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the NotesToolTip mode: Use one of the NotesToolTip mode constants: MOUSEDOWN_TOOLTIP, MOUSETOGGLE_TOOLTIP.
getToolTipSymbol() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns a reference to the tootip symbol used to highlight the tooltip data point.
getToolTipSymbol() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the tooltip symbol object for the data tooltip.
getToolTipSymbol() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts tooltip symbol.
getTooTipNudge() - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
Get the tooltip position.
getTooTipNudge() - Method in class com.quinncurtis.spcchartjava.NotesToolTip
Get the tooltip position.
getTotalMilliseconds() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the total number of milliseconds in the scale, taking into account non-24 hour day modes.
getTotalSampleSigma() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns the standard deviation for all samples.
getTrainingMode() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the maximum number of records displayable at one time in the chart.
getUnitOfMeasure() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table unit of measure string.
getUnitOfMeasureHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the unit of measure field.
getUpdateFlag() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns true if the object needs to be updated before rendering.
getUpdateIndex() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the EWMA index value
getUpTriangleShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value UPTRIANGLE.
getUserCurrentPos() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the current position, in window device coordinates, of the graphics pen.
getUserViewport() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the current drawing viewport.
getUserX1() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the lower left x-value, in window device coordinates, defining the current viewport.
getUserX2() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the upper right x-value, in window device coordinates, defining the current viewport.
getUserY1() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the lower left y-value, in window device coordinates, defining the current viewport.
getUserY2() - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method returns the upper right y-value, in window device coordinates, defining the current viewport.
getUSLValue() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the USL value for this record.
getValidData() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns a copy of the validData array, the array of boolean values that specify whether the x- and y-values at a given index are valid.
getValidData(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns true if the data at the specified index is valid.
getValidDataObj() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns a copy of the validData array, the array of boolean values that specify whether the x- and y-values at a given index are valid.
getValidValueFlags() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the reference to the validValueFlags array.
getValidValueFlags() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the reference to the validValueFlags array.
getValueDescription() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Get the description of calculation value record.
getValueDescription() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Get the description of calculation value record.
getValueDescription() - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Getthe description of sampled value record.
getVariance(DoubleArray) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the variance of an array.
getVariance(double[]) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
This method returns the variance of an array.
getVBarShape() - Method in class com.quinncurtis.chart2djava.ChartSymbol
Returns the shape object represented by the symbol value VBAR.
getVerticalSpacing() - Method in class com.quinncurtis.chart2djava.Legend
Returns the vertical row spacing between legend items.
getViewport() - Method in class com.quinncurtis.chart2djava.ChartView
This method returns a rectangle containing the current viewport.
getWCircle(double, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts a circle from physical coordinates to Java user coordinates.
getWeekType() - Method in class com.quinncurtis.chart2djava.TimeCoordinates
This method returns the week type.
getWeekType() - Method in class com.quinncurtis.chart2djava.TimeScale
This method returns the week type.
getWidth() - Method in class com.quinncurtis.chart2djava.ChartDimension
Returns the width of this dimension in double precision.
getWireFrame() - Method in class com.quinncurtis.chart2djava.Polysurface
 
getWorkingRangeX() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method returns the range of the current working scale of the graph area for the x-dimension.
getWorkingRangeY() - Method in class com.quinncurtis.chart2djava.WorkingCoordinates
This method returns the range of the current working scale of the graph area for the y-dimension.
getWorldCurrentPos() - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method returns the current position, in world coordinates, of the graphics pen.
getWorldX1() - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method returns the lower left x-value defining the world coordinate system.
getWorldX2() - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method returns the upper right x-value defining the world coordinate system.
getWorldY1() - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method returns the lower left y-value defining the world coordinate system.
getWorldY2() - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method returns the upper right y-value defining the world coordinate system.
getX() - Method in class com.quinncurtis.chart2djava.ChartPoint3D
Returns the x-coordinate of this ChartPoint3D.
getX() - Method in class com.quinncurtis.chart2djava.GroupPoint2D
Returns the X coordinate of this GroupPoint2D.
getX1() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Returns the starting x-corner of the rectangle.
getX2() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Returns the ending x-corner of the rectangle.
getXAxis() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the x-axis object.
getXAxis() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the x-axis of the chart object.
getXAxis() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the x-axis object of the chart.
getXAxis() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts x-axis.
getXAxisLab() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the x-axis labels object.
getXAxisLab() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the x-axis string labels object of the chart.
getXAxisLab() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the x-axis labels object of the chart.
getXAxisLab() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts x-axis labels.
getXAxisTitle() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the x-axis title object.
getXAxisTitle() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the x-axis title object of the of the chart.
getXAxisTitle() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the x-axis title object of the of the chart.
getXAxisTitle() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts left y-axis title.
getXCoordinateType() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns TIME_COORDINATE if x-coordinate type is calendar or time based, otherwise it returns NUMERIC_COORDINATE.
getXData() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns a copy of the xData array, the array of x-values for simple and group datasets.
getXDataObj() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns a reference to the internal DoubleArray object used to store the x-data values.
getXDataValue(int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns the x-value at a given index in simple and group datasets.
getXGrid() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the x-axis grid object.
getXGrid() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the x-axis grid object of the of the chart.
getXGrid() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts x-axis grid.
getXJust() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the horizontal justification of the text.
getXScale() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the xScale scaling object, the ChartScale object used to transform x-values to/from physical to working coordinates.
getXScaleMode() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Get whether the x-axis is time based, or numeric based.
getXValues() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the DoubleArray of the x-values of the data points plotted in the probability plot.
getXValueTemplate() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns a reference to the tootip x-value template.
getXValueTemplate() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default x-value object template for the data tooltip.
getXValueTemplate() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the x-value template for the data tooltip.
getXValueTemplate(NumericLabel) - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the x-value template for the data tooltip.
getXYDatasetSwap() - Method in class com.quinncurtis.chart2djava.MoveData
REturns the dataset xy swap mode.
getY() - Method in class com.quinncurtis.chart2djava.ChartPoint3D
Returns the y-coordinate of this ChartPoint3D.
getY() - Method in class com.quinncurtis.chart2djava.GroupPoint2D
Returns the Y coordinates of this point.
getY1() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Returns the starting y-corner of the rectangle.
getY2() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Returns the ending y-corner of the rectangle.
getYAxis() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the y-axis object.
getYAxis1() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the y-axis object of the frequency histogram part of the chart.
getYAxis1() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the left probability y-axis object of the chart.
getYAxis1() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts left y-axis.
getYAxis2() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the y-axis object of the cumualtive frequency part of the chart.
getYAxis2() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the right probability y-axis object of the chart.
getYAxis2() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts right y-axis.
getYAxisLab() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the y-axis labels object.
getYAxisLab() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts left y-axis labels.
getYAxisLab1() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the y-axis labels object of the frequency histogram part of the chart.
getYAxisLab1() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the left probability y-axis labels object of the chart.
getYAxisLab2() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the y-axis numeric labels object of the cumualtive frequency part of the chart.
getYAxisLab2() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the right probability y-axis labels object of the chart.
getYAxisTitle() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the y-axis title object.
getYAxisTitle() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the y-axis title object of the of the chart.
getYAxisTitle() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts left y-axis title.
getYAxisTitle(int, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the y-axis title or a specific index, based description of the item in the SPCCalculatedValueRecord or SPCSampledValueRecord record.
getYAxisTitle1() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the y-axis title object of the frequency histogram part of the chart.
getYAxisTitle2() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the y-axis title object of the cumualtive frequency part of the chart.
getYCoordinateType() - Method in class com.quinncurtis.chart2djava.ChartDataset
This method returns TIME_COORDINATE if y-coordinate type is calendar or time based, otherwise it returns NUMERIC_COORDINATE.
getYData() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns a reference to the yGroupData array, the array of y-values for group datasets.
getYData() - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns a reference to the yData array, the array of y-values for simple datasets.
getYDataObj() - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns a reference to the internal DoubleArray2D object used to store the group y-values.
getYDataObj() - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns a reference to the internal DoubleArray object used to store the y-data values.
getYDataValue(int, int) - Method in class com.quinncurtis.chart2djava.ChartDataset
This abstract method is the prototype used to return the y-value in simple and group datasets.
getYDataValue(int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method resolves the generalized getYDataValue method int the abstract ChartDataset class.
getYDataValue(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method returns the y-value in a simple dataset.
getYDataValue(int, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method resolves the generalized getYDataValue method int the abstract ChartDataset class.
getYGrid() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Get the y-axis grid object.
getYGrid() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Get the y-axis grid object of the chart.
getYGrid() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the y-axis title object of the of the chart.
getYGrid() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get a reference to the charts y-axis grid.
getYGroupDataValue(int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method returns a y-value in a group dataset.
getYJust() - Method in class com.quinncurtis.chart2djava.ChartText
Returns the vertical justification of the text.
getYScale() - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the yScale scaling object, the ChartScale object used to transform y-values to/from physical to working coordinates.
getYValues() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the DoubleArray of the y-values of the data points plotted in the probability plot.
getYValueTemplate() - Method in class com.quinncurtis.chart2djava.DataToolTip
Returns a reference to the tootip y-value template.
getYValueTemplate() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Get the default y-value object template for the data tooltip.
getYValueTemplate() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Get the y-value template for the data tooltip.
getZ() - Method in class com.quinncurtis.chart2djava.ChartPoint3D
Returns the z-coordinate of this ChartPoint3D in double precision.
getZData() - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns a reference to the zData array.
getZDataObj() - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns a reference to the internal DoubleArray used to store the z-values.
getZDataValue(int) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method returns the z-value in a contour dataset.
getZeroEquals() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get data table zero equals string.
getZeroEqualsHeader() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Get the header for the zeroEqulas field.
getZoomEnable() - Method in class com.quinncurtis.chart2djava.ChartZoom
This method return true if the Zoom object event listener is active.
getZoomMax(int) - Method in class com.quinncurtis.chart2djava.ChartZoom
This method returns the final zoom rectangle maximum values using the coordinate system specified by nmode.
getZoomMin(int) - Method in class com.quinncurtis.chart2djava.ChartZoom
This method returns the final zoom rectangle minimum values using the coordinate system specified by nmode.
getZoomObjActive() - Method in class com.quinncurtis.chart2djava.ChartZoom
Returns True if a zoom operation underway.
getZoomRangeLimitsRatio() - Method in class com.quinncurtis.chart2djava.ChartZoom
This method returns the zoom range limits ratio placed on the zoom operation.
getZoomStackEnable() - Method in class com.quinncurtis.chart2djava.ChartZoom
Returns True if the zoom stack is on.
getZoomXEnable() - Method in class com.quinncurtis.chart2djava.ChartZoom
Returns true if the x dimension is affected by the zoom operation.
getZoomXRoundMode() - Method in class com.quinncurtis.chart2djava.ChartZoom
Returns the zoom rounding mode for x dimension.
getZoomYEnable() - Method in class com.quinncurtis.chart2djava.ChartZoom
Returns true if the y dimension is affected by the zoom operation.
getZoomYRoundMode() - Method in class com.quinncurtis.chart2djava.ChartZoom
Returns the zoom rounding mode for y dimension.
getZOrder() - Method in class com.quinncurtis.chart2djava.GraphObj
Returns the z-order value of the chart object.
getZOrderSortEnable() - Method in class com.quinncurtis.chart2djava.ChartView
Returns true if z-order sorting is enabled.
GHOSTWHITE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
gif - Static variable in class com.quinncurtis.chart2djava.ImageFileChooser.Utils
 
GOLDENROD - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
gPSPolygon(int, ChartPoint3D[]) - Method in class com.quinncurtis.chart2djava.Polysurface
 
GRADIENT_MAPTO_GRAPH_NORMALIZED_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
GRADIENT_MAPTO_OBJECT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
GRADIENT_MAPTO_PLOT_NORMALIZED_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
GRADIENT_MAPTO_PLOT_PHYSICAL_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
GRADIENT_NONE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
GRAPH_AREA_CLIPPING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Graph object is clipped to the graph area
GRAPH_BACKGROUND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Background for the graph area of the chart
GRAPHAREA_BOTTOM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value inside graph area minimum
GRAPHAREA_LEFT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value inside graph area minimum
GRAPHAREA_RIGHT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value inside graph area maximum
GRAPHAREA_TOP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value inside graph area maximum
GraphObj - Class in com.quinncurtis.chart2djava
The ChartObj class is the abstract base class for all graphical chart objects.
GraphObj() - Constructor for class com.quinncurtis.chart2djava.GraphObj
The default GraphObj constructor.
GRAPHTITLE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart graph title object (ChartTitle)
GRAY - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
GREEN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
GREENYELLOW - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
GREY - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
GRID - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Grid object for linear, logarithmic and time axis grids (Grid)
Grid - Class in com.quinncurtis.chart2djava
The Grid class manages and displays the grid lines for linear and logarithmic axes.
Grid() - Constructor for class com.quinncurtis.chart2djava.Grid
The default Grid constructor.
Grid(Axis, Axis, int, int) - Constructor for class com.quinncurtis.chart2djava.Grid
This constructor creates a new Grid object based on the specified x- and y-axes.
GRID_ALL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Draw grid lines using the major and minor tick mark positions
GRID_MAJOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Draw grid lines using the major tick mark positions
GRID_MINOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Draw grid lines using the minor tick mark positions
GROUP_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A group dataset object (GroupDataset)
GROUPBAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Group bar plot type (GroupBarPlot)
GroupBarPlot - Class in com.quinncurtis.chart2djava
The GroupBarPlot class extends the GroupPlot class and displays data in group bar format.
GroupBarPlot() - Constructor for class com.quinncurtis.chart2djava.GroupBarPlot
The default GroupPlot constructor.
GroupBarPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.GroupBarPlot
This constructor creates a new GroupPlot object that will reside in the specified coordinate system.
GroupBarPlot(PhysicalCoordinates, GroupDataset, double, double, ChartAttribute[], int) - Constructor for class com.quinncurtis.chart2djava.GroupBarPlot
This constructor creates a new GroupPlot object that will reside in the specified coordinate system.
GroupDataset - Class in com.quinncurtis.chart2djava
Group data is a collection of data, where more than one dependent variable, the x's, corresponds to the independent one, the y's.
GroupDataset() - Constructor for class com.quinncurtis.chart2djava.GroupDataset
The default GroupDataset constructor.
GroupDataset(String, double[], double[][]) - Constructor for class com.quinncurtis.chart2djava.GroupDataset
This constructor creates a new, group GroupDataset object that uses floating point values.
GroupDataset(String, double[], double[]) - Constructor for class com.quinncurtis.chart2djava.GroupDataset
This constructor creates a new, group GroupDataset object that uses floating point values.
GroupDataset(String, double[], double[][], boolean[]) - Constructor for class com.quinncurtis.chart2djava.GroupDataset
This constructor creates a new, group GroupDataset object that uses floating point values.
GroupDataset(String, int, int) - Constructor for class com.quinncurtis.chart2djava.GroupDataset
This constructor creates a new, group GroupDataset object of the specified size.
GroupDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart2djava.GroupDataset
This constructor creates a new GroupDataset object from a file consisting of comma separated values.
GroupPlot - Class in com.quinncurtis.chart2djava
The GroupPlot class is the abstract base class for the plot types that use group (multiple y-values for each x-value) data.
GroupPlot() - Constructor for class com.quinncurtis.chart2djava.GroupPlot
The default GroupPlot constructor.
GroupPoint2D - Class in com.quinncurtis.chart2djava
The GroupPoint2D class defines a point representing a location in (x,y) coordinate space.
GroupPoint2D() - Constructor for class com.quinncurtis.chart2djava.GroupPoint2D
Default constructor.
GroupPoint2D(double, double[]) - Constructor for class com.quinncurtis.chart2djava.GroupPoint2D
Constructs and initializes a GroupPoint2D with the specified coordinates.
GroupPoint2D(double, DoubleArray) - Constructor for class com.quinncurtis.chart2djava.GroupPoint2D
Constructs and initializes a GroupPoint2D with the specified coordinates.
GroupPoint2D(GregorianCalendar, double[]) - Constructor for class com.quinncurtis.chart2djava.GroupPoint2D
Constructs and initializes a GroupPoint2D with the specified coordinates.
GroupPoint2D(GroupPoint2D) - Constructor for class com.quinncurtis.chart2djava.GroupPoint2D
Constructs and initializes a GroupPoint2D with the specified coordinates.

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