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

R

RADIOBUTTON_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Java radio button type.
RADIUS_BOTTOM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at bottom of meter radius
RADIUS_CENTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius.
RADIUS_LEFT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at left of meter radius.
RADIUS_RIGHT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at right of meter radius.
RADIUS_TOP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text at top of meter radius.
rBadDataValue - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The value used as a flag to mark a bad data value
read(Reader) - Method in class com.quinncurtis.chart2djava.CSV
This method reads one string from the specified Reader object.
readAllValuesFromFile(CSV, String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
This methods will read a text file of SPC data records organized in a CSV (Comma Separated Value) format.
readAllValuesFromFile(String, int, int, int, int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
This methods will read a text file of SPC data records organized in a CSV (Comma Separated Value) format.
readAllValuesFromFile(String) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
This method will read a text file of SPC data records organized in a CSV (Comma Separated Value) format.
readContourDataset(CSV, String, int, int) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method reads a contour dataset from a file consisting of comma separated values.
readContourDatasetAsResource(CSV, BufferedReader, int, int) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method reads a contour dataset from a file consisting of comma separated values.
readDouble(Reader) - Method in class com.quinncurtis.chart2djava.CSV
This method reads a double value from the specified Reader object.
readGroupDataset(CSV, String, int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This methods will open a text file and read the CSV (Comma Separated Value) formatted data values in that file.
readGroupDatasetAsResource(CSV, BufferedReader, int, int) - Method in class com.quinncurtis.chart2djava.GroupDataset
This methods will open a text file and read the CSV (Comma Separated Value) formatted data values in that file.
readln(Reader) - Method in class com.quinncurtis.chart2djava.CSV
Skip over remaining fields on this line you don't want to process.
readLong(Reader) - Method in class com.quinncurtis.chart2djava.CSV
This method reads a long value from the specified Reader object.
readSimpleDataset(CSV, String, int, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This methods will open a text file and read the CSV (Comma Separated Value) formatted data values in that file.
readSimpleDatasetAsResource(CSV, BufferedReader, int, int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This methods will open a text file and read the CSV (Comma Separated Value) formatted data values in that file.
readTime(Reader) - Method in class com.quinncurtis.chart2djava.CSV
This method reads a GregorianCalendar date from the specified Reader object.
readTimeGroupDataset(CSV, String, int, int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method initializes the TimeGroupDataset object from a file consisting of comma separated values.
readTimeGroupDatasetAsResource(CSV, BufferedReader, int, int) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This method initializes the TimeGroupDataset object from a file consisting of comma separated values.
readTimeSimpleDataset(CSV, String, int, int) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This method initializes the TimeSimpleDataset object from a file consisting of comma separated values.
readTimeSimpleDatasetAsResource(CSV, BufferedReader, int, int) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This method initializes the TimeSimpleDataset object from a file consisting of comma separated values.
rebuildChartUsingCurrentData() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Rebuild the graph taking into account the most recent data values.
RED - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
reducePolysurface(Polysurface, int, int) - Method in class com.quinncurtis.chart2djava.Polysurface
 
removeAlarmStateEventListener(SPCAlarmEventListener) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Remove an alarm state event listener to this process variable.
removeAlarmStatusToolTipListener() - Method in class com.quinncurtis.spcchartjava.AlarmStatusToolTip
This method disables the data cursor object by removing it to/from the mouse listener list of the ChartView component.
removeAlarmTransitionEventListener(SPCAlarmEventListener) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Remove an alarm transition event listener to this process variable.
removeAt(int) - Method in class com.quinncurtis.chart2djava.BoolArray
Removes an element at the specified index, decreasing the length of the array by one.
removeAt(int) - Method in class com.quinncurtis.chart2djava.DoubleArray
Removes an element at the specified index, decreasing the length of the array by one.
removeAt(int) - Method in class com.quinncurtis.chart2djava.IntArray
Removes an element at the specified index, decreasing the length of the array by one.
removeAt(int) - Method in class com.quinncurtis.chart2djava.StringArray
Removes an element at the specified index, decreasing the length of the array by one.
removeChartMouseListener() - Method in class com.quinncurtis.chart2djava.ChartMouseListener
This method uninstalls the MoveData object by removing it from the mouse listener list of the ChartView component.
removeColumnAt(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Removes a column in the array at the specified column index, decreasing the NumColumns property of the array by one.
removeDataCursorListener() - Method in class com.quinncurtis.chart2djava.DataCursor
This method disables the data cursor object by removing it from the mouse listener list of the ChartView component.
removeDataToolTipListener() - Method in class com.quinncurtis.chart2djava.DataToolTip
This method disables the data cursor object by removing it to/from the mouse listener list of the ChartView component.
removeFindObjListener() - Method in class com.quinncurtis.chart2djava.FindObj
This method disables the dfind object listener by removing it from the mouse listener list of the ChartView component.
removeMouseMoveDataListener() - Method in class com.quinncurtis.chart2djava.MoveData
This method disables the data cursor object by removing it to/from the mouse listener list of the ChartView component.
removeMouseMoveListener() - Method in class com.quinncurtis.chart2djava.MoveObj
This method uninstalls the MoveObj object by removing it from the mouse listener list of the ChartView component.
removeNotesToolTipListener() - Method in class com.quinncurtis.spcchartjava.NotesToolTip
This method disables the data cursor object by removing it to/from the mouse listener list of the ChartView component.
removeRowAt(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Removes a row in the array at the specified row index, decreasing the NumRows property of the array by one.
removeZoomListener() - Method in class com.quinncurtis.chart2djava.ChartZoom
This method uninstalls the Zoom object by removing it from the mouse listener list of the ChartView component.
render() - Method in class com.quinncurtis.chart2djava.ChartBufferedImage
Renders the ChartView object to the image buffer.
RENDER_HIGHQUALITY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
RENDER_LOWQUALITY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
RENDER_STANDARDQUALITY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
REPLACE_DATECROSSOVER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Replace the standard tick mark label with a crossover tick mark label
REPORT_ALL_ALARMS - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Report all alarms.
REPORT_FIRST_ALARM - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Break alarm checking after firsrt alarm encountered.
rescaleGraphsToScrollbar(int) - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Rescale primary and secondary charts based on the position of the value of the scroll bar.
reset() - Method in class com.quinncurtis.chart2djava.BoolArray
Resets the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
reset() - Method in class com.quinncurtis.chart2djava.DoubleArray
Resets the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
reset() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Resets the NumColumns and NumRows properties to 0.
reset() - Method in class com.quinncurtis.chart2djava.IntArray
Resets the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
reset() - Method in class com.quinncurtis.chart2djava.StringArray
Resets the Length property to 0, the maxCapacity property to 16 and reallocates the internal buffer to maxCapacity.
reset() - Method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
Reset the history buffer of the SPCCalculatedValueRecord class.
reset() - Method in class com.quinncurtis.spcchartjava.SPCChartObjects
Reset the datasets of the SPCChartObjects class.
reset() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Reset the history buffer of the SPCControlLimitRecord class.
reset() - Method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
Reset the datasets of the SPCControlPlotObjectData class.
reset() - Method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
Reset the history buffer of the SPCProcessCapabilityRecord class.
reset() - Method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
Reset the history buffer of the SPCSampledValueRecord class.
resetAxisTicks() - Method in class com.quinncurtis.chart2djava.Axis
Resets the tick mark array to empty.
resetBuffer() - Method in class com.quinncurtis.chart2djava.SimpleDataset
This method resets the buffer back to its original state.
resetChartObjectList() - Method in class com.quinncurtis.chart2djava.ChartView
This method empties all of the chart objects out of the display list.
resetPolysurfacePolygons() - Method in class com.quinncurtis.chart2djava.Polysurface
 
resetPreviousChartObjectList() - Method in class com.quinncurtis.chart2djava.ChartView
This method empties all of the chart objects out of the previous display list.
resetSPCChartData() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Reset the history buffers of all of the SPC data objects.
resetSPCChartData() - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Reset the history buffers of all of the SPC data objects.
resetViewport() - Method in class com.quinncurtis.chart2djava.ChartView
Sets the value of the current viewport to null.
resize(int) - Method in class com.quinncurtis.chart2djava.BoolArray
The length of the arrays is set to the specified value.
resize(int) - Method in class com.quinncurtis.chart2djava.ContourDataset
Resizes the dataset, maintaining the original data.
resize(int) - Method in class com.quinncurtis.chart2djava.DoubleArray
The length of the arrays is set to the specified value.
resize(int) - Method in class com.quinncurtis.chart2djava.GroupDataset
Resizes the dataset, maintaining the original data.
resize(int) - Method in class com.quinncurtis.chart2djava.IntArray
The length of the arrays is set to the specified value.
resize(int) - Method in class com.quinncurtis.chart2djava.SimpleDataset
Resizes the dataset, maintaining the original data.
resize(int) - Method in class com.quinncurtis.chart2djava.StringArray
The length of the arrays is set to the specified value.
resizeCapacity(int) - Method in class com.quinncurtis.chart2djava.BoolArray
This method reallocates the internal data buffer to the new capacity value.
resizeCapacity(int) - Method in class com.quinncurtis.chart2djava.DoubleArray
This method reallocates the internal data buffer to the new capacity value.
resizeCapacity(int) - Method in class com.quinncurtis.chart2djava.IntArray
This method reallocates the internal data buffer to the new capacity value.
resizeCapacity(int) - Method in class com.quinncurtis.chart2djava.StringArray
This method reallocates the internal data buffer to the new capacity value.
resizeColumnCapacity(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
This method reallocates the internal column data buffers, where each row of the array is represented by an ArrayDouble object, to the new column capacity value.
resizeNumColumns(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Resizes the number of columns in the 2D array.
resizeNumRows(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Resizes the number of rows in the 2D array.
resizeRowCapacity(int) - Method in class com.quinncurtis.chart2djava.DoubleArray2D
This method reallocates the size of the internal row data buffers.
resizeSegmentAttributes(int) - Method in class com.quinncurtis.chart2djava.ChartPlot
This method resizes the segment attributes vector, usually in response to in a change in the underlying group dataset.
restoreAxisNormIntercept() - Method in class com.quinncurtis.chart2djava.Axis
Calculates and restores the axis intercept based on the stored, normalized axis intercept.
RIGHT_BORDER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the right border
RIGHT_BUTTON - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Right button
RIGHT_CENTERED_PLOTAREA - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT Panel Meter position constant: Position right center plot area.
RIGHT_REFERENCED_TEXT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text right the previous text item.
RIGHT_SIDE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT 3D frame side constant: Right side.
ROSYBROWN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
ROUNDED_RECTANGLE2D - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT round rectangle object
ROW_MAJOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Data in a file is organized so that adjacent x-values are columns in the file, each group of y-values start a new row
ROYALBLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
RT_3DFRAME - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT 3D frame object
RT_ALARM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm object
RT_ALARM_GREATERTHAN - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm type constant: Greater than alarm
RT_ALARM_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm indicator object
RT_ALARM_LIMIT_BACKGROUND_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm display constant: Display filled areas as alarm limit indicators.
RT_ALARM_LIMIT_LINE_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm display constant: Display lines as alarm limit indicators.
RT_ALARM_LIMIT_SYMBOL_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm display constant: Display symbols as alarm limit indicators.
RT_ALARM_LOWERTHAN - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm type constant: Lower than alarm
RT_ALARM_NONE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm type constant: No alarm
RT_ALARM_PANEL_METER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm panel meter object
RT_ANNUNCIATOR_PLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT annunciator plot object
RT_AUTO_BARGRAPH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
An auto bargraph object
RT_AUTO_METER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
An auto meter object
RT_AUTO_SCROLL_GRAPH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
An auto meter object
RT_AUTOSCALE_X - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of x-axis.
RT_AUTOSCALE_X_CURRENT_SCALE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale using current min and max values of x-scale.
RT_AUTOSCALE_X_MAX - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of x-axis for maximum value only.
RT_AUTOSCALE_X_MIN - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of x-axis for minimum value only.
RT_AUTOSCALE_X_MINMAX - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of x-axis for minimum and maximum values.
RT_AUTOSCALE_Y - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of y-axis.
RT_AUTOSCALE_Y_CURRENT_SCALE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale using current min and max values of y-scale.
RT_AUTOSCALE_Y_MAX - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of y-axis for maximum value only.
RT_AUTOSCALE_Y_MIN - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of y-axis for minimum value only.
RT_AUTOSCALE_Y_MINMAX - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of y-axis for minimum and maximum values.
RT_BAR_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT bar indicator object
RT_BAR_NUMERIC_VALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT bar numeric value object
RT_BAR_SEGMENTED_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT segmented bar indicator object
RT_BAR_SINGLE_SEGMENT_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT single segment bar indicator object
RT_BAR_SOLID_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT solid bar indicator object
RT_BAR_TIME_VALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT bar time value object
RT_BARTAG - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT bar tag object
RT_BOTTOM_HIGH_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Bottom high alarm symbol.
RT_BOTTOM_LOW_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Bottom low alarm symbol.
RT_BOTTOM_SETPOINT_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Bottom setupoint symbol.
RT_CEILING_VALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT indicator segment mode rounding constant: Take the ceiling of values when calculating if segment on/off.
RT_COMBO_PROCESSVAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT combo process variable object
RT_CONTROL_BUTTON_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT radio button type derived from the Java button type, making a much more flexible button with respect to chaning the button colors and text when the button is selected.
RT_CONTROL_MOMENTARYBUTTON_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A subtype of the RTControlGroupButton type derived from the Java Button type, supports a toggle button action that can change color and text when the button is pressed.
RT_CONTROL_RADIOBUTTON_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A subtype of the RTControlGroupButton type derived from the Java Button type, supports a radio button action that can change color and text when the button is pressed.
RT_CONTROL_SCROLLBAR_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT trackbar type derived from the Java TrackBar type, supports floating point numbers, unlike TrackBar.
RT_CONTROL_TOGGLEBUTTON_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A subtype of the RTControlGroupButton type derived from the Java Button type, supports a momentary button action that can change color and text when the button is pressed.
RT_CONTROL_TRACKBAR_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT trackbar type derived from the Java TrackBar type, supports floating point numbers, unlike TrackBar.
RT_CUSTOM_STRING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Panel Meter string type constant: User specified string.
RT_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT dataset object
RT_DETALED_DESCRIPTION_STRING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Panel units string type constant: Use the detailedDescription string of the representative process variable.
RT_DISPLAY_ALL_ALARMS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm display constant: Display alarms for all channels.
RT_DISPLAY_NO_ALARM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm display constant: Display no alarms.
RT_DISPLAY_PRIMARY_ALARM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm display constant: Display alarms for primary channel.
RT_FIXEDEXTENT_AUTOWRAP_AUTOSCROLL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto wrap of values on x-axis, no re-scale.
RT_FIXEDEXTENT_MOVINGSTART_AUTOSCROLL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of x-axis, fixed extent moving start.
RT_FIXEDNUMPOINT_AUTOSCROLL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale for N most recent data points.
RT_FLOOR_VALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT indicator segment mode rounding constant: Take the floor of values when calculating if segment on/off.
RT_FORM_CONTROL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RTFormControl object
RT_FORM_CONTROL_GRID - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RTFormControlGrid object
RT_FORM_CONTROL_PANEL_METER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RTFormControlPanelMeter object
RT_GEN_SHAPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT general shape object
RT_GRAPH_OBJ - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT graph object
RT_GROUP_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT group dataset object
RT_GROUP_MULTIVALUE_PLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT group multi-value plot object
RT_INDICATOR_COLOR_CHANGE_ON_ALARM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm indicator color mode constant: Change indicator primary color on alarm.
RT_INDICATOR_COLOR_NO_ALARM_CHANGE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm indicator color mode constant: Do not change indicator primary color on alarm.
RT_INDICATORRECT_CONTROL_SIZE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Size the control as large as the containing object allows.
RT_LEFT_HIGH_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Left high alarm symbol.
RT_LEFT_LOW_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Left low alarm symbol.
RT_LEFT_SETPOINT_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Left setpoint symbol.
RT_MAXEXTENT_FIXEDSTART_AUTOSCROLL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Auto-scale of x-axis, max extent, fixed star.
RT_METER_ARC_BAND_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter arc band object
RT_METER_ARC_FLAT_CAP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter arc flat cap constant
RT_METER_ARC_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter arc indicator object
RT_METER_ARC_RADIUS_CAP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter arc radius cap constant
RT_METER_ARC_WEDGE_WIDTH_CAP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter arc wedge width cap constant
RT_METER_AXIS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter object
RT_METER_AXIS_LABELS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter axis labels object
RT_METER_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter frame object
RT_METER_FACEPLATE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter faceplate object
RT_METER_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator object
RT_METER_NEEDLE_ARROW_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter needle arrow object
RT_METER_NEEDLE_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter needle indicator object
RT_METER_NEEDLE_PIEWEDGE_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter needle pie wedge object
RT_METER_NEEDLE_SIMPLE_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter needle simple object
RT_METER_SEGMENTED_ARC_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter segmented arc object
RT_METER_SINGLE_SEGMENT_ARC_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter single segment arc object
RT_METER_SINGLE_SYMBOL_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter single symbol object
RT_METER_STRING_AXIS_LABELS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter string axis labels object
RT_METER_SYMBOL_ARC_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter symbol arc
RT_METER_SYMBOL_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT mete symbol indicator object
RT_MIN_CONTROL_SIZE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Use the recommended minimum control size
RT_MONOTONIC_X_MODE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Specifies that x-values are monotonic, i.e.
RT_MULTIALARM_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT multi-alarm indicator object
RT_MULTIBAR_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT multi-bar indicator object
RT_MULTIPOINTER_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT multi-point indicator object
RT_MULTIVALUE_ANNUNCIATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT multichannel annunciator object
RT_MULTIVALUE_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT multiple value indicator object
RT_NMETER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT needle meter object
RT_NO_ALARM_LIMIT_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm display constant: No alarm limit indicators.
RT_NO_AUTOSCALE_X - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: No auto-scale of x-axis.
RT_NO_AUTOSCALE_Y - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: No auto-scale of y-axis.
RT_NO_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: No symbol.
RT_NOT_MONOTONIC_X_MODE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A scroll frame scroll mode constant: Specifies that x-values are NOT monotonic, i.e.
RT_NUMERIC_PANEL_METER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT numeric panel meter object
RT_ORIG_CONTROL_SIZE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Use the size of the original control passed in
RT_PIDCONTROL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT PID Control object
RT_PLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT plot object
RT_POINTER_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT point indicator object
RT_POINTER_SUBTYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT pointer indicator
RT_PROCESSVAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT process variable object
RT_PROCESSVAR_ALARM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT process variable object
RT_RIGHT_HIGH_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Right high alarm symbol.
RT_RIGHT_LOW_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Right low alarm symbol.
RT_RIGHT_SETPOINT_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Right setpoint symbol.
RT_ROUND_VALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT indicator segment mode rounding constant: Round values when calculating if segment on/off.
RT_SCROLL_FRAME - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT scroll frame object
RT_SETPOINT_VALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm type constant: Setpoint, not an alarm
RT_SHAPE_ELLIPSE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Ellipse background, used mostly by meters
RT_SHAPE_RECTANGLE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Basic sharp cornered rectangle background
RT_SHAPE_ROUNDEDRECTANGLE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Rounded rectangle background
RT_SHORT_DESCRIPTION_STRING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Panel units string type constant: Use the shortDescription string of the representative process variable.
RT_SIMPLE_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT simple dataset object
RT_SIMPLE_SINGLEVALUE_PLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT simple single value plot object
RT_SINGLE_CHANNEL_PANEL_METER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT single channel panel meter object
RT_SINGLE_VALUE_INDICATOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT single value indicator object
RT_STRING_PANEL_METER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT string panel meter object
RT_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol object
RT_TAG_STRING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Panel Meter string type constant: Use the tag string of the representative process variable.
RT_TEXT_BACKGROUND_COLOR_CHANGE_ON_ALARM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT alarm indicator color mode constant: Change panel meter background color on alarm.
RT_TEXTFRAME - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT text frame object
RT_TIME_GROUP_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT time group dataset object
RT_TIME_PANEL_METER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT time panel meter object
RT_TIME_SIMPLE_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT time simple dataset object
RT_TOP_HIGH_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Top high alarm symbol.
RT_TOP_LOW_ALARM_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Top low alarm symbol.
RT_TOP_SETPOINT_SYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: Top setpoint symbol.
RT_TRACKBAR_HORIZONTAL_CENTER_POINTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: The indicator for a horizontal trackbar control.
RT_TRACKBAR_HORIZONTAL_DOWN_POINTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: The indicator for a horizontal trackbar control.
RT_TRACKBAR_VERTICAL_CENTER_POINTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: The indicator for a vertical trackbar control.
RT_TRACKBAR_VERTICAL_RIGHT_POINTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT symbol type constant: The indicator for a vertical trackbar control.
RT_UNIQUEID_STRING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Panel units string type constant: Use the uniqueIdentifier string of the representative process variable.
RT_UNITS_STRING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Panel units string type constant: Use the units string of the representative process variable.
RTPID_POSITIONCONTROL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
PID position control constant.
RTPID_VELOCITYCONTROL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
PID velocity control constant.

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