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

I

ICHARTOBJECTPLOT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A simple object plot type (SimpleObjPlot)
ident3() - Method in class com.quinncurtis.chart3djava.Transform3D
Initializes the current3DTransformMatrix (4x4) matrix and inverted3DTransformMatrix to the identity matrix.
IMAGE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart image (Image)
ImageFileChooser - Class in com.quinncurtis.chart3djava
A utility class used in the dialogs that select image files.
ImageFileChooser(Component) - Constructor for class com.quinncurtis.chart3djava.ImageFileChooser
Image file chooser constructor
ImageFileChooser.ImageFilter - Class in com.quinncurtis.chart3djava
File filter class for image files
ImageFileChooser.ImageFilter() - Constructor for class com.quinncurtis.chart3djava.ImageFileChooser.ImageFilter
 
ImageFileChooser.Utils - Class in com.quinncurtis.chart3djava
Utility class for ImageFileChooser
ImageFileChooser.Utils() - Constructor for class com.quinncurtis.chart3djava.ImageFileChooser.Utils
 
INDEPENDENT_IN_SERIES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Object that is the last object in plot
INDIANRED - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
INDIGO - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
INHERIT_CLIPPING - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Graph object leaves the current state of clipping unchanged
initArrowPlot(GroupDataset, Arrow, ChartAttribute) - Method in class com.quinncurtis.chart3djava.ArrowPlot
This constructor initializes the dataset, base arrow object and attributes of this ArrowPlot object.
initAxis(PhysicalCoordinates, int, double, double) - Method in class com.quinncurtis.chart3djava.Axis
This method initializes the type, minimum and maximum values of the axis.
initAxis(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart3djava.Axis
This method initializes the type, minimum and maximum values of the axis.
initAxisLabels(Axis) - Method in class com.quinncurtis.chart3djava.NumericAxisLabels
This method initializes the axis labels with the axis they are associated with.
initAxisLabels(Axis) - Method in class com.quinncurtis.chart3djava.StringAxisLabels
This method initializes the base axis field, baseAxis, and initializes other default values.
initBackground(PhysicalCoordinates, int, Color) - Method in class com.quinncurtis.chart3djava.Background
This method initializes a simple Background object that uses the specified chart scale, background type and color.
initBarDatapointValue(NumericLabel, ChartPlot, ChartPoint3D, ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.BarDatapointValue
This method initializes the BarDatapointValue object.
initBarPlot(SimpleDataset, double, double, ChartAttribute, int) - Method in class com.quinncurtis.chart3djava.SimpleBarPlot
Sets the properties of a bar plot.
initBubblePlot(GroupDataset, int, ChartAttribute) - Method in class com.quinncurtis.chart3djava.BubblePlot
Sets the properties of an BubblePlot object.
initCandlestickPlot(GroupDataset, double, ChartAttribute, ChartAttribute) - Method in class com.quinncurtis.chart3djava.CandlestickPlot
Sets the properties of a candlestick plot.
initCellPlot(GroupDataset, ChartAttribute) - Method in class com.quinncurtis.chart3djava.CellPlot
This method initializes a new CellPlot object that will reside in the specified coordinate system.
initChartImage(PhysicalCoordinates, Image, double, double, int, double) - Method in class com.quinncurtis.chart3djava.ChartImage
A ChartImage initialization method that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
initChartImage(PhysicalCoordinates, Image, double, double, double, int, double) - Method in class com.quinncurtis.chart3djava.ChartImage
A ChartImage initialization method that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
initChartShapeObj(PhysicalCoordinates, Shape, int, double, double, int, double) - Method in class com.quinncurtis.chart3djava.ChartShape
Initializes the attributes of an ChartShape object.
initChartShapeObj(PhysicalCoordinates, Shape, int, double, double, double, int, double) - Method in class com.quinncurtis.chart3djava.ChartShape
Initializes the attributes of an ChartShape object.
initChartSymbol(int, ChartAttribute) - Method in class com.quinncurtis.chart3djava.ChartSymbol
This method initializes the properties of a chart symbol.
initChartSymbol3D(int, ChartAttribute) - Method in class com.quinncurtis.chart3djava.ChartSymbol3D
This method initializes the properties of a chart symbol.
initChartText(PhysicalCoordinates, Font, String, double, double, int, int, int, double) - Method in class com.quinncurtis.chart3djava.ChartText
This method initializes an ChartText using the specified scale, font, string, position, justification and rotation.
initChartText(PhysicalCoordinates, Font, String, double, double, double, int, int, int, double) - Method in class com.quinncurtis.chart3djava.ChartText
This method initializes an ChartText using the specified scale, font, string, position, justification and rotation.
initChartText(Font, String, double, double, int, int, int, double) - Method in class com.quinncurtis.chart3djava.ChartText
This method initializes an ChartText using the specified scale, font, string, position, justification and rotation.
initChartText(Font, String, double, double, double, int, int, int, double) - Method in class com.quinncurtis.chart3djava.ChartText
This method initializes an ChartText using the specified scale, font, string, position, justification and rotation.
initContourPlot(ContourDataset, double[], ChartAttribute[], int, int) - Method in class com.quinncurtis.chart3djava.ContourPlot
Sets the properties of a contour plot.
initContourPlot(ContourDataset, double[], ChartAttribute[], boolean[], boolean[], int, int) - Method in class com.quinncurtis.chart3djava.ContourPlot
Sets the properties of a contour plot.
initDataCursor(ChartView, PhysicalCoordinates, double, int, double) - Method in class com.quinncurtis.chart3djava.DataCursor
Initializes the attributes of an DataCursor object.
initDataset(String, double[], double[][]) - Method in class com.quinncurtis.chart3djava.GroupDataset
An initialization method that initializes the name, and the x- and y-values of a group dataset that uses floating point values.
initDataset(String, double[], double[][], double, double) - Method in class com.quinncurtis.chart3djava.GroupDataset
An initialization method that initializes the name, and the x- and y-values of a group dataset that uses floating point values.
initDataset(String, double[], double[]) - Method in class com.quinncurtis.chart3djava.SimpleDataset
an SimpleDataset initialization method that initializes the name, x- and y-data values of a simple dataset.
initDataset(String, double[], double[], double, double) - Method in class com.quinncurtis.chart3djava.SimpleDataset
an SimpleDataset initialization method that initializes the name, x- and y-data values of a simple dataset.
initDataset(String, double[], double[], int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
an SimpleDataset initialization method that initializes the name, x- and y-data values of a simple dataset.
initDataset(String, GregorianCalendar[], double[][], double[]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the name, x-, y- and z-data values of a time dataset where the x-values are ChartCalendar values and the y-values are floating point numbers.
initDataset(String, GregorianCalendar[], double[][], double[], double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the name, x-, y- and z-data values of a time dataset where the x-values are ChartCalendar values and the y-values are floating point numbers.
initDataset(String, GregorianCalendar[], double[][], double, double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the name, x-, y- and z-data values of a time dataset where the x-values are ChartCalendar values and the y-values are floating point numbers.
initDataset(String, double[], double[][], double[]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the name, x-, y- and z-data values of a time dataset where the x-values are double representing msecs and the y-values are floating point numbers.
initDataset(String, double[], GregorianCalendar[][], double[]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the name, x-, y- and z-data values of a time dataset where the y-values are ChartCalendar values and the x-values are floating point numbers.
initDataset(String, double[], GregorianCalendar[][], double, double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the name, x-, y- and z-data values of a time dataset where the y-values are ChartCalendar values and the x-values are floating point numbers.
initDataset(String, GregorianCalendar[], GregorianCalendar[][], double[]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the name, x-, y- and z-data values of a time dataset that where the x- and y-values are ChartCalendar values.
initDataset(String, GregorianCalendar[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
A TimeSimpleDataset initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, GregorianCalendar[], double[], double, double) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
A TimeSimpleDataset initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, GregorianCalendar[], double[], int) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
A TimeSimpleDataset initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, double[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
A TimeSimpleDataset initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, double[], GregorianCalendar[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
A TimeSimpleDataset initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, GregorianCalendar[], GregorianCalendar[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
A TimeSimpleDataset initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, GregorianCalendar[], double[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
A TimeSimpleDataset3D initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, GregorianCalendar[], double[], double[], int) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
A TimeSimpleDataset3D initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, double[], double[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
A TimeSimpleDataset3D initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, double[], double[], double[], int) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
A TimeSimpleDataset3D initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, double[], GregorianCalendar[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
A TimeSimpleDataset3D initialization method that initializes the name, x- and y- values of a simple dataset.
initDataset(String, GregorianCalendar[], GregorianCalendar[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
A TimeSimpleDataset3D initialization method that initializes the name, x- and y- values of a simple dataset.
initDefaults() - Method in class com.quinncurtis.chart3djava.ChartSymbol3D
Initializes default values for the class.
initDelaunay() - Method in class com.quinncurtis.chart3djava.Polysurface
Initialize the delaunay variables.
initErrorBarPlot(GroupDataset, double, ChartAttribute) - Method in class com.quinncurtis.chart3djava.ErrorBarPlot
Sets the properties of an error bar plot.
initFloatingBarPlot(GroupDataset, double, ChartAttribute, int) - Method in class com.quinncurtis.chart3djava.FloatingBarPlot
Sets the properties of a floating bar plot.
initGrid(Axis, Axis, int, int) - Method in class com.quinncurtis.chart3djava.Grid
This method initializes a new Grid object based on the specified x- and y-axes.
initGrid(Axis, Axis, Axis, int, int) - Method in class com.quinncurtis.chart3djava.Grid
This method initializes a new Grid object based on the specified x- and y-axes.
initGroupBarPlot(GroupDataset, double, double, ChartAttribute[], int) - Method in class com.quinncurtis.chart3djava.GroupBarPlot
Sets the properties of a group bar plot.
initHistogramPlot(GroupDataset, double, ChartAttribute) - Method in class com.quinncurtis.chart3djava.HistogramPlot
Sets the properties of an floating bar plot.
initHistogramPlot(PhysicalCoordinates, GroupDataset, double, ChartAttribute) - Method in class com.quinncurtis.chart3djava.HistogramPlot
Sets the properties of an floating bar plot.
initialCondition - Variable in class com.quinncurtis.chart3djava.ChartDataset
Specifies that the buffer has not been incremented yet.
initializeData(double[], double[][]) - Method in class com.quinncurtis.chart3djava.GroupDataset
An initialization method that initializes the x- and y-values of a group dataset that uses floating point values.
initializeData(double[], double[][], double, double) - Method in class com.quinncurtis.chart3djava.GroupDataset
An initialization method that initializes the x- and y-values of a group dataset that uses floating point values.
initializeData(double[], double[]) - Method in class com.quinncurtis.chart3djava.SimpleDataset
A SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initializeData(double[], double[], double, double) - Method in class com.quinncurtis.chart3djava.SimpleDataset
A SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initializeData(GregorianCalendar[], double[][]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the x- and y-data values of a time dataset where the x-values are GregorianCalendar values and the y-values are floating point numbers.
initializeData(GregorianCalendar[], double[][], double, double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the x- and y-data values of a time dataset where the x-values are GregorianCalendar values and the y-values are floating point numbers.
initializeData(String, GregorianCalendar[], double[][]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the name, x- and y-data values of a time dataset where the x-values are GregorianCalendar values and the y-values are floating point numbers.
initializeData(String, GregorianCalendar[], double[][], double, double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the name, x- and y-data values of a time dataset where the x-values are GregorianCalendar values and the y-values are floating point numbers.
initializeData(String, double[], GregorianCalendar[][]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the name, x- and y-data values of a time dataset where the y-values are GregorianCalendar values and the x-values are floating point numbers.
initializeData(String, double[], GregorianCalendar[][], double, double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the name, x- and y-data values of a time dataset where the y-values are GregorianCalendar values and the x-values are floating point numbers.
initializeData(String, GregorianCalendar[], GregorianCalendar[][]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the name, x- and y-data values of a time dataset that where the x- and y-values are GregorianCalendar values.
initializeData(double[], double[][], double[]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the x-, y- and z-data values of a time dataset where the x-values are double values and the y-values are floating point numbers.
initializeData(GregorianCalendar[], double[][], double[]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the x-, y- and z-data values of a time dataset where the x-values are ChartCalendar values and the y-values are floating point numbers.
initializeData(GregorianCalendar[], double[][], double[], double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method initializes the x-, y- and z-data values of a time dataset where the x-values are ChartCalendar values and the y-values are floating point numbers.
initializeData(GregorianCalendar[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
an SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initializeData(GregorianCalendar[], double[], double, double) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
an SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initializeData(GregorianCalendar[], double[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
an SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initializeData(double[], double[], double[]) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
an SimpleDataset initialization method that initializes the x- and y-data values of a simple dataset.
initializeTimeData(String, double[], double[][]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method initializes the name, x- and y-data values of a time dataset where the x-values are double representing msecs and the y-values are floating point numbers.
initLegendPosition(double, double, double, double) - Method in class com.quinncurtis.chart3djava.Legend
an Legend constructor that initializes the position, size, color attributes, and layout1 mode of the legend.
initLineGapPlot(GroupDataset, ChartAttribute) - Method in class com.quinncurtis.chart3djava.LineGapPlot
Sets the properties of an LineGapPlot object that will reside in the specified coordinate system.
initMultiLinePlot(GroupDataset, ChartAttribute[]) - Method in class com.quinncurtis.chart3djava.MultiLinePlot
Sets the properties of a multi-line plot.
initMultiRibbonPlot(GroupDataset, ChartAttribute[]) - Method in class com.quinncurtis.chart3djava.MultiRibbonPlot
Sets the properties of a multi-line plot.
initScrollBarRotate3DControl(JFrame, ChartView, Vector, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
Initialize a dialog box to rotate multiple coordinate systems.
initScrollBarRotate3DControl(JFrame, ChartView, PhysicalCoordinates[], ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
Initialize a dialog box to rotate multiple coordinate systems.
initScrollBarRotate3DControl(JFrame, ChartView, PhysicalCoordinates, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
Initialize a dialog box to rotate a coordinate system.
initSegmentAttributes(ChartAttribute[], int) - Method in class com.quinncurtis.chart3djava.ChartPlot
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects.
initSegmentAttributes(ChartAttribute[], GroupDataset) - Method in class com.quinncurtis.chart3djava.ChartPlot
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects.
initSegmentAttributes(ChartAttribute, GroupDataset) - Method in class com.quinncurtis.chart3djava.ChartPlot
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute object.
initSegmentAttributes(ChartAttribute) - Method in class com.quinncurtis.chart3djava.ChartPlot
Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object.
initSegmentAttributes() - Method in class com.quinncurtis.chart3djava.ChartPlot
Sets all attribute objects in the segmentAttributesVector vector to a copy of the current object attributes.
initSegmentAttributes(ChartAttribute, int) - Method in class com.quinncurtis.chart3djava.ChartPlot
Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object.
initStackedBarPlot(GroupDataset, double, double, ChartAttribute[], int) - Method in class com.quinncurtis.chart3djava.StackedBarPlot
Sets the properties of a stacked bar plot.
initStackedLinePlot(GroupDataset, ChartAttribute[]) - Method in class com.quinncurtis.chart3djava.StackedLinePlot
Sets the properties of a stacked line plot.
initStackedRibbonPlot(GroupDataset, ChartAttribute[]) - Method in class com.quinncurtis.chart3djava.StackedRibbonPlot
Sets the properties of a stacked ribbon plot.
initTimeAxis(TimeCoordinates, int) - Method in class com.quinncurtis.chart3djava.TimeAxis
This method initializes a new TimeAxis object and scales it to match the minimum and maximum values of the specified TimeCoordinates object.
initTimeScale(GregorianCalendar, long, double, double, GregorianCalendar, long, double, double, int, int) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method initializes an TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
initTimeScale(double, long, double, double, double, long, double, double, int, int) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method initializes an TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
initTimeScale(double, double, double, double, double, double, int) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method initializes an TimeCoordinates object using the specified starting and ending dates, and the minimum and maximum values for x- and y-axis.
initWall3D(PhysicalCoordinates, int, double, ChartAttribute) - Method in class com.quinncurtis.chart3djava.Wall3D
This method initializes a simple Wall3D object that uses the specified chart scale, background type and color.
insert(int, boolean) - Method in class com.quinncurtis.chart3djava.BoolArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insert(int, double) - Method in class com.quinncurtis.chart3djava.DoubleArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insert(int, int) - Method in class com.quinncurtis.chart3djava.IntArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insert(int, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Point3DArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insert(int, String) - Method in class com.quinncurtis.chart3djava.StringArray
Inserts an element in the array at the specified index, increasing the length of the array by one.
insertAt(int, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Polygon3D
Inserts an object at the specified index.
insertColumn(int, double[]) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Inserts a column in the array at the specified column index, increasing the NumColumns property of the array by one.
insertColumn(int, DoubleArray) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Inserts a column in the array at the specified column index, increasing the NumColumns property of the array by one.
insertDataPoint(ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertDataPoint(double, double, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertDataPoint(double, double, double, int) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
Insert a data point at the specified location, increasing the size of the dataset by one.
insertDatapointsAtCrossover(double, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This methods inserts a false data point at the crossover point for a dataset.
insertGroupDataPoints(double, double[], int) - Method in class com.quinncurtis.chart3djava.GroupDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertGroupDataPoints(GroupPoint3D, int) - Method in class com.quinncurtis.chart3djava.GroupDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertRow(int, double[]) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Inserts a new row of data at the specified index, increasing the number of rows by one.
insertRow(int, DoubleArray) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Inserts a new row of data at the specified index, increasing the number of rows by one.
insertTimeDataPoint(GregorianCalendar, double, int) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertTimeDataPoint(GregorianCalendar, double, double, int) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
Insert a data point at the specified location, increasing the size of the dataset by one.
insertTimeGroupDataPoints(GregorianCalendar, double[], int) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
Insert a data point at the specified location, increasing the size of the dataset by one.
insertTimeGroupDataPoints(GregorianCalendar, double[], double, int) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
Insert a data point at the specified location, increasing the size of the dataset by one.
INSET_3D_LOOK - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT 3D frame light direction constant: Inset 3D look.
INSIDE_BAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position bar data value inside bar
INSIDE_BARBASE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position bar data value inside base value of the bar
INSIDE_INDICATOR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position text inside indicator
INSIDE_PLOTAREA_MAX - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position bar data value inside plot area maximum
INSIDE_PLOTAREA_MIN - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position data value inside the plot area minimum
INSIDE_RADIUS_BOTTOM - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text inside the bottom of the meters defining radius.
INSIDE_RADIUS_TOP - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text inside the top of the meters defining radius.
IntArray - Class in com.quinncurtis.chart3djava
Summary description for IntArray.
IntArray() - Constructor for class com.quinncurtis.chart3djava.IntArray
Default constructor.
IntArray(int) - Constructor for class com.quinncurtis.chart3djava.IntArray
Constructor creates an array of Length n, initialized to zero.
IntArray(int[], int) - Constructor for class com.quinncurtis.chart3djava.IntArray
Constructor initializes the array using the specified data values.
IntArray(int[]) - Constructor for class com.quinncurtis.chart3djava.IntArray
Constructor initializes the array using the specified data values.
interpolatePlanePoint(double, double, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Calculates through bi-linear interpolation the unknown z-value of a point with the x and y-value known, lying in a specific plane.
interpolatepoint3D(ChartPoint3D, ChartPoint3D, ChartPoint3D, int) - Static method in class com.quinncurtis.chart3djava.ChartZoom
Uses linear interpolation to determine the values of a 3D point based one the values of other points in the same plane.
interpolatepoint3D(ChartPoint3D, ChartPoint3D, ChartPoint3D, int) - Static method in class com.quinncurtis.chart3djava.Transform3D
Uses linear interpolation to determine the values of a 3D point based one the values of other points in the same plane.
interpolatepoint3D2(ChartPoint3D, ChartPoint3D, ChartPoint3D, ChartPoint3D, int) - Static method in class com.quinncurtis.chart3djava.ChartZoom
Uses linear interpolation to determine the values of a 3D point based one the values of other points in the same plane.
interpolateZValues(PhysicalCoordinates, double, double, double) - Method in class com.quinncurtis.chart3djava.Transform3D
The method takes three coordinates, the x- and y-coordinates are in device coordinates, and the z-coordinate is in physical coordinates, and returns the 3D physical coordinate point the corresponds to it.
intersectsWith(ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Returns true if the specifie rectangle intersects the current rectangle.
intersectsWith2(ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Returns true if the rectangle testr intersects the rectangle.
invertScaleX() - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method swaps the minimum x-value of the coordinate system with the maximum x-value; the y-values of the coordinate system remain unchanged.
invertScaleY() - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method swaps the minimum y-value of the coordinate system with the maximum y-value; the x-values of the coordinate system remain unchanged.
invertScaleZ() - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method swaps the minimum z-value of the coordinate system with the maximum z-value; the x-values of the coordinate system remain unchanged.
isAxisObject(GraphObj) - Method in class com.quinncurtis.chart3djava.RotateTransform3D
This method checks and returns true if a graph object is movable.
isClosedPolygon() - Method in class com.quinncurtis.chart3djava.Polygon3D
Returns true if the polyon is a closed, rather than just a polyline.
isContinuousTime() - Method in class com.quinncurtis.chart3djava.TimeScale
Returns true if the time scale has continuous time.
isDataPointGood(int) - Method in class com.quinncurtis.chart3djava.ChartDataset
This abstract method is the prototype to determine if a data point is OK.
isDataPointGood(int, int) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method checks if the point at the specified index and group number for a group dataset is valid.
isDataPointGood(int) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method checks if the point at the specified index for a simple dataset is valid.
isDataPointGood(int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This method checks if the point at the specified index for a simple dataset is valid.
isDataPointGood(int) - Method in class com.quinncurtis.chart3djava.SimpleDataset3D
This method checks if the point at the specified index for a simple dataset is valid.
isDataPointGood(int) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This method checks if the point at the specified index for a simple dataset is valid.
isDateTick() - Method in class com.quinncurtis.chart3djava.TickMark
This method returns True if the tick mark is associated with a time/date axis.
isEqual(ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.ChartPoint3D
Exact Equality test.
isEqual(ChartPoint3D, ChartPoint3D, double) - Static method in class com.quinncurtis.chart3djava.ChartPoint3D
Exact Equality test within the specified tolerance.
isKindOf(Object, String) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks to see if an object is of a specific com.quinncurtis.chart2dnet class type.
isKindOf(Object, String, boolean) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks to see if an object is of a specific com.quinncurtis.chart2dnet class type.
isMoveableGroupPlotObj(GraphObj) - Method in class com.quinncurtis.chart3djava.MoveData
This method checks and returns true if a group plot object has moveable group data.
isMoveableObject(GraphObj) - Method in class com.quinncurtis.chart3djava.MoveObj
This method checks and returns true if a graph object is moveable.
isMoveablePolarPlotObj(GraphObj) - Method in class com.quinncurtis.chart3djava.MoveData
This method checks and returns true if a polar plot object has moveable data.
isMoveableSimplePlotObj(GraphObj) - Method in class com.quinncurtis.chart3djava.MoveData
This method checks and returns true if an simple plot object has moveable data.
isPolygonClockwise() - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Checks for a scale inversion which changes the logic used for culling rear-facing polgyons.
isPolygonSelectable() - Method in class com.quinncurtis.chart3djava.ChartPlot
Returns true if the plot object is polygon selectable.
isScaleInverted(int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Returns true if the specified axis is inverted.
isStackedPlotType(ChartPlot) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method returns true if a plot object is one of the stacked (STACKEDBAR or STACKEDLINE) chart types.
isType(Object, String) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks to see if an object is of a specific com.quinncurtis.chart2dnet class type.
IVORY - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
iXfrm3P(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Transform3D
Applies the current 3D inverse transform, inverted3DTransformMatrix, to the specified point.

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