A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

T

TAN - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
TEAL - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
testPoint(double, double) - Method in class com.quinncurtis.chart3djava.Polygon3D
Test to see if a screen coordinates point is in the region of the transformed polygon.
TEXT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart text object (ChartText)
thisChartObjID - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
The chartObjIDCntr value for this specific object
THISTLE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
THURSDAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Thursday.
TICK_MAJOR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Minor tick mark
TICK_MINOR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Major tick mark
TickMark - Class in com.quinncurtis.chart3djava
The TickMark class manages the position attributes of an axis tick mark.
TickMark() - Constructor for class com.quinncurtis.chart3djava.TickMark
The default TickMark constructor
TickMark(double, int) - Constructor for class com.quinncurtis.chart3djava.TickMark
This constructor creates a new TickMark object using the specified type and location.
TickMark(ChartPoint3D, ChartPoint3D, double, int) - Constructor for class com.quinncurtis.chart3djava.TickMark
This constructor creates a new TickMark object using the specified type and location.
TickMark(ChartPoint3D, ChartPoint3D, double, int, boolean) - Constructor for class com.quinncurtis.chart3djava.TickMark
This constructor creates a new TickMark object using the specified type, location, and label flag.
TickMark(ChartPoint3D, ChartPoint3D, double, GregorianCalendar, int) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.TickMark
This constructor creates a new TickMark object using the specified type.
TICKS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Field number indicating TICKS.
ticksPerMilliSecond - Static variable in class com.quinncurtis.chart3djava.ChartCalendar
The number of ticks (100 nanosecond intervals) per millisecond
ticksPerSecond - Static variable in class com.quinncurtis.chart3djava.ChartCalendar
The number of ticks (100 nanosecond intervals) per second
tif - Static variable in class com.quinncurtis.chart3djava.ImageFileChooser.Utils
TIFF image file type.
tiff - Static variable in class com.quinncurtis.chart3djava.ImageFileChooser.Utils
TIFF image file type.
TIME_AUTOSCALE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Time/Date auto scale object (TimeAutoscale)
TIME_COORDINATE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies a scale that uses time values
TIME_COORDINATES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A TimeCoordinates object
TIME_GROUP_DATASET - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A group, time, dataset object (TimeGroupDataset)
TIME_GROUP_DATASET3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A group, time, dataset object (TimeGroupDataset3D)
TIME_SCALE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies a time scale
TIME_SCALE_OBJ - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A time scale object (TimeScale)
TIME_SIMPLE_DATASET - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A simple, time, dataset object (TimeSimpleDataset)
TIME_SIMPLE_DATASET3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A simple, time, dataset object (TimeSimpleDataset)
TimeArray - Class in com.quinncurtis.chart3djava
 
TimeArray() - Constructor for class com.quinncurtis.chart3djava.TimeArray
Default constructor.
TimeArray(int) - Constructor for class com.quinncurtis.chart3djava.TimeArray
Constructor creates an array of Length n, initialized to zero.
TimeArray(GregorianCalendar[], int) - Constructor for class com.quinncurtis.chart3djava.TimeArray
Constructor initializes the array using the specified data values.
TimeArray(GregorianCalendar[]) - Constructor for class com.quinncurtis.chart3djava.TimeArray
Constructor initializes the array using the specified data values.
TimeAutoScale - Class in com.quinncurtis.chart3djava
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.chart3djava.TimeAutoScale
The default TimeAutoScale constructor.
TimeAutoScale(TimeScale) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.TimeAutoScale
This constructor creates a new TimeAutoScale object based on starting and ending calendar values.
TIMEAXIS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date/time axis chart object type (TimeAxis)
TimeAxis - Class in com.quinncurtis.chart3djava
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.chart3djava.TimeAxis
The default TimeAxis constructor.
TimeAxis(TimeCoordinates) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.ChartConstants
10 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_10SECONDSECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
10 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_10YEARYEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
10 year major tick mark spacing, 1 year minor tick mark spacing
TIMEAXIS_12HOURHOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
12 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_15MINUTEMINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
15 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_15SECONDSECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
15 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_20YEAR5YEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
20 year major tick mark spacing, 5 year minor tick mark spacing
TIMEAXIS_2HOURHOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
2 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_2MINUTEMINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
2 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_2SECONDSECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
2 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_30MINUTEMINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
30 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_30SECONDSECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
30 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_4HOURHOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
4 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_50YEAR10YEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
50 year major tick mark spacing, 10 year minor tick mark spacing
TIMEAXIS_5MINUTEMINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
5 minute major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_5SECONDSECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
5 second major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_5YEARYEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
5 year major tick mark spacing, 1 year minor tick mark spacing
TIMEAXIS_8HOURHOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
8 hour major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_DAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 day major tick mark spacing
TIMEAXIS_DAY12HOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 day major tick mark spacing, 12 hour minor tick mark spacing
TIMEAXIS_DAY2HOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 day major tick mark spacing, 2 hour minor tick mark spacing
TIMEAXIS_DAY4HOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 day major tick mark spacing, 4 hour minor tick mark spacing
TIMEAXIS_DAY8HOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 day major tick mark spacing, 8 hour minor tick mark spacing
TIMEAXIS_DAYHOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 day major tick mark spacing, 1 hour minor tick mark spacing
TIMEAXIS_HOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 hour major tick mark spacing
TIMEAXIS_HOUR10MINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 hour major tick mark spacing, 10 minute minor tick mark spacing
TIMEAXIS_HOUR15MINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 hour major tick mark spacing, 15 minute minor tick mark spacing
TIMEAXIS_HOUR2MINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 hour major tick mark spacing, 2 minute minor tick mark spacing
TIMEAXIS_HOUR30MINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 hour major tick mark spacing, 30 minute minor tick mark spacing
TIMEAXIS_HOUR5MINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 hour major tick mark spacing, 5 minute minor tick mark spacing
TIMEAXIS_HOURMINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 hour major tick mark spacing, 1 minute minor tick mark spacing
TIMEAXIS_MILLISECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
 
TIMEAXIS_MILLISECOND1 - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Millisecond scale with 1 digit to the right of decimal
TIMEAXIS_MILLISECOND2 - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Millisecond scale with 2 digits to the right of decimal
TIMEAXIS_MILLISECOND3 - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Millisecond scale with 3 digits to the right of decimal
TIMEAXIS_MINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 minute major tick mark spacing
TIMEAXIS_MINUTE10SECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 minute major tick mark spacing, 10 second minor tick mark spacing
TIMEAXIS_MINUTE15SECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 minute major tick mark spacing, 15 second minor tick mark spacing
TIMEAXIS_MINUTE2SECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 minute major tick mark spacing, 2 second minor tick mark spacing
TIMEAXIS_MINUTE30SECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 minute major tick mark spacing, 30 second minor tick mark spacing
TIMEAXIS_MINUTE5SECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 minute major tick mark spacing, 5 second minor tick mark spacing
TIMEAXIS_MINUTESECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 minute major tick mark spacing, 1 second minor tick mark spacing
TIMEAXIS_MONTH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 month major tick mark spacing
TIMEAXIS_MONTHDAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 month major tick mark spacing, 1 day minor tick mark spacing
TIMEAXIS_MONTHWEEK - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 month major tick mark spacing, 1 week minor tick mark spacing
TIMEAXIS_QUARTER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 quarter major tick mark spacing
TIMEAXIS_QUARTERMONTH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 quarter major tick mark spacing, 1 month minor tick mark spacing
TIMEAXIS_SECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 second major tick mark spacing
TIMEAXIS_SECONDMILLISECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 Second major and 100 millisecond minor tick mark spacing
TIMEAXIS_WEEK - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 week major tick mark spacing
TIMEAXIS_WEEKDAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 week major tick mark spacing, 1 day minor tick mark spacing
TIMEAXIS_YEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 year major tick mark spacing
TIMEAXIS_YEARMONTH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 year major tick mark spacing, 1 month minor tick mark spacing
TIMEAXIS_YEARQUARTER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
1 year major tick mark spacing, 1 quarter minor tick mark spacing
TIMEAXISLABELS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Time axis labels for use with time/date axes (TimeAxisLabels)
TimeAxisLabels - Class in com.quinncurtis.chart3djava
The LinearAxisLabels class manages and displays the axis labels for linear and log axes.
TimeAxisLabels() - Constructor for class com.quinncurtis.chart3djava.TimeAxisLabels
The default TimeAxisLabels constructor.
TimeAxisLabels(TimeAxis) - Constructor for class com.quinncurtis.chart3djava.TimeAxisLabels
This constructor creates a new TimeAxisLabels object based on the specified time axis.
TIMEBASE_DAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Days time base
TIMEBASE_HOUR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Hours time base
TIMEBASE_MILLISECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Milliseconds time base
TIMEBASE_MINUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Minutes time base
TIMEBASE_MONTH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Months time base
TIMEBASE_SECOND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Seconds time base
TIMEBASE_TICKS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Ticks (100 nanosecond interval) time base
TIMEBASE_WEEK - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Weeks time base
TIMEBASE_YEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Years time base
TimeCoordinates - Class in com.quinncurtis.chart3djava
 
TimeCoordinates() - Constructor for class com.quinncurtis.chart3djava.TimeCoordinates
The default constructor for TimeCoordinates.
TimeCoordinates(GregorianCalendar, double, double, GregorianCalendar, double, double) - Constructor for class com.quinncurtis.chart3djava.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) - Constructor for class com.quinncurtis.chart3djava.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, double, GregorianCalendar, double, double, int) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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, double, GregorianCalendar, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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, int) - Constructor for class com.quinncurtis.chart3djava.TimeCoordinates
This constructor creates a new TimeCoordinates, specifying the x- and y-coordinate systems, using default values for each.
TimeCoordinates(int, int) - Constructor for class com.quinncurtis.chart3djava.TimeCoordinates
This constructor creates a new TimeCoordinates, specifying the x- and y-coordinate systems, using default values for each.
TimeCoordinates(GregorianCalendar, long, double, double, GregorianCalendar, long, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.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, int) - Constructor for class com.quinncurtis.chart3djava.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, double, GregorianCalendar, long, double, double, int) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.TimeArray
Returns a reference to the Array object that represents protected data buffer.
TIMEDATEFORMAT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A time/date numeric format
TIMEDATEFORMAT_12HM - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
12 hour (hour:minutes) time format - Example 1:59
TIMEDATEFORMAT_12HMS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
12 hour (hour:minutes:seconds) time format - Example 11:59:59
TIMEDATEFORMAT_12HMSD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
12 hour (hour:minutes:seconds.milliseconds) time format - Example 11:59:59.999
TIMEDATEFORMAT_12HMSDD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
12 hour (hour:minutes:seconds.milliseconds) time format - Example 11:59:59.9
TIMEDATEFORMAT_24HM - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
24 hour (hour:minutes) time format - Example 23:59
TIMEDATEFORMAT_24HMS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
24 hour (hour:minutes:seconds) time format - Example 23:59:59
TIMEDATEFORMAT_24HMSD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
24 hour (hour:minutes:seconds.milliseconds) time format - Example 23:59:59.9
TIMEDATEFORMAT_24HMSDD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
24 hour (hour:minutes:seconds.milliseconds) time format - Example 23:59:59.99
TIMEDATEFORMAT_D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( Tue)
TIMEDATEFORMAT_DDD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( Tue)
TIMEDATEFORMAT_DDDD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( Tuesday)
TIMEDATEFORMAT_DMY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( 2/1/98, 2/1/02)
TIMEDATEFORMAT_DMY2000 - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( 2/1/1998, 2/1/2002)
TIMEDATEFORMAT_M - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( Jan)
TIMEDATEFORMAT_MDY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( 1/2/98, 1/2/02)
TIMEDATEFORMAT_MDY2000 - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format (1/2/1998, 1/2/2002)
TIMEDATEFORMAT_MMM - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( Jan)
TIMEDATEFORMAT_MMMM - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( January)
TIMEDATEFORMAT_MS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
(minutes:seconds) time format - Example 59:59
TIMEDATEFORMAT_MSD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
(minutes:seconds) time format - Example 59:59.9
TIMEDATEFORMAT_MSDD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
(minutes:seconds.milliseconds) time format - Example 59:59.99
TIMEDATEFORMAT_MSDDD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
(minutes:seconds.milliseconds) time format - Example 59:59.999
TIMEDATEFORMAT_MY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( 1/98)
TIMEDATEFORMAT_MY2000 - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( 1/1998)
TIMEDATEFORMAT_NONE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
No time format
TIMEDATEFORMAT_Q - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( Q1)
TIMEDATEFORMAT_STANDARD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( Jan 2, 1998)
TIMEDATEFORMAT_Y - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( 98)
TIMEDATEFORMAT_Y2000 - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Date format ( 1998)
TimeGroupDataset - Class in com.quinncurtis.chart3djava
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.chart3djava.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[][], double, double) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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, double[], GregorianCalendar[][], double, double) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.TimeGroupDataset
This constructor creates a new, group TimeGroupDataset object of the specified size.
TimeGroupDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset
This constructor creates a new TimeGroupDataset object from a file consisting of comma separated values.
TimeGroupDataset() - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset
The default constructor for the TimeGroupDataset class.
TimeGroupDataset3D - Class in com.quinncurtis.chart3djava
Group data is a collection of data, where more than one dependent variable, the x's, corresponds to the independent one, the y's.
TimeGroupDataset3D(String, GregorianCalendar[], double[][], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new, group TimeGroupDataset3D object where the x-values are ChartCalendar values and the y-values are floating point numbers.
TimeGroupDataset3D(String, GregorianCalendar[], double[][], double, double) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new, group TimeGroupDataset3D object where the x-values are ChartCalendar values and the y-values are floating point numbers.
TimeGroupDataset3D(String, double[], GregorianCalendar[][], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new, group TimeGroupDataset3D object where the y-values are ChartCalendar values and the x-values are floating point numbers.
TimeGroupDataset3D(String, double[], double[][], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new, group TimeGroupDataset3D object where the y-values are ChartCalendar values and the x-values are floating point numbers.
TimeGroupDataset3D(String, double[], GregorianCalendar[][], double, double) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new, group TimeGroupDataset3D object where the y-values are ChartCalendar values and the x-values are floating point numbers.
TimeGroupDataset3D(String, GregorianCalendar[], GregorianCalendar[][], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new, group TimeGroupDataset3D object where the x- and y-values are ChartCalendar values.
TimeGroupDataset3D(String, int, int) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new, group TimeGroupDataset3D object of the specified size.
TimeGroupDataset3D(CSV, String, int, int) - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
This constructor creates a new TimeGroupDataset3D object from a file consisting of comma separated values.
TimeGroupDataset3D() - Constructor for class com.quinncurtis.chart3djava.TimeGroupDataset3D
The default constructor for the TimeGroupDataset3D class.
TIMELABEL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart time label object (TimeLabel)
TimeLabel - Class in com.quinncurtis.chart3djava
The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart.
TimeLabel() - Constructor for class com.quinncurtis.chart3djava.TimeLabel
The default TimeLabel constructor.
TimeLabel(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale.
TimeLabel(PhysicalCoordinates, GregorianCalendar, int) - Constructor for class com.quinncurtis.chart3djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale, and initializes it with the specified calendar value and format.
TimeLabel(GregorianCalendar, int) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale, and initializes it with the specified calendar value and format.
TimeLabel(PhysicalCoordinates, Font, GregorianCalendar, double, double, double, int, int, int, int, double) - Constructor for class com.quinncurtis.chart3djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale, and initializes it with the specified calendar value and format.
TimeLabel(Font, GregorianCalendar, double, double, int, int, int, int, double) - Constructor for class com.quinncurtis.chart3djava.TimeLabel
This constructor creates a new TimeLabel object using the specified scale, and initializes it with the specified calendar value and format.
TimeLabel(Font, GregorianCalendar, double, double, double, int, int, int, int, double) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava
The TimeScale class implements a time based coordinate system for a single coordinate, x or y.
TimeScale() - Constructor for class com.quinncurtis.chart3djava.TimeScale
The default TimeScale constructor .
TimeScale(int) - Constructor for class com.quinncurtis.chart3djava.TimeScale
An TimeScale constructor is used to initialize the scale for a specific axis.
TimeScale(GregorianCalendar, GregorianCalendar) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava
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.chart3djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(String, GregorianCalendar[], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(String, GregorianCalendar[], double[], double, double) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(String, double[], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(String, GregorianCalendar[], GregorianCalendar[]) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset
This constructor creates a new TimeSimpleDataset object from a file consisting of comma separated values.
TimeSimpleDataset(String, int) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset
This constructor creates an uninitialized dataset of the specified size.
TimeSimpleDataset() - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset
The default SimpleDataset constructor.
TimeSimpleDataset3D - Class in com.quinncurtis.chart3djava
Summary description for TimeSimpleDataset3D.
TimeSimpleDataset3D(String, double[], GregorianCalendar[], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset3D(String, GregorianCalendar[], double[], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset3D(String, GregorianCalendar[], double[], double[], double) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset3D(String, double[], double[], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset3D(String, GregorianCalendar[], GregorianCalendar[], double[]) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This constructor initializes the name, x- and y- values of a simple dataset.
TimeSimpleDataset3D(CSV, String, int, int) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This constructor creates a new TimeSimpleDataset3D object from a file consisting of comma separated values.
TimeSimpleDataset3D(String, int) - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This constructor creates an uninitialized dataset of the specified size.
TimeSimpleDataset3D() - Constructor for class com.quinncurtis.chart3djava.TimeSimpleDataset3D
The default SimpleDataset constructor.
timeValueGood(GregorianCalendar) - Method in class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.ChartSupport
This method converts from radians to degrees.
TOMATO - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
TOP_BORDER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies the top border
TOP_SIDE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT 3D frame side constant: Top side.
toRadians(double) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method converts from degrees to radians.
toString(GregorianCalendar, int) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
Converts a Gregorian calendar date value into a formatted date string.
toString(GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
Converts a Gregorian calendar date value into a formatted date string.
toString() - Method in class com.quinncurtis.chart3djava.ChartDimension3D
Returns a string representation of the values of this ChartDimension3D object's height and width fields.
TRACKBAR_TYPE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A Java trackbar scroll bar type.
Transform3D - Class in com.quinncurtis.chart3djava
Summary description for Transform3D.
Transform3D() - Constructor for class com.quinncurtis.chart3djava.Transform3D
The default constructor.
TRANSFORM_3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A CartesianCoordinates object
transformPolygon(Polygon3D) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Transforms a Polygon3D object to Screen Coordinates.
transformPolygon() - Method in class com.quinncurtis.chart3djava.Polygon3D
Transform the polygon to Screen coordinates.
transformPolyList() - Method in class com.quinncurtis.chart3djava.PolygonList
Transform all polygons in PolygonList object to Screen coordinates.
TransparentColor - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Since Color(0,0,0,0), alpha is 0, so this is NOT black
trimToSize() - Method in class com.quinncurtis.chart3djava.BoolArray
The maxCapacity property is set equal to the Length property of the array and the protected buffer are resized to the new maxCapacity value.
TrimToSize() - Method in class com.quinncurtis.chart3djava.DoubleArray
The maxCapacity property is set equal to the Length property of the array and the protected buffer are resized to the new maxCapacity value.
TrimToSize() - Method in class com.quinncurtis.chart3djava.DoubleArray2D
The RowCapacity property is set equal to the NumRows property of the array and the protected buffer is resized to the new RowCapacity value.
trimToSize() - Method in class com.quinncurtis.chart3djava.IntArray
The maxCapacity property is set equal to the Length property of the array and the protected buffer are resized to the new maxCapacity value.
trimToSize() - Method in class com.quinncurtis.chart3djava.Point3DArray
The MaxCapacity property is set equal to the Length property of the array and the protected buffer are resized to the new MaxCapacity value.
trimToSize() - Method in class com.quinncurtis.chart3djava.StringArray
The maxCapacity property is set equal to the Length property of the array and the protected buffer are resized to the new maxCapacity value.
TUESDAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Tuesday.
TURQUOISE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z