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

T

TABCUSUM_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Tabular Cusum chart
TABLE_NO_COLOR_BACKGROUND - Static variable in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Constant specifies that the table does not use a background color.
TABLE_SINGLE_COLOR_BACKGROUND - Static variable in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Constant specifies that the table uses a single color for the background (backgroundColor1).
TABLE_SINGLE_COLOR_BACKGROUND_GRID - Static variable in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Constant specifies that the table uses horizontal stripes of color for the background (backgroundColor1 and backgroundColor2).
TABLE_SINGLE_COLOR_BACKGROUND_GRIDCELL - Static variable in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Constant specifies that the table uses a grid cell of color for the background (backgroundColor1 and backgroundColor2).
TABLE_STRIPED_COLOR_BACKGROUND - Static variable in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Constant specifies that the table uses horizontal stripes of color for the background (backgroundColor1 and backgroundColor2).
TEAL - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
TEXT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart text object (ChartText)
TEXT_ROW_SPACING - Static variable in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Constant specifies that the next row to the table should user text row spacing.
thisChartObjID - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The chartObjIDCntr value for this specific object
THISTLE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
THURSDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Thursday.
TICK_MAJOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Minor tick mark
TICK_MINOR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Major tick mark
TickMark - Class in com.quinncurtis.chart2djava
The TickMark class manages the position attributes of an axis tick mark.
TickMark() - Constructor for class com.quinncurtis.chart2djava.TickMark
The default TickMark constructor
TickMark(double, int) - Constructor for class com.quinncurtis.chart2djava.TickMark
This constructor creates a new TickMark object using the specified type and location.
TickMark(ChartPoint2D, ChartPoint2D, double, int) - Constructor for class com.quinncurtis.chart2djava.TickMark
This constructor creates a new TickMark object using the specified type and location.
TickMark(ChartPoint2D, ChartPoint2D, double, int, boolean) - Constructor for class com.quinncurtis.chart2djava.TickMark
This constructor creates a new TickMark object using the specified type, location, and label flag.
TickMark(ChartPoint2D, ChartPoint2D, double, GregorianCalendar, int) - Constructor for class com.quinncurtis.chart2djava.TickMark
This constructor creates a new TickMark object for a time/date axis using the specified type and location.
TickMark(int) - Constructor for class com.quinncurtis.chart2djava.TickMark
This constructor creates a new TickMark object using the specified type.
TICKS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Field number indicating TICKS.
ticksPerMilliSecond - Static variable in class com.quinncurtis.chart2djava.ChartCalendar
The number of ticks (100 nanosecond intervals) per millisecond
ticksPerSecond - Static variable in class com.quinncurtis.chart2djava.ChartCalendar
The number of ticks (100 nanosecond intervals) per second
tif - Static variable in class com.quinncurtis.chart2djava.ImageFileChooser.Utils
 
tiff - Static variable in class com.quinncurtis.chart2djava.ImageFileChooser.Utils
 
TIME_AUTOSCALE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Time/Date auto scale object (TimeAutoscale)
TIME_COORDINATE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies a scale that uses time values
TIME_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A TimeCoordinates object
TIME_GROUP_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A group, time, dataset object (TimeGroupDataset)
TIME_SCALE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies a time scale
TIME_SCALE_OBJ - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A time scale object (TimeScale)
TIME_SIMPLE_DATASET - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A simple, time, dataset object (TimeSimpleDataset)
TimeArray - Class in com.quinncurtis.chart2djava
The TimeArray is an improved version of the standard Array type because it allows automatic and dynamic resizing of the array.
TimeArray() - Constructor for class com.quinncurtis.chart2djava.TimeArray
Default constructor.
TimeArray(int) - Constructor for class com.quinncurtis.chart2djava.TimeArray
Constructor creates an array of Length n, initialized to zero.
TimeArray(GregorianCalendar[], int) - Constructor for class com.quinncurtis.chart2djava.TimeArray
Constructor initializes the array using the specified data values.
TimeArray(GregorianCalendar[]) - Constructor for class com.quinncurtis.chart2djava.TimeArray
Constructor initializes the array using the specified data values.
TimeAutoScale - Class in com.quinncurtis.chart2djava
The TimeAutoScale is designed for use with time coordinates and is used to scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs.
TimeAutoScale() - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
The default TimeAutoScale constructor.
TimeAutoScale(TimeScale) - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on the initial scaling values of an TimeScale object.
TimeAutoScale(TimeCoordinates, TimeSimpleDataset, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on the data values in a dataset.
TimeAutoScale(TimeCoordinates, TimeSimpleDataset[], int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on the data values in an array of datasets.
TimeAutoScale(TimeCoordinates, TimeGroupDataset, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on the data values in a dataset.
TimeAutoScale(TimeCoordinates, TimeGroupDataset[], int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on the data values in an array of datasets.
TimeAutoScale(TimeCoordinates, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on the initial scaling values of an TimeAutoScale object.
TimeAutoScale(TimeCoordinates, GregorianCalendar, GregorianCalendar, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on starting and ending calendar values.
TIMEAXIS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date/time axis chart object type (TimeAxis)
TimeAxis - Class in com.quinncurtis.chart2djava
The TimeAxis class implements a linear axis that has major and minor tick marks at time and date intervals.
TimeAxis() - Constructor for class com.quinncurtis.chart2djava.TimeAxis
The default TimeAxis constructor.
TimeAxis(TimeCoordinates) - Constructor for class com.quinncurtis.chart2djava.TimeAxis
This constructor creates a new TimeAxis object and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
TimeAxis(TimeCoordinates, GregorianCalendar, GregorianCalendar) - Constructor for class com.quinncurtis.chart2djava.TimeAxis
This constructor creates a new TimeAxis object and scales it to match the specified calendar values.
TimeAxis(TimeCoordinates, int, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAxis
This constructor creates a new TimeAxis object using the specified tick mark time base and minor tick mark interval and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
TimeAxis(TimeCoordinates, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeAxis
This constructor creates a new TimeAxis object using the specified tick mark time base and minor tick mark interval and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
TimeAxis(TimeCoordinates, int) - Constructor for class com.quinncurtis.chart2djava.TimeAxis
This constructor creates a new TimeAxis object using the specified tick mark time base and minor tick mark interval and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
TIMEAXIS_10MINUTEMINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
10 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_10SECONDSECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
10 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_10YEARYEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
10 year major tick mark spacing, 1 year minor tick mark spacing
TIMEAXIS_12HOURHOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
12 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_15MINUTEMINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
15 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_15SECONDSECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
15 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_20YEAR5YEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
20 year major tick mark spacing, 5 year minor tick mark spacing
TIMEAXIS_2HOURHOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
2 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_2MINUTEMINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
2 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_2SECONDSECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
2 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_30MINUTEMINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
30 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_30SECONDSECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
30 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_4HOURHOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
4 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_50YEAR10YEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
50 year major tick mark spacing, 10 year minor tick mark spacing
TIMEAXIS_5MINUTEMINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
5 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_5SECONDSECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
5 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_5YEARYEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
5 year major tick mark spacing, 1 year minor tick mark spacing
TIMEAXIS_8HOURHOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
8 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_DAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 day major tick mark spacing
TIMEAXIS_DAY12HOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 day major tick mark spacing, 12 hour minor tick mark spacing
TIMEAXIS_DAY2HOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 day major tick mark spacing, 2 hour minor tick mark spacing
TIMEAXIS_DAY4HOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 day major tick mark spacing, 4 hour minor tick mark spacing
TIMEAXIS_DAY8HOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 day major tick mark spacing, 8 hour minor tick mark spacing
TIMEAXIS_DAYHOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 day major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_HOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 hour major tick mark spacing
TIMEAXIS_HOUR10MINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 hour major tick mark spacing, 10 minute minor tick mark spacing
TIMEAXIS_HOUR15MINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 hour major tick mark spacing, 15 minute minor tick mark spacing
TIMEAXIS_HOUR2MINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 hour major tick mark spacing, 2 minute minor tick mark spacing
TIMEAXIS_HOUR30MINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 hour major tick mark spacing, 30 minute minor tick mark spacing
TIMEAXIS_HOUR5MINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 hour major tick mark spacing, 5 minute minor tick mark spacing
TIMEAXIS_HOURMINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 hour major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_MILLISECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
TIMEAXIS_MILLISECOND1 - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Millisecond scale with 1 digit to the right of decimal
TIMEAXIS_MILLISECOND2 - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Millisecond scale with 2 digits to the right of decimal
TIMEAXIS_MILLISECOND3 - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Millisecond scale with 3 digits to the right of decimal
TIMEAXIS_MINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 minute major tick mark spacing
TIMEAXIS_MINUTE10SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 minute major tick mark spacing, 10 second minor tick mark spacing
TIMEAXIS_MINUTE15SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 minute major tick mark spacing, 15 second minor tick mark spacing
TIMEAXIS_MINUTE2SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 minute major tick mark spacing, 2 second minor tick mark spacing
TIMEAXIS_MINUTE30SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 minute major tick mark spacing, 30 second minor tick mark spacing
TIMEAXIS_MINUTE5SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 minute major tick mark spacing, 5 second minor tick mark spacing
TIMEAXIS_MINUTESECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 minute major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_MONTH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 month major tick mark spacing
TIMEAXIS_MONTHDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 month major tick mark spacing, 1 day minor tick mark spacing
TIMEAXIS_MONTHWEEK - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 month major tick mark spacing, 1 week minor tick mark spacing
TIMEAXIS_QUARTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 quarter major tick mark spacing
TIMEAXIS_QUARTERMONTH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 quarter major tick mark spacing, 1 month minor tick mark spacing
TIMEAXIS_SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 second major tick mark spacing
TIMEAXIS_SECONDMILLISECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 Second major and 100 millisecond minor tick mark spacing
TIMEAXIS_WEEK - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 week major tick mark spacing
TIMEAXIS_WEEKDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 week major tick mark spacing, 1 day minor tick mark spacing
TIMEAXIS_YEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 year major tick mark spacing
TIMEAXIS_YEARMONTH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 year major tick mark spacing, 1 month minor tick mark spacing
TIMEAXIS_YEARQUARTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
1 year major tick mark spacing, 1 quarter minor tick mark spacing
TIMEAXISLABELS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Time axis labels for use with time/date axes (TimeAxisLabels)
TimeAxisLabels - Class in com.quinncurtis.chart2djava
The LinearAxisLabels class manages and displays the axis labels for linear and log axes.
TimeAxisLabels() - Constructor for class com.quinncurtis.chart2djava.TimeAxisLabels
The default TimeAxisLabels constructor.
TimeAxisLabels(TimeAxis) - Constructor for class com.quinncurtis.chart2djava.TimeAxisLabels
This constructor creates a new TimeAxisLabels object based on the specified time axis.
TIMEBASE_DAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Days time base
TIMEBASE_HOUR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Hours time base
TIMEBASE_MILLISECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Milliseconds time base
TIMEBASE_MINUTE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Minutes time base
TIMEBASE_MONTH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Months time base
TIMEBASE_SECOND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Seconds time base
TIMEBASE_TICKS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Ticks (100 nanosecond interval) time base
TIMEBASE_WEEK - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Weeks time base
TIMEBASE_YEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Years time base
TimeCoordinates - Class in com.quinncurtis.chart2djava
The TimeCoordinates class extends the PhysicalCoordinates class to support a time-based x-axis and a linear or log y-axis coordinate system.
TimeCoordinates() - Constructor for class com.quinncurtis.chart2djava.TimeCoordinates
The default constructor for TimeCoordinates.
TimeCoordinates(GregorianCalendar, double, GregorianCalendar, double) - Constructor for class com.quinncurtis.chart2djava.TimeCoordinates
This constructor creates a new TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
TimeCoordinates(GregorianCalendar, double, GregorianCalendar, double, int) - Constructor for class com.quinncurtis.chart2djava.TimeCoordinates
This constructor creates a new TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
TimeCoordinates(GregorianCalendar, double, GregorianCalendar, double, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeCoordinates
This constructor creates a new TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
TimeCoordinates(int, int) - Constructor for class com.quinncurtis.chart2djava.TimeCoordinates
This constructor creates a new TimeCoordinates, specifying the x- and y-coordinate systems, using default values for each.
TimeCoordinates(GregorianCalendar, long, double, GregorianCalendar, long, double, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeCoordinates
This constructor creates a new TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
TimeCoordinates(GregorianCalendar, long, double, GregorianCalendar, long, double, int) - Constructor for class com.quinncurtis.chart2djava.TimeCoordinates
This constructor creates a new TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
TimeDataBuffer() - Method in class com.quinncurtis.chart2djava.TimeArray
Returns a reference to the Array object that represents internal data buffer.
TIMEDATEFORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A time/date numeric format
TIMEDATEFORMAT_12HM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
12 hour (hour:minutes) time format - Example 1:59
TIMEDATEFORMAT_12HMS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
12 hour (hour:minutes:seconds) time format - Example 11:59:59
TIMEDATEFORMAT_12HMSD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
12 hour (hour:minutes:seconds.milliseconds) time format - Example 11:59:59.999
TIMEDATEFORMAT_12HMSDD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
12 hour (hour:minutes:seconds.milliseconds) time format - Example 11:59:59.9
TIMEDATEFORMAT_24HM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
24 hour (hour:minutes) time format - Example 23:59
TIMEDATEFORMAT_24HMS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
24 hour (hour:minutes:seconds) time format - Example 23:59:59
TIMEDATEFORMAT_24HMSD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
24 hour (hour:minutes:seconds.milliseconds) time format - Example 23:59:59.9
TIMEDATEFORMAT_24HMSDD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
24 hour (hour:minutes:seconds.milliseconds) time format - Example 23:59:59.99
TIMEDATEFORMAT_D - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( Tue)
TIMEDATEFORMAT_DDD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( Tue)
TIMEDATEFORMAT_DDDD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( Tuesday)
TIMEDATEFORMAT_DMY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( 2/1/98, 2/1/02)
TIMEDATEFORMAT_DMY2000 - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( 2/1/1998, 2/1/2002)
TIMEDATEFORMAT_M - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( Jan)
TIMEDATEFORMAT_MDY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( 1/2/98, 1/2/02)
TIMEDATEFORMAT_MDY2000 - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format (1/2/1998, 1/2/2002)
TIMEDATEFORMAT_MMM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( Jan)
TIMEDATEFORMAT_MMMM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( January)
TIMEDATEFORMAT_MS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
(minutes:seconds) time format - Example 59:59
TIMEDATEFORMAT_MSD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
(minutes:seconds) time format - Example 59:59.9
TIMEDATEFORMAT_MSDD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
(minutes:seconds.milliseconds) time format - Example 59:59.99
TIMEDATEFORMAT_MSDDD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
(minutes:seconds.milliseconds) time format - Example 59:59.999
TIMEDATEFORMAT_MY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( 1/98)
TIMEDATEFORMAT_MY2000 - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( 1/1998)
TIMEDATEFORMAT_NONE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
No time format
TIMEDATEFORMAT_Q - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( Q1)
TIMEDATEFORMAT_STANDARD - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( Jan 2, 1998)
TIMEDATEFORMAT_Y - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( 98)
TIMEDATEFORMAT_Y2000 - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Date format ( 1998)
TimeGroupDataset - 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.
TimeGroupDataset(String, GregorianCalendar[], double[][]) - Constructor for class com.quinncurtis.chart2djava.TimeGroupDataset
This constructor creates a new, group TimeGroupDataset object where the x-values are GregorianCalendar values and the y-values are floating point numbers.
TimeGroupDataset(String, GregorianCalendar[], double[]) - Constructor for class com.quinncurtis.chart2djava.TimeGroupDataset
This constructor creates a new, group TimeGroupDataset object where the x-values are GregorianCalendar values and the y-values are floating point numbers.
TimeGroupDataset(String, double[], GregorianCalendar[][]) - Constructor for class com.quinncurtis.chart2djava.TimeGroupDataset
This constructor creates a new, group TimeGroupDataset object where the y-values are GregorianCalendar values and the x-values are floating point numbers.
TimeGroupDataset(String, GregorianCalendar[], GregorianCalendar[][]) - Constructor for class com.quinncurtis.chart2djava.TimeGroupDataset
This constructor creates a new, group TimeGroupDataset object where the x- and y-values are GregorianCalendar values.
TimeGroupDataset(String, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeGroupDataset
This constructor creates a new, group TimeGroupDataset object of the specified size.
TimeGroupDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeGroupDataset
This constructor creates a new TimeGroupDataset object from a file consisting of comma separated values.
TimeGroupDataset() - Constructor for class com.quinncurtis.chart2djava.TimeGroupDataset
The default constructor for the TimeGroupDataset class.
TIMELABEL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart time label object (TimeLabel)
TimeLabel - Class in com.quinncurtis.chart2djava
The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart.
TimeLabel() - Constructor for class com.quinncurtis.chart2djava.TimeLabel
The default TimeLabel constructor.
TimeLabel(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale.
TimeLabel(PhysicalCoordinates, GregorianCalendar, int) - Constructor for class com.quinncurtis.chart2djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale, and initializes it with the specified calendar value and format.
TimeLabel(int) - Constructor for class com.quinncurtis.chart2djava.TimeLabel
This constructor creates a new TimeLabel object using the specified format.
TimeLabel(PhysicalCoordinates, Font, GregorianCalendar, double, double, int, int, int, int, double) - Constructor for class com.quinncurtis.chart2djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale, and initializes it with the specified calendar value and format.
TimeScale - Class in com.quinncurtis.chart2djava
The TimeScale class implements a time based coordinate system for a single coordinate, x or y.
TimeScale() - Constructor for class com.quinncurtis.chart2djava.TimeScale
The default TimeScale constructor .
TimeScale(int) - Constructor for class com.quinncurtis.chart2djava.TimeScale
An TimeScale constructor is used to initialize the scale for a specific axis.
TimeScale(GregorianCalendar, GregorianCalendar) - Constructor for class com.quinncurtis.chart2djava.TimeScale
An TimeScale constructor is used to initialize the scale using a starting date and an ending date.
TimeScale(int, GregorianCalendar, GregorianCalendar) - Constructor for class com.quinncurtis.chart2djava.TimeScale
An TimeScale constructor is used to initialize the scale using a starting date and an ending date.
TimeScale(long, long) - Constructor for class com.quinncurtis.chart2djava.TimeScale
An TimeScale constructor is used to initialize the scale using a starting date and an ending date, both specified in milliseconds .
TimeScale(int, long, long) - Constructor for class com.quinncurtis.chart2djava.TimeScale
An TimeScale constructor is used to initialize the scale using a starting date and an ending date, both specified in milliseconds .
TimeSimpleDataset - Class in com.quinncurtis.chart2djava
A simple dataset class encapsulates x- and y-data values that are to be used as source of chart information.
TimeSimpleDataset(String, double[], GregorianCalendar[]) - Constructor for class com.quinncurtis.chart2djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(String, GregorianCalendar[], double[]) - Constructor for class com.quinncurtis.chart2djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(String, double[], double[]) - Constructor for class com.quinncurtis.chart2djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(String, GregorianCalendar[], GregorianCalendar[]) - Constructor for class com.quinncurtis.chart2djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart2djava.TimeSimpleDataset
This constructor creates a new TimeSimpleDataset object from a file consisting of comma separated values.
TimeSimpleDataset(String, int) - Constructor for class com.quinncurtis.chart2djava.TimeSimpleDataset
This constructor creates an uninitialized dataset of the specified size.
TimeSimpleDataset() - Constructor for class com.quinncurtis.chart2djava.TimeSimpleDataset
The default SimpleDataset constructor.
timeValueGood(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeScale
This method checks to see if the specified date is valid, checking to see if it within the specified time of day limits.
timeValueGood(long) - Method in class com.quinncurtis.chart2djava.TimeScale
This method checks to see if the specified date is valid, checking to see if it within the specified time of day limits.
toDegrees(double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method converts from radians to degrees.
TOMATO - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
TOP_BORDER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the top border
TOP_SIDE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT 3D frame side constant: Top side.
toRadians(double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method converts from degrees to radians.
toString(GregorianCalendar, int) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Converts a Gregorian calendar date value into a formatted date string.
toString(GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
Converts a Gregorian calendar date value into a formatted date string.
toString() - Method in class com.quinncurtis.chart2djava.ChartDimension
Returns a string representation of the values of this ChartDimension object's height and width fields.
TRACKBAR_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Java trackbar scroll bar type.
transitionEventCondition(int) - Method in class com.quinncurtis.spcchartjava.SPCControlChartData
Returns true if an alarm transition has taken place.
TransparentColor - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
trimToSize() - Method in class com.quinncurtis.chart2djava.BoolArray
The maxCapacity property is set equal to the Length property of the array and the internal buffer are resized to the new maxCapacity value.
TrimToSize() - Method in class com.quinncurtis.chart2djava.DoubleArray
The maxCapacity property is set equal to the Length property of the array and the internal buffer are resized to the new maxCapacity value.
TrimToSize() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
The RowCapacity property is set equal to the NumRows property of the array and the internal buffer is resized to the new RowCapacity value.
TrimToSize() - Method in class com.quinncurtis.chart2djava.IntArray
The maxCapacity property is set equal to the Length property of the array and the internal buffer are resized to the new maxCapacity value.
trimToSize() - Method in class com.quinncurtis.chart2djava.StringArray
The maxCapacity property is set equal to the Length property of the array and the internal buffer are resized to the new maxCapacity value.
TUESDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Tuesday.
TURQUOISE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
TypeSafeVectorCopy(Vector<ChartAttribute>) - Static method in class com.quinncurtis.chart2djava.ChartAttribute
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<ChartLabel>) - Static method in class com.quinncurtis.chart2djava.ChartLabel
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<ChartObj>) - Static method in class com.quinncurtis.chart2djava.ChartObj
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<ChartText>) - Static method in class com.quinncurtis.chart2djava.ChartText
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<GraphObj>) - Static method in class com.quinncurtis.chart2djava.GraphObj
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<SimpleDataset>) - Static method in class com.quinncurtis.chart2djava.SimpleDataset
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<SPCCalculatedValueRecord>) - Static method in class com.quinncurtis.spcchartjava.SPCCalculatedValueRecord
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<SPCControlLimitRecord>) - Static method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<SPCControlPlotObjectData>) - Static method in class com.quinncurtis.spcchartjava.SPCControlPlotObjectData
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<SPCProcessCapabilityRecord>) - Static method in class com.quinncurtis.spcchartjava.SPCProcessCapabilityRecord
 Returns an object that is a typesafe copy of the source Vector object.
TypeSafeVectorCopy(Vector<SPCSampledValueRecord>) - Static method in class com.quinncurtis.spcchartjava.SPCSampledValueRecord
 Returns an object that is a typesafe copy of the source Vector object.

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