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

C

CADETBLUE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
calcAutoAxis() - Method in class com.quinncurtis.chart3djava.Axis
The abstract CalcAutoAxis method needs to be implemented in any subclasses of this class.
calcAutoAxis() - Method in class com.quinncurtis.chart3djava.LinearAxis
This auto-axis method uses the current minimum and maximum values in the chartObjScale object to determine the minimum and maximum value for the axis, and the appropriate minor and major tick mark spacing.
calcAutoAxis(double, double) - Method in class com.quinncurtis.chart3djava.LinearAxis
This auto-axis method uses the supplied axis extents and calculates the appropriate minor and major tick mark spacing.
calcAutoAxis() - Method in class com.quinncurtis.chart3djava.LogAxis
This method uses the current minimum and maximum values in the chartObjScale object to determine the minimum and maximum value for the axis, and the appropriate tick mark spacing.
calcAutoAxis(double, double) - Method in class com.quinncurtis.chart3djava.LogAxis
This auto-axis method uses the supplied axis extents and calculates the appropriate ancillary properties.
calcAutoAxis(GregorianCalendar, GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeAxis
This auto-axis method uses the current minimum and maximum values in the theTimeCoords.theTimeScale object to determine the minimum and maximum value for the axis, and the appropriate minor and major tick mark spacing.
calcAutoAxis() - Method in class com.quinncurtis.chart3djava.TimeAxis
This auto-axis method uses the current minimum and maximum values in the theTimeCoords.theTimeScale object to determine the minimum and maximum value for the axis, and the appropriate minor and major tick mark spacing.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart3djava.AxisLabels
The abstract CalcAutoAxisLabels method needs to be implemented in any subclasses of this class.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart3djava.NumericAxisLabels
This method automatically calculates the axis label parameters axisLabelsDecimalPos, and axisLabelsDir.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart3djava.StringAxisLabels
This method automatically calculates axis label parameters, assuming that the labels are black in color.
calcAutoAxisLabels() - Method in class com.quinncurtis.chart3djava.TimeAxisLabels
This method automatically calculates axis label parameters, assuming that the labels are black in color.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart3djava.Axis
The abstract CalcAxisLabelsDecimalPos method needs to be implemented in any subclasses of this class.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart3djava.LinearAxis
Returns an integer value that is the number of digits that should be displayed to the right of the decimal point when labeling the major axis tick marks.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart3djava.LogAxis
A dummy method.
calcAxisLabelsDecimalPos(double) - Method in class com.quinncurtis.chart3djava.LogAxis
Returns an integer value that is the number of digits that should be displayed to the right of the decimal point when labeling the axis tick marks.
calcAxisLabelsDecimalPos() - Method in class com.quinncurtis.chart3djava.TimeAxis
Returns an integer value that is the number of digits that should be displayed to the right of the decimal point when labeling the major axis tick marks.
calcAxisNormIntercept() - Method in class com.quinncurtis.chart3djava.Axis
Calculates and saves the normalized axis intercept in the field axisNormIntercept.
calcCartesianTickPoint(double, int, ChartPoint3D, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.Axis
Calculates the end points of a tick mark in device (DEV_POS) coordinates.
calcChartAutoScaleDataset() - Method in class com.quinncurtis.chart3djava.AutoScale
Calculate new auto-scale values based on the values in the data set referenced by the theDataset field.
calcChartAutoScaleDataset() - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Calculate new auto-scale values based on the values in the data set referenced by theDataset field.
calcChartAutoScaleDatasets() - Method in class com.quinncurtis.chart3djava.AutoScale
Calculate new auto-scale values based on the values in the data sets referenced by the theDatasetsArray field.
calcChartAutoScaleDatasets() - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Calculate new auto-scale values based on the values in the data sets referenced by the theDatasetsArray field.
calcChartAutoScaleInitialValues() - Method in class com.quinncurtis.chart3djava.AutoScale
Calculate new auto-scale values based on the minimum and maximum values stored in the initialMin and initialMax fields.
calcChartAutoScaleInitialValues() - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Calculate new auto-scale values based on the values in the chart scale referenced by theChartCoordinates field.
calcChartAutoScaleTransform() - Method in class com.quinncurtis.chart3djava.AutoScale
Calculate new auto-scale values based on the values in the chart scale referenced by the theChartCoordinates field.
calcChartAutoScaleTransform() - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Calculate new auto-scale values based on the values in the chart scale referenced by theChartCoordinates field.
calcDatasetRange() - Method in class com.quinncurtis.chart3djava.AutoScale
Calculate the minimum and maximum values for the x- or y-coordinates of the theDataset dataset.
calcDatasetsRange() - Method in class com.quinncurtis.chart3djava.AutoScale
Calculate the minimum and maximum values for the x- or y-coordinates of the theDatasetsArray datasets.
calcDefaultTickDir3D() - Method in class com.quinncurtis.chart3djava.Axis
Based on the axis type, calculates the default value for the axis 3D tick mark direction.
calcFinalMax(double, double, int, int) - Method in class com.quinncurtis.chart3djava.AutoScale
Calculates the auto-scale maximum, based on the rounding mode and the calculated tick intervals.
calcFinalMin(double, double, int, int) - Method in class com.quinncurtis.chart3djava.AutoScale
Calculates the auto-scale minimum, based on the rounding mode and the calculated tick intervals.
calcIntersectionTwoLines(ChartPoint3D, ChartPoint3D, ChartPoint3D, ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.ChartSupport
Returns true, and calculates the intersection value, if two lines intersect in 2D space.
calcNearestPoint(PhysicalCoordinates, ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartDataset
This method abstract is the prototype for a data point nearness test.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartPlot
An abstract method that must compare a test point against all of the xy points in a dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, SimpleDataset, boolean, ChartPoint3D, int, NearestPointData) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, GroupDataset, boolean, ChartPoint3D, int, NearestPointData) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.ContourPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.GroupPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.PieChart
This method compares a test point against the pie wedges in a simple pie chart and calculates which wedge is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.PieChartBase
This method compares a test point against the pie wedges in a simple pie chart and calculates which wedge is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.PipeLinePlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleBarPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleDataset3D
This method compares a test point against all of the xy points in a contour dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleLineMarkerPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleLinePlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimplePlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleRibbonPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleScatterPlot
This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
calcNearestPoint(PhysicalCoordinates, ChartPoint3D, int, NearestPointData) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This method compares a test point against all of the xy points in a contour dataset and calculates which point in the dataset is nearest the test point.
calcNthTickMajor(double) - Method in class com.quinncurtis.chart3djava.AutoScale
Calculates the number of minor ticks per major tick based on a normalized range.
calcOffset(double, int) - Method in class com.quinncurtis.chart3djava.AutoScale
Rounds a number to the specified precision level.
calcPlaneCoef(ChartPoint3D, ChartPoint3D, ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.Transform3D
Calculate the plane coefficients for the plane determined by the three points.
calcPlaneColor(ChartPoint3D[], Color) - Method in class com.quinncurtis.chart3djava.Transform3D
Returns RGB color for a polygon surface, based on the normal direction of the polygon surface compared to the direction of the light vector.
calcPlaneNormal(ChartPoint3D[], ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Transform3D
Calculates the vector normal to the plane defined by three points, and takes the dot product and that normal and the point D.
calcPlaneNormal(Polygon3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Transform3D
Calculates the vector normal to the plane defined by three points, and takes the dot product and that normal and the point D.
calcResizedWindowFontMultiplier(Dimension, Dimension) - Method in class com.quinncurtis.chart3djava.ChartView
Calculates the value of the resizeMultiplier, based on the component view resize mode, the preferred size of the component, and the actual size of the component.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart3djava.AutoScale
An abstract method that rounds minimum and maximum values appropriate for axis labels.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart3djava.LinearAutoScale
Calculates the auto-scale values based on the current setup.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart3djava.LogAutoScale
Calculates the auto-scale values based on the current setup.
calcRoundAxisValues(double, double, int) - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Round the endpoints of a time scale based on the rounding mode.
calcRoundTimeAxisValues(GregorianCalendar, GregorianCalendar, int) - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Round the endpoints of a time scale based on the rounding mode.
calcShadowColor(Color, double) - Static method in class com.quinncurtis.chart3djava.Transform3D
Returns RGB color which is darker (or lighter) than rgbColor and is appropriate for shading
calcSymbolShape(int) - Method in class com.quinncurtis.chart3djava.ChartSymbol
Returns the GeneralPath object represented by the specified symbol value.
calcTickInterval(double) - Method in class com.quinncurtis.chart3djava.AutoScale
Calculates the minor tick interval based on a normalized range.
calcTimeAutoScale(ChartDataset, int, int, int) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method initializes an TimeCoordinates object based on the range of x-, y- and z-values in the supplied T imeSimpleDataset dataset.
calcTimeAutoScale(ChartDataset[], int, int, int) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method initializes an TimeCoordinates object based on the range of x-, y- and z-values in an array of TimeSimpleDataset datasets.
calcTimeBaseValues() - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Calculates auto-scale parameters based on the starting and ending calendar dates.
calcTimeBaseValues(GregorianCalendar, GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Calculates auto-scale parameters based on the starting and ending calendar dates.
calcWorkingScale(ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.WorkingCoordinates
This method defines the bounds of the working coordinate system, extending the working coordinate system defined for the plotting area to the entire graph area.
calcZValue(double, double) - Method in class com.quinncurtis.chart3djava.SurfaceFunction
Calculates the z-value of a 3D function given x and y.
calendarCeil(GregorianCalendar, int) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method zeros out the specified fields of a GregorianCalendar date and rounds up to the specified field value.
calendarCompare(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method compares and returns true if one ChartCalendar date is less than or equal to another.
calendarCompare2(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method compares and returns true if one GregorianCalendar date is less than or equal to another.
calendarCompare22(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method compares and returns true if one GregorianCalendar date is less than or equal to another.
calendarCopy(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method copies the one date into another.
calendarDaysAdd(GregorianCalendar, long, int) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method adds a fixed number of days to a date, taking into account whether or not a WEEK_5D or WEEK_7D mode is in affect.
calendarDaysDiff(GregorianCalendar, GregorianCalendar, int) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
Calculates the number of days between two dates, taking into account whether or not a WEEK_5D or WEEK_7D mode is in affect.
calendarMax(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method compares two GregorianCalendar dates and returns the later date of the two.
calendarMin(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method compares two GregorianCalendar dates and returns the earlier date of the two.
calendarSecsDiff(GregorianCalendar, GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeScale
Calculates the number of seconds between two GregorianCalendar dates, taking into account if the 5- or 7-day weeks, and days that have less than 24 hours.
calendarSwap(GregorianCalendar, GregorianCalendar) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This swaps one date with another.
calendarTruncate(GregorianCalendar, int) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method zeros out the specified fields of a GregorianCalendar date.
calendarWeekAdjust(GregorianCalendar, int, boolean) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This method adjusts the value a GregorianCalendar day, increasing or decreasing the date to a valid day-of-the=week if the WEEK_5D week type is specified.
CANDLESTICK - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Candlestick plot type (Candlestick)
CandlestickPlot - Class in com.quinncurtis.chart3djava
The CandlestickPlot class extends the GroupPlot class and displays stock market data in an open-high-low-close format common in financial technical analysis.
CandlestickPlot() - Constructor for class com.quinncurtis.chart3djava.CandlestickPlot
The default CandlestickPlot constructor.
CandlestickPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.CandlestickPlot
This constructor creates a new CandlestickPlot object that will reside in the specified coordinate system.
CandlestickPlot(PhysicalCoordinates, GroupDataset, double, ChartAttribute, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.CandlestickPlot
This constructor creates a new CandlestickPlot object that will reside in the specified coordinate system.
CARTESIAN_COORDINATES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A CartesianCoordinates object
CartesianCoordinates - Class in com.quinncurtis.chart3djava
The CartesianCoordinates class extends the PhysicalCoordinates class to support linear-linear, linear-log, log-linear and log-log coordinate systems in an xy coordinate plane.
CartesianCoordinates() - Constructor for class com.quinncurtis.chart3djava.CartesianCoordinates
The default CartesianCoordinates constructor.
CartesianCoordinates(int, int) - Constructor for class com.quinncurtis.chart3djava.CartesianCoordinates
This constructor creates a new CartesianCoordinates object, specifying either a linear or a logarithmic scale for both x- and y-coordinates.
CartesianCoordinates(int, int, int) - Constructor for class com.quinncurtis.chart3djava.CartesianCoordinates
This constructor creates a new CartesianCoordinates object, specifying either a linear or a logarithmic scale for both x- and y-coordinates.
CartesianCoordinates(double, double, double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.CartesianCoordinates
This constructor creates a new CartesianCoordinates object using the specified minimum and maximum values for the x- and y-coordinate systems.
CartesianCoordinates(double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.CartesianCoordinates
This constructor creates a new CartesianCoordinates object using the specified minimum and maximum values for the x- and y-coordinate systems.
CELL_PLOT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Cell plot type (CellPlot)
CellPlot - Class in com.quinncurtis.chart3djava
The CellPlot class extends the GroupPlot class and displays cell plots.
CellPlot() - Constructor for class com.quinncurtis.chart3djava.CellPlot
The default CellPlot constructor.
CellPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.CellPlot
This constructor creates a new CellPlot object that will reside in the specified coordinate system.
CellPlot(PhysicalCoordinates, GroupDataset, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.CellPlot
This constructor creates a new CellPlot object that will reside in the specified coordinate system.
CENTER_GRAPH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Center title with respect to the graph area
CENTER_PLOT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Center title with respect to the plot area
CENTER_RADIUS_BOTTOM - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MIN in y direction
CENTER_RADIUS_LEFT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MIN in x direction
CENTER_RADIUS_RIGHT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MAX in x direction
CENTER_RADIUS_TOP - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text at center of meter radius, justified JUSTIFY_MAX in y direction
CENTERED_BAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position bar data value centered, inside bar
centroidRotate(double, double, double, double, int) - Method in class com.quinncurtis.chart3djava.Transform3D
Rotates a point by first translating by x,y, z, usually translating an object back to the origin, rotating by degrees about axis iAxis, and then translating it back by -x, -y, -z.
CHART_FOOTER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies the chart footer, justified with respect to the bottom of the chart
CHART_HEADER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies the chart header, justified with respect to the top of the chart
CHART_SUBHEAD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies the chart subhead, the line directly under the chart header
ChartAttribute - Class in com.quinncurtis.chart3djava
This class consolidates the common line and fill attributes into a single class.
ChartAttribute() - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
This is the default ChartAttribute constructor.
ChartAttribute(ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
 This constructor creates a new ChartAttribute object as a copy of an existing ChartAttribute object.
ChartAttribute(GraphObj) - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
 This constructor creates a new ChartAttribute object as a copy of the ChartAttribute object stored in an GraphObj object.
ChartAttribute(ChartPlot, int) - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
 This constructor creates a new ChartAttribute object as a copy of the ChartAttribute object associated with a specific group in an DChartPlot object.
ChartAttribute(Color, double, int, Color) - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
ChartAttribute(Color, double, int) - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
ChartAttribute(Color, double) - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
ChartAttribute(Color) - Constructor for class com.quinncurtis.chart3djava.ChartAttribute
 This constructor creates a new ChartAttribute object using the specified attributes.
CHARTATTRIBUTE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart attribute (ChartAttribute)
CHARTBRUSHES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart brush cache (ChartBrushes)
ChartBufferedImage - Class in com.quinncurtis.chart3djava
The BufferedImage class renders a chart as a Java buffered image.
ChartBufferedImage() - Constructor for class com.quinncurtis.chart3djava.ChartBufferedImage
The default BufferedImage constructor.
ChartBufferedImage(ChartView, int) - Constructor for class com.quinncurtis.chart3djava.ChartBufferedImage
This constructor creates an BufferedImage object that is used to render an ChartView object into an image buffer.
ChartBufferedImage(ChartView) - Constructor for class com.quinncurtis.chart3djava.ChartBufferedImage
This constructor creates an BufferedImage object that is used to.render an ChartView object into an image buffer.
ChartCalendar - Class in com.quinncurtis.chart3djava
This class provides utilities for manipulating GregorianCalendar objects.
ChartCalendar() - Constructor for class com.quinncurtis.chart3djava.ChartCalendar
The default DBufferedImage constructor.
CHARTCALENDAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart calendar object (GregorianCalendar)
ChartColors - Class in com.quinncurtis.chart3djava
 
ChartColors() - Constructor for class com.quinncurtis.chart3djava.ChartColors
 
ChartConstants - Interface in com.quinncurtis.chart3djava
The ChartConstants class contains the constants used in the QCChart2D class library.
ChartDataset - Class in com.quinncurtis.chart3djava
This is the abstract base class for all dataset classes used by the plot routines in this software.
ChartDataset() - Constructor for class com.quinncurtis.chart3djava.ChartDataset
The default ChartDataset constructor.
ChartDimension3D - Class in com.quinncurtis.chart3djava
This class is an implementation of the Java Dimension class that uses doubles instead of integers for data storage.
ChartDimension3D() - Constructor for class com.quinncurtis.chart3djava.ChartDimension3D
 Default constructor.
ChartDimension3D(ChartDimension3D) - Constructor for class com.quinncurtis.chart3djava.ChartDimension3D
Creates an instance of ChartDimension3D whose width and height are the same as for the specified dimension.
ChartDimension3D(double, double) - Constructor for class com.quinncurtis.chart3djava.ChartDimension3D
Constructs an ChartDimension3D and initializes it to the specified width and specified height.
ChartDimension3D(double, double, double) - Constructor for class com.quinncurtis.chart3djava.ChartDimension3D
Constructs an ChartDimension3D and initializes it to the specified width and specified height.
ChartException - Exception in com.quinncurtis.chart3djava
This class is holds is the general class used for exceptions.
ChartException() - Constructor for exception com.quinncurtis.chart3djava.ChartException
The default constructor.
ChartException(String) - Constructor for exception com.quinncurtis.chart3djava.ChartException
This constructor calls the underlying Exception constructor.
ChartImage - Class in com.quinncurtis.chart3djava
The ChartImage class will place and scale a Java compatible Image file in a chart.
ChartImage() - Constructor for class com.quinncurtis.chart3djava.ChartImage
The default ChartImage constructor.
ChartImage(PhysicalCoordinates, Image, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartImage
A ChartImage constructor that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
ChartImage(Image, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartImage
A ChartImage constructor that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
ChartImage(PhysicalCoordinates, Image, double, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartImage
A ChartImage constructor that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
ChartImage(Image, double, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartImage
A ChartImage constructor that initializes the scale, the image, the position, the position mode and the rotation for an image plot object.
ChartImage(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ChartImage
A ChartImage constructor that initializes the scale for an image plot object.
ChartLabel - Class in com.quinncurtis.chart3djava
The ChartLabel is an abstract base class for chart label objects that are used to place formatted text in a chart.
ChartLabel() - Constructor for class com.quinncurtis.chart3djava.ChartLabel
The default ChartLabel constructor.
ChartLabel(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ChartLabel
This constructor creates a new ChartLabel object using the specified scale.
ChartMouseListener - Class in com.quinncurtis.chart3djava
The ChartMouseListener class implements a generic interface for managing mouse events in a graph window.
ChartMouseListener() - Constructor for class com.quinncurtis.chart3djava.ChartMouseListener
The default ChartMouseListener constructor.
ChartMouseListener(ChartView) - Constructor for class com.quinncurtis.chart3djava.ChartMouseListener
This method initializes an ChartMouseListener using the specified component.
ChartObj - Class in com.quinncurtis.chart3djava
The ChartObj class is the abstract base class for all chart objects in the dynatos.chart2d package.
ChartObj() - Constructor for class com.quinncurtis.chart3djava.ChartObj
The default ChartObj constructor.
chartObjIDCntr - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
The current count of created instances of the ChartObj class.
chartObjType - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies the chart object type.
CHARTPENS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart pen cache (ChartPens)
ChartPlot - Class in com.quinncurtis.chart3djava
The ChartPlot class extends the GraphObj class and is the abstract base class for all plot chart objects in the QCChart2D class library.
ChartPlot() - Constructor for class com.quinncurtis.chart3djava.ChartPlot
The default ChartPlot constructor.
ChartPoint2D - Class in com.quinncurtis.chart3djava
 
ChartPoint2D() - Constructor for class com.quinncurtis.chart3djava.ChartPoint2D
Default constructor.
ChartPoint2D(GregorianCalendar, double) - Constructor for class com.quinncurtis.chart3djava.ChartPoint2D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint2D(double, double) - Constructor for class com.quinncurtis.chart3djava.ChartPoint2D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint2D(ChartPoint3D) - Constructor for class com.quinncurtis.chart3djava.ChartPoint2D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint2D(Point2D) - Constructor for class com.quinncurtis.chart3djava.ChartPoint2D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint3D - Class in com.quinncurtis.chart3djava
The ChartPoint3D class defines a point representing a location in (x,y,z) coordinate space.
ChartPoint3D() - Constructor for class com.quinncurtis.chart3djava.ChartPoint3D
Default constructor.
ChartPoint3D(double, double, double) - Constructor for class com.quinncurtis.chart3djava.ChartPoint3D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint3D(double, double) - Constructor for class com.quinncurtis.chart3djava.ChartPoint3D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint3D(double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.ChartPoint3D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPoint3D(ChartPoint3D) - Constructor for class com.quinncurtis.chart3djava.ChartPoint3D
Constructs and initializes a ChartPoint3D with the specified coordinates.
ChartPrint - Class in com.quinncurtis.chart3djava
/** The ChartPrint class implements the Java Printable interface and will print an ChartView object to the selected printer.
ChartPrint() - Constructor for class com.quinncurtis.chart3djava.ChartPrint
The default ChartPrint constructor.
ChartPrint(ChartView) - Constructor for class com.quinncurtis.chart3djava.ChartPrint
This constructor creates a new ChartPrint object that will print a ChartView object.
ChartPrint(ChartView, int) - Constructor for class com.quinncurtis.chart3djava.ChartPrint
This constructor creates a new ChartPrint object that will print a ChartView object.
ChartPrint(ChartView[], ChartRectangle3D[]) - Constructor for class com.quinncurtis.chart3djava.ChartPrint
This constructor creates a new ChartPrint object that will print a collection of ChartView object.
ChartRectangle2D - Class in com.quinncurtis.chart3djava
This method extends the Rectangle2D.Double class, adding more routines for setting the rectangle frame, and returning the points forming the rectangles frame.
ChartRectangle2D() - Constructor for class com.quinncurtis.chart3djava.ChartRectangle2D
This constructor creates an Rectangle2D object defined by its position, height and width.
ChartRectangle2D(double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle2D
This constructor creates an ChartRectangle2D object defined by its position, height and width.
ChartRectangle2D(ChartRectangle2D) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle2D
This constructor creates an ChartRectangle2D object based on the properties of a ChartRectangle2D object.
ChartRectangle2D(Rectangle2D.Float) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle2D
This constructor creates an ChartRectangle2D object based on the properties of a RectangleF object.
ChartRectangle3D - Class in com.quinncurtis.chart3djava
A simple 3D rectangle class, analogous to the java Rectangle2D.Double class.
ChartRectangle3D() - Constructor for class com.quinncurtis.chart3djava.ChartRectangle3D
The default ChartRectangle3D constructor
ChartRectangle3D(double, double, double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle3D
This constructor creates an ChartRectangle3D object defined by its position, height and width.
ChartRectangle3D(double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle3D
This constructor creates an ChartRectangle3D object defined by its position, height and width.
ChartRectangle3D(ChartRectangle3D) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle3D
This constructor creates an ChartRectangle3D object based on the properties of a ChartRectangle3D object.
ChartRectangle3D(Rectangle2D.Float) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle3D
This constructor creates an ChartRectangle3D object based on the properties of a RectangleF object.
ChartRectangle3D(Rectangle) - Constructor for class com.quinncurtis.chart3djava.ChartRectangle3D
This constructor creates an ChartRectangle3D object based on the properties of a RectangleF object.
CHARTREUSE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
ChartScale - Class in com.quinncurtis.chart3djava
The Scale class is the abstract base class for all of the scale classes.
ChartScale() - Constructor for class com.quinncurtis.chart3djava.ChartScale
The default constructor for the scale class.
ChartShape - Class in com.quinncurtis.chart3djava
The ChartShape class places arbitrary GeneralPath objects in a chart.
ChartShape() - Constructor for class com.quinncurtis.chart3djava.ChartShape
The default ChartShape constructor.
ChartShape(PhysicalCoordinates, Shape, int, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartShape
This constructor creates a new ChartShape object using the specified scale, shape, position and rotation.
ChartShape(PhysicalCoordinates, Shape, int, double, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartShape
This constructor creates a new ChartShape object using the specified scale, shape, position and rotation.
ChartShape(Shape, int, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartShape
This constructor creates a new ChartShape object using the specified scale, shape, position and rotation.
ChartShape(Shape, int, double, double, double, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartShape
This constructor creates a new ChartShape object using the specified scale, shape, position and rotation.
ChartShape(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ChartShape
This constructor creates a new ChartShape object using the specified scale.
ChartSupport - Class in com.quinncurtis.chart3djava
 
ChartSupport() - Constructor for class com.quinncurtis.chart3djava.ChartSupport
 
ChartSymbol - Class in com.quinncurtis.chart3djava
The ChartSymbol class creates scatter plot symbols in the SimpleScatterPlot, LineMarkerPlot, PolarScatterPlot, and DataCursor plot types.
ChartSymbol() - Constructor for class com.quinncurtis.chart3djava.ChartSymbol
The default ChartSymbol constructor.
ChartSymbol(PhysicalCoordinates, int, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.ChartSymbol
This constructor creates a new ChartSymbol object using the specified scale, symbol and attributes.
ChartSymbol(PhysicalCoordinates, Polygon3D, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.ChartSymbol
This constructor creates a new ChartSymbol object using the specified scale, GeneralPath and attributes.
ChartSymbol(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ChartSymbol
This constructor creates a new ChartSymbol object using the specified scale, GeneralPath and attributes.
ChartSymbol3D - Class in com.quinncurtis.chart3djava
The ChartSymbol3D class creates 3D scatter plot symbols in the SimpleScatterPlot and LineMarkerPlot, and DataCursor plot types.
ChartSymbol3D() - Constructor for class com.quinncurtis.chart3djava.ChartSymbol3D
The default ChartSymbol3D constructor.
ChartSymbol3D(PhysicalCoordinates, int, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.ChartSymbol3D
This constructor creates a new ChartSymbol3D object using the specified scale, symbol and attributes.
ChartSymbol3D(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ChartSymbol3D
This constructor creates a new ChartSymbol3D object using the specified scale, GeneralPath and attributes.
ChartText - Class in com.quinncurtis.chart3djava
The ChartText class is used to place text in a chart.
ChartText() - Constructor for class com.quinncurtis.chart3djava.ChartText
The default ChartText constructor.
ChartText(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText object using the specified scale.
ChartText(PhysicalCoordinates, Font, String, double, double, int, int, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position, justification and rotation.
ChartText(PhysicalCoordinates, Font, String, double, double, double, int, int, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position, justification and rotation.
ChartText(Font, String, double, double, int, int, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position, justification and rotation.
ChartText(Font, String, double, double, double, int, int, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position, justification and rotation.
ChartText(Font, String, double, double, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position and justification.
ChartText(Font, String, double, double, double, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position and justification.
ChartText(PhysicalCoordinates, Font, String, double, double, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position and justification.
ChartText(PhysicalCoordinates, Font, String, double, double, double, int) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, string, position and justification.
ChartText(PhysicalCoordinates, Font, String) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified scale, font, and string.
ChartText(Font, String) - Constructor for class com.quinncurtis.chart3djava.ChartText
This constructor creates a new ChartText using the specified font, and string.
ChartTitle - Class in com.quinncurtis.chart3djava
The ChartTitle class creates a header, subheader and footer for a chart.
ChartTitle() - Constructor for class com.quinncurtis.chart3djava.ChartTitle
The default ChartTitle constructor.
ChartTitle(PhysicalCoordinates, Font, String) - Constructor for class com.quinncurtis.chart3djava.ChartTitle
This constructor creates a new ChartTitle using the specified scale, font, and string.
ChartTitle(Font, String) - Constructor for class com.quinncurtis.chart3djava.ChartTitle
This constructor creates a new ChartTitle using the specified scale, font, and string.
ChartTitle(PhysicalCoordinates, Font, String, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartTitle
This constructor creates a new ChartTitle using the specified scale, font, string, type and position.
ChartTitle(Font, String, int, int) - Constructor for class com.quinncurtis.chart3djava.ChartTitle
This constructor creates a new ChartTitle using the specified scale, font, string, type and position.
chartTransform(Graphics2D) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method establishes a physical coordinate system for the current viewport, mapping the physical coordinate system to the viewport.
ChartView - Class in com.quinncurtis.chart3djava
The ChartView class maintains a list of all chart objects and renders the chart object list when the class draw method is called.
ChartView() - Constructor for class com.quinncurtis.chart3djava.ChartView
The default ChartView constructor.
ChartView(Rectangle, JFrame) - Constructor for class com.quinncurtis.chart3djava.ChartView
A ChartView constructor.
ChartView(Rectangle, JPanel) - Constructor for class com.quinncurtis.chart3djava.ChartView
A ChartView constructor.
ChartView(Rectangle, JTabbedPane) - Constructor for class com.quinncurtis.chart3djava.ChartView
A ChartView constructor.
ChartZoom - Class in com.quinncurtis.chart3djava
This class implements a chart zoom class using the Java MouseInputListener interface.
ChartZoom() - Constructor for class com.quinncurtis.chart3djava.ChartZoom
The default ChartZoom constructor.
ChartZoom(ChartView, PhysicalCoordinates, boolean) - Constructor for class com.quinncurtis.chart3djava.ChartZoom
This constructor creates a new ChartZoom object using the specified component and scale.
ChartZoom(ChartView, PhysicalCoordinates[], int, boolean) - Constructor for class com.quinncurtis.chart3djava.ChartZoom
This constructor creates a new ChartZoom object using the specified component and scales.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ArrowPlot
Returns true if the test point intersects one of the arrow objects.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.Axis
Returns true if the test point is near one of the axes.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.Background
Returns true if the test point intersects a background object.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.BubblePlot
Returns true if the test point intersects one of the bar plot bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.BubblePlotLegend
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.BubblePlotLegendItem
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.CandlestickPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.CellPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartImage
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartMouseListener
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartShape
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartSymbol
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartSymbol3D
The CheckIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartText
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ChartZoom
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ErrorBarPlot
Returns true if the test point intersects one of the error bar lines.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.FloatingBarPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.FloatingStackedBar
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.GraphObj
The default checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.Grid
Returns true if the test point is near one of the grid lines.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.GroupBarPlot
Returns true if the test point intersects one of the objects.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.GroupPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.HistogramPlot
Returns true if the test point intersects one of the data objects.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.Legend
Returns true if the test point intersects the legend rectangle.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.LegendItem
The CheckIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.LinearAxis
The checkIntersection method.
CheckIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.LineGapPlot
Returns true if the test point intersects one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.LogAxis
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.Marker
The default checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.MultiLinePlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.MultiRibbonPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.OHLCBarPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.OHLCPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.PieChart
Returns true if the test point is intersects one of the pie slices.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.PieChartBase
Returns true if the test point is intersects one of the pie slices.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.PipeLinePlot
Returns true if the test point intersects one of the bar plot bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleBarPlot
Returns true if the test point intersects one of the bar plot bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleLineMarkerPlot
Returns true if the test point intersects one of the bar plot bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleLinePlot
Returns true if the test point intersects one of the bar plot bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimplePlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleRibbonPlot
Returns true if the test point intersects one of the ribbon plot bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimpleScatterPlot
Returns true if the test point intersects one of the bar plot bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.StackedBarPlot
Returns true if the test point intersects one of the stacked bars.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.StackedLinePlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.StackedRibbonPlot
Returns true if the test point is near one of the data points.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.StandardLegend
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.TimeAxis
The checkIntersection method.
checkIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.Wall3D
Returns true if the test point intersects a background object.
checkIntersection2(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.OHLCPlot
Returns true if the test point is near one of the data points.
checkTimeValue(long) - Method in class com.quinncurtis.chart3djava.TimeScale
This method checks to see if the specified date is valid and returns a double values that represents the number of milliseconds in the date if the date is valid, or the ChartSupport.rBarDataValue otherwise.
checkTimeValue(GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeScale
This method checks to see if the specified date is valid and returns a double values that represents the number of milliseconds in the date if the date is valid,, or the ChartSupport.rBarDataValue otherwise.
checkValidData(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This method checks to see if the x- and y-data values for a given index are valid, taking into account any discontinuities in the coordinate system.
checkValidDataX(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This method checks to see if the x-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidDataY(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This method checks to see if the y-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidDate(GregorianCalendar, int) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This check to see if the given date is a valid date for the given week type (WEEK_5D or WEEK_7D).
checkValidDate(GregorianCalendar, long, long, int) - Static method in class com.quinncurtis.chart3djava.ChartCalendar
This check to see if the given date is a valid date for the given week type (WEEK_5D or WEEK_7D), and the non-24 day hour range.
checkValidDate(GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method checks to see if the specified date is valid, checking to see if it within the specified time of day limits.
checkValidGroupData(PhysicalCoordinates, int, int) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method checks to see if the x- and y-data values for a given index are valid, taking into account any discontinuities in the coordinate system.
checkValidGroupData(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method checks to see if the x- and y-data values for a given index are valid, taking into account any discontinuities in the coordinate system.
checkValidGroupDataX(PhysicalCoordinates, int) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method checks to see if the x-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidGroupDataY(PhysicalCoordinates, int, int) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method checks to see if the y-data value is valid, taking into account any discontinuities in the coordinate system.
checkValidPoint(double, double, double) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method checks the validity of thex-, y- and z-values of a data point.
checkValidPoint(double, double) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method checks the validity of the x-, y-values of a data point.
checkValidPoint(double, double, boolean) - Method in class com.quinncurtis.chart3djava.ChartPlot
This method checks to see if the current data point is valid
checkValidPoint(double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method checks the validity of the x- and y-values of a datapoint.
checkValidPoint(double, double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method checks the validity of the x- and y-values of a datapoint.
checkValidPoint(double, double, boolean) - Method in class com.quinncurtis.chart3djava.SimplePlot
This method checks the validity of the x- and y-values of a datapoint.
checkValidPoint(double, double, double) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method checks to see if the specified data point is valid, checking to see if the date component it within the specified time of day limits, and the numeric component is a valid number.
checkValidPoint(double, double) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method checks to see if the specified data point is valid, checking to see if the date component it within the specified time of day limits, and the numeric component is a valid number.
CHOCOLATE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
CIRCLE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Circle scatter plot symbol
clampInt(int, int, int) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks and limits the range of the input variable, preventing wild numeric overflows from propagating.
clampObjectPolygonListToCoordinateLimits() - Method in class com.quinncurtis.chart3djava.ObjectPolygonList
Clamp the polygon vertex values to the coordinate systems limits.
clampPointToPlane(int, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Clamp the x, y or z-value of a ChartPoint3D object to the value of the associated plane.
clampPointToPlane(ChartPoint3D[], int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Clamp an array of points to the limits associated with the specified coordinate system.
clampPointToPlane(Point3DArray, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Clamp an array of points to the limits associated with the specified coordinate system.
clampPolygonListToCoordinateLimits() - Method in class com.quinncurtis.chart3djava.PolygonList
Clamp the polygon vertex values to the coordinate systems limits.
clampPolygonToCoordinateLimits() - Method in class com.quinncurtis.chart3djava.Polygon3D
Clamp the polygon vertex values to the coordinate systems limits.
clampReal(double, double, double) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks and limits the range of the input variable, preventing wild numeric overflows from propagating.
clampToViewCoordinates(double) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks and limits the range of the input value from exceeding the value of +- USER_COORD_MAX.
clampToViewCoordinates(ChartPoint3D) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks and limits the range of the input value from exceeding the value of +- USER_COORD_MAX.
clear() - Method in class com.quinncurtis.chart3djava.BoolArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the protected buffer to maxCapacity.
clear() - Method in class com.quinncurtis.chart3djava.DoubleArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the protected buffer to maxCapacity.
clear() - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Resets the NumColumns and NumRows properties to 0.
clear() - Method in class com.quinncurtis.chart3djava.IntArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the protected buffer to maxCapacity.
clear() - Method in class com.quinncurtis.chart3djava.Point3DArray
Resets (same as Clear) the Length property to 0, the MaxCapacity property to 16 and reallocates the protected buffer to MaxCapacity.
clear() - Method in class com.quinncurtis.chart3djava.Polygon3D
Resets the polygon back to it's default (empty) state.
clear() - Method in class com.quinncurtis.chart3djava.StringArray
Resets (same as clear) the Length property to 0, the maxCapacity property to 16 and reallocates the protected buffer to maxCapacity.
clipPolygonPlane(ChartRectangle3D, Polygon3D) - Method in class com.quinncurtis.chart3djava.Transform3D
Clips a polygon against the clipping frame.
clone() - Method in class com.quinncurtis.chart3djava.Arrow
Returns an object that is a clone of this Arrow object.
clone() - Method in class com.quinncurtis.chart3djava.ArrowPlot
Returns an object that is a clone of this ArrowPlot object.
clone() - Method in class com.quinncurtis.chart3djava.AxisTitle
Returns an object that is a clone of this AxisTitle object.
clone() - Method in class com.quinncurtis.chart3djava.Background
 Returns an object that is a clone of this Background object.
clone() - Method in class com.quinncurtis.chart3djava.BarDatapointValue
Returns an object that is a clone of this BarDatapointValue object.
clone() - Method in class com.quinncurtis.chart3djava.BoolArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart3djava.BubblePlot
Returns an object that is a clone of this BubblePlot object.
clone() - Method in class com.quinncurtis.chart3djava.BubblePlotLegend
Returns an object that is a clone of this BubblePlotLegend object.
clone() - Method in class com.quinncurtis.chart3djava.BubblePlotLegendItem
Returns an object that is a clone of this BubblePlotLegendItem object.
clone() - Method in class com.quinncurtis.chart3djava.CandlestickPlot
Returns an object that is a clone of this CandlestickPlot object.
clone() - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
Returns an object that is a clone of this CartesianCoordinates object.
clone() - Method in class com.quinncurtis.chart3djava.CellPlot
Returns an object that is a clone of this CellPlot object.
clone() - Method in class com.quinncurtis.chart3djava.ChartAttribute
 Returns an object that is a clone of this ChartAttribute object.
clone() - Method in class com.quinncurtis.chart3djava.ChartBufferedImage
 Returns an object that is a clone of this BufferedImage object.
clone() - Method in class com.quinncurtis.chart3djava.ChartDimension3D
 Returns an object that is a clone of this ChartDimension3D object.
clone() - Method in class com.quinncurtis.chart3djava.ChartImage
Returns an object that is a clone of this ChartImage object.
clone() - Method in class com.quinncurtis.chart3djava.ChartMouseListener
 Returns an object that is a clone of this ChartMouseListener object.
clone() - Method in class com.quinncurtis.chart3djava.ChartPoint2D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class com.quinncurtis.chart3djava.ChartPoint3D
Creates a new object that is a clone of the current object.
clone() - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Returns an object that is a clone of this ChartRectangle3D object.
clone() - Method in class com.quinncurtis.chart3djava.ChartScale
Abstract clone method.
clone() - Method in class com.quinncurtis.chart3djava.ChartShape
Returns an object that is a clone of this ChartShape object.
clone() - Method in class com.quinncurtis.chart3djava.ChartSupport
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart3djava.ChartSymbol
Returns an object that is a clone of this ChartSymbol object.
clone() - Method in class com.quinncurtis.chart3djava.ChartSymbol3D
Returns an object that is a clone of this ChartSymbol3D object.
clone() - Method in class com.quinncurtis.chart3djava.ChartText
Returns an object that is a clone of this ChartText object.
clone() - Method in class com.quinncurtis.chart3djava.ChartTitle
Returns an object that is a clone of this ChartTitle object.
clone() - Method in class com.quinncurtis.chart3djava.ChartView
 Returns an object that is a clone of this ChartView object.
clone() - Method in class com.quinncurtis.chart3djava.ChartZoom
 Returns an object that is a clone of this ChartZoom object.
clone() - Method in class com.quinncurtis.chart3djava.ContourDataset
Returns an object that is a clone of this ContourDataset object.
clone() - Method in class com.quinncurtis.chart3djava.ContourPlot
 Returns an object that is a clone of this ContourPlot object.
clone() - Method in class com.quinncurtis.chart3djava.CSV
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart3djava.CustomDataToolTip
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart3djava.DataCursor
 Returns an object that is a clone of this DataCursor object.
clone() - Method in class com.quinncurtis.chart3djava.DataToolTip
Returns an object that is a clone of this DataToolTip object.
clone() - Method in class com.quinncurtis.chart3djava.DoubleArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart3djava.ErrorBarPlot
Returns an object that is a clone of this ErrorBarPlot object.
clone() - Method in class com.quinncurtis.chart3djava.FindObj
Returns an object that is a clone of this FindObj object.
clone() - Method in class com.quinncurtis.chart3djava.FloatingBarPlot
Returns an object that is a clone of this FloatingBarPlot object.
clone() - Method in class com.quinncurtis.chart3djava.FloatingStackedBar
Returns an object that is a clone of this FloatingStackedBar object.
clone() - Method in class com.quinncurtis.chart3djava.GraphObj
The abstract clone method for this class.
clone() - Method in class com.quinncurtis.chart3djava.Grid
Returns an object that is a clone of this Grid object.
clone() - Method in class com.quinncurtis.chart3djava.GroupBarPlot
Returns an object that is a clone of this GroupPlot object.
clone() - Method in class com.quinncurtis.chart3djava.GroupDataset
Returns an object that is a clone of this GroupDataset object.
clone() - Method in class com.quinncurtis.chart3djava.GroupPoint3D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class com.quinncurtis.chart3djava.HistogramPlot
Returns an object that is a clone of this HistogramPlot object.
clone() - Method in class com.quinncurtis.chart3djava.IntArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart3djava.LegendItem
Returns an object that is a clone of this LegendItem object.
clone() - Method in class com.quinncurtis.chart3djava.LinearAutoScale
Returns an object that is a clone of this LinearAutoScale object.
clone() - Method in class com.quinncurtis.chart3djava.LinearAxis
Returns an object that is a clone of this LinearAxis object.
clone() - Method in class com.quinncurtis.chart3djava.LinearScale
Returns an object that is a clone of this LinearScale object.
clone() - Method in class com.quinncurtis.chart3djava.LineGapPlot
Returns an object that is a clone of this LineGapPlot object.
clone() - Method in class com.quinncurtis.chart3djava.LogAutoScale
Returns an object that is a clone of this LogAutoScale object.
clone() - Method in class com.quinncurtis.chart3djava.LogAxis
Returns an object that is a clone of this LogAxis object.
clone() - Method in class com.quinncurtis.chart3djava.LogScale
Returns an object that is a clone of this LogScale object.
clone() - Method in class com.quinncurtis.chart3djava.Marker
 Returns an object that is a clone of this Marker object.
clone() - Method in class com.quinncurtis.chart3djava.MultiLinePlot
Returns an object that is a clone of this MultiLinePlot object.
clone() - Method in class com.quinncurtis.chart3djava.MultiRibbonPlot
Returns an object that is a clone of this MultiRibbonPlot object.
clone() - Method in class com.quinncurtis.chart3djava.NearestPointData
Returns an object that is a clone of this NearestPointData object.
clone() - Method in class com.quinncurtis.chart3djava.NumericAxisLabels
Returns an object that is a clone of this NumericAxisLabels object.
clone() - Method in class com.quinncurtis.chart3djava.NumericLabel
Returns an object that is a clone of this NumericLabel object.
clone() - Method in class com.quinncurtis.chart3djava.ObjectPolygonList
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart3djava.OHLCBarPlot
Returns an object that is a clone of this OHLCBarPlot object.
clone() - Method in class com.quinncurtis.chart3djava.OHLCPlot
Returns an object that is a clone of this OHLCPlot object.
clone() - Method in class com.quinncurtis.chart3djava.PieChart
Returns an object that is a clone of this PieChart object.
clone() - Method in class com.quinncurtis.chart3djava.PieChartBase
Returns an object that is a clone of this PieChartBase object.
clone() - Method in class com.quinncurtis.chart3djava.PipeLinePlot
Returns an object that is a clone of this SimplePlot object.
clone() - Method in class com.quinncurtis.chart3djava.Point3DArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart3djava.Polygon3D
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart3djava.PolygonList
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart3djava.Polysurface
 Returns an object that is a clone of this DChartContourDataset object.
clone() - Method in class com.quinncurtis.chart3djava.RotateTransform3D
Returns an object that is a clone of this RotateTransform3D object.
clone() - Method in class com.quinncurtis.chart3djava.SimpleBarPlot
Returns an object that is a clone of this SimpleBarPlot object.
clone() - Method in class com.quinncurtis.chart3djava.SimpleDataset
Returns an object that is a clone of this SimpleDataset object.
clone() - Method in class com.quinncurtis.chart3djava.SimpleDataset3D
Returns an object that is a clone of this SimpleDataset3D object.
clone() - Method in class com.quinncurtis.chart3djava.SimpleLineMarkerPlot
Returns an object that is a clone of this SimpleLineMarkerPlot object.
clone() - Method in class com.quinncurtis.chart3djava.SimpleLinePlot
Returns an object that is a clone of this SimplePlot object.
clone() - Method in class com.quinncurtis.chart3djava.SimpleRibbonPlot
Returns an object that is a clone of this SimpleRibbonPlot object.
clone() - Method in class com.quinncurtis.chart3djava.SimpleScatterPlot
Returns an object that is a clone of this SimplePlot object.
clone() - Method in class com.quinncurtis.chart3djava.StackedBarPlot
Returns an object that is a clone of this StackedBarPlot object.
clone() - Method in class com.quinncurtis.chart3djava.StackedLinePlot
Returns an object that is a clone of this StackedLinePlot object.
clone() - Method in class com.quinncurtis.chart3djava.StackedRibbonPlot
Returns an object that is a clone of this StackedRibbonPlot object.
clone() - Method in class com.quinncurtis.chart3djava.StandardLegend
Returns an object that is a clone of this StandardLegend object.
clone() - Method in class com.quinncurtis.chart3djava.StringArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart3djava.StringAxisLabels
Returns an object that is a clone of this StringAxisLabels object.
clone() - Method in class com.quinncurtis.chart3djava.StringLabel
Returns an object that is a clone of this StringLabel object.
clone() - Method in class com.quinncurtis.chart3djava.TickMark
Returns an object that is a clone of this TickMark object.
clone() - Method in class com.quinncurtis.chart3djava.TimeArray
Returns an object that is a clone of this array object.
clone() - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Returns an object that is a clone of this TimeAutoScale object.
clone() - Method in class com.quinncurtis.chart3djava.TimeAxis
Returns an object that is a clone of this TimeAxis object.
clone() - Method in class com.quinncurtis.chart3djava.TimeAxisLabels
Returns an object that is a clone of this TimeAxisLabels object.
clone() - Method in class com.quinncurtis.chart3djava.TimeCoordinates
Returns an object that is a clone of this TimeCoordinates object.
clone() - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
Returns an object that is a clone of this TimeGroupDataset object.
clone() - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
Returns an object that is a clone of this TimeGroupDataset3D object.
clone() - Method in class com.quinncurtis.chart3djava.TimeLabel
Returns an object that is a clone of this TimeLabel object.
clone() - Method in class com.quinncurtis.chart3djava.TimeScale
Returns an object that is a clone of this TimeScale object.
clone() - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
Returns an object that is a clone of this TimeSimpleDataset object.
clone() - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
Returns an object that is a clone of this SimpleDataset3D object.
clone() - Method in class com.quinncurtis.chart3djava.Transform3D
Returns an object that is a clone of this object.
clone() - Method in class com.quinncurtis.chart3djava.UserCoordinates
Returns an object that is a clone of this UserCoordinates object.
clone() - Method in class com.quinncurtis.chart3djava.Wall3D
Returns an object that is a clone of this Wall3D object.
clone() - Method in class com.quinncurtis.chart3djava.WorkingCoordinates
Returns an object that is a clone of this WorkingCoordinates object.
closeDelaunay() - Method in class com.quinncurtis.chart3djava.Polysurface
Close the delaunay surface, free allocated memory.
closePolygon() - Method in class com.quinncurtis.chart3djava.Point3DArray
Returns a copy of the data values in the array sized to the number of elements.
closePolygon() - Method in class com.quinncurtis.chart3djava.Polygon3D
Checks to see if the last point matches the first point in the polygon, and adds a point if it isn't.
closePolysurface() - Method in class com.quinncurtis.chart3djava.Polysurface
Free the memory associated with the polysurace.
COLUMN_MAJOR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Data in a file is organized so that adjacent x-values are rows in the file, each group of y-values start a new column
com.quinncurtis.chart3djava - package com.quinncurtis.chart3djava
 
COMBINE_DATASET_ADD - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Combine two datasets by adding corresponding values
COMBINE_DATASET_DIVIDE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Combine two datasets by diving corresponding values
COMBINE_DATASET_MULTIPLY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Combine two datasets by multiplying corresponding values
COMBINE_DATASET_SUBTRACT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Combine two datasets by subtracting corresponding values
COMBINE_DATASET_X - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Combine the x-values of two datasets
COMBINE_DATASET_XY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Combine the x- and y-values of two datasets
COMBINE_DATASET_Y - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Combine the y-values of two datasets
combineDataset(SimpleDataset, int, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
Combine this dataset with another, using one of three combine modes (COMBINE_DATASET_X, COMBINE_DATASET_Y, or COMBINE_DATASET_XY), and four combine operators (COMBINE_DATASET_ADD, COMBINE_DATASET_SUBTRACT, COMBINE_DATASET_MUTLIPLY or COMBINE_DATASET_DIVIDE).
compareTo(Object) - Method in class com.quinncurtis.chart3djava.Polygon3D
CompareTo method require by IComparable interface.
compareTo(Object) - Method in class com.quinncurtis.chart3djava.PolygonList
CompareTo method require by IComparable interface.
compressGroupDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.GroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressGroupDataset(int, int[], int, int, int, String) - Method in class com.quinncurtis.chart3djava.GroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressSimpleDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressSimpleDataset3D(int, int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.SimpleDataset3D
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldGroupDataset(int, int[], int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldGroupDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldGroupDataset3D(int, int[], int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldGroupDataset3D(int, int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldSimpleDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeFieldSimpleDataset3D(int, int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeGroupDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeGroupDataset(int, int[], int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeGroupDataset3D(int, int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeGroupDataset3D(int, int[], int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeSimpleDataset(int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
compressTimeSimpleDataset3D(int, int, int, int, int, int, String) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This methods creates and returns a new dataset that is the data reduced version of the source dataset.
CONE3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
3D Cylinder scatter plot symbol
contains(double, double, double) - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Returns true if the point (xx,yy) is contained in the rectangle.
contains(double, double) - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Returns true if the point (xx,yy) is contained in the rectangle.
contains(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Returns true if the point p is contained in the rectangle.
contains(ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Returns true if the rectangle testr is contained by the rectangle.
CONTOUR_DATASET - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A simple, time, dataset object (ContourDataset)
CONTOUR_DATASET3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A simple dataset object (SimpleDataset)
CONTOUR_FILL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Fill the area between contour levels with a color
CONTOUR_LINE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Draw contour levels using a line
CONTOUR_LINEANDFILL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Draw the contour levels using a line and fill the area between the contour levels with a color
CONTOUR_LINEPOLYGON - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Contour lines are calculated by analyzing each polygon, one by one, for every possible contour level within.
CONTOUR_LINEWALK - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Contour lines are calculated by finding a contour, and then tracking that contour line until it returns to the beginning, or runs off the edge of the contour plot.
ContourDataset - Class in com.quinncurtis.chart3djava
The ContourDataset class extends the SimpleDataset class, adding a third dimension (z-values) needed to produce a contour plot.
ContourDataset(String, ChartPoint3D[], int, int) - Constructor for class com.quinncurtis.chart3djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(String, ChartPoint3D[]) - Constructor for class com.quinncurtis.chart3djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(String, double[], double[], double[]) - Constructor for class com.quinncurtis.chart3djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(String, double[], double[], double) - Constructor for class com.quinncurtis.chart3djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(String, int, int, double, double, double, double, SurfaceFunction) - Constructor for class com.quinncurtis.chart3djava.ContourDataset
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
ContourDataset(CSV, String, int, int) - Constructor for class com.quinncurtis.chart3djava.ContourDataset
This constructor creates a new ContourDataset object from a file consisting of comma separated values.
ContourDataset() - Constructor for class com.quinncurtis.chart3djava.ContourDataset
The default ContourDataset constructor.
CONTOURLINE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Contour line plot type (ContourPlot)
ContourPlot - Class in com.quinncurtis.chart3djava
 
ContourPlot() - Constructor for class com.quinncurtis.chart3djava.ContourPlot
The ContourPlot default constructor.
ContourPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ContourPlot
This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
ContourPlot(PhysicalCoordinates, ContourDataset, double[], ChartAttribute[], int, int) - Constructor for class com.quinncurtis.chart3djava.ContourPlot
This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
ContourPlot(PhysicalCoordinates, ContourDataset, double[], ChartAttribute[], boolean[], boolean[], int, int) - Constructor for class com.quinncurtis.chart3djava.ContourPlot
This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
convert3DPoint(double, double, double) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This methods transforms the 3D coordinates to a 2D projection.
convert3DPoint(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This methods sets transforms the 3D user coordinates to a 2D screen coordinate projection.
convert3DRectangle(ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This methods transforms the 3D coordinates of a rectangle to a 2D projection.
convertCoord(int, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts the coordinates of a point from one coordinate system to another.
convertCoord(ChartPoint3D, int, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts the coordinates of a point from one coordinate system to another.
convertCoordArray(ChartPoint3D[], int, ChartPoint3D[], int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts an array of points from one coordinate system to another.
convertDevToUserCoords(PhysicalCoordinates, double, double, double) - Method in class com.quinncurtis.chart3djava.Transform3D
Converts from screen coordinates to user coordinates by applying an inverse transform.
convertDimension(int, ChartDimension3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts width and height dimensions from one coordinate system to another.
convertDimension(ChartDimension3D, int, ChartDimension3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts width and height dimensions from one coordinate system to another.
convertForStepMode(Polygon3D, int) - Static method in class com.quinncurtis.chart3djava.Polygon3D
Convert a polygon to a "stepped" version of the same polygon.
convertPointListToGeneralPath(ChartPoint3D[]) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Converts an array of ChartPoint3D objects to GeneralPath object.
convertRect(ChartRectangle3D, int, ChartRectangle3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts ChartRectangle3D object from one coordinate system to another.
convertRect(int, ChartRectangle3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts ChartRectangle3D object from one coordinate system to another.
convertRG2PS(ChartPoint3D[], int, int, int) - Method in class com.quinncurtis.chart3djava.Polysurface
Convert a collection of 3D points organized as a regular grid to a polysurface.
convertToMovingAverage(int, int) - Method in class com.quinncurtis.chart3djava.SimpleDataset
Converts the current dataset to a moving average version of its former self.
COORD_SIZE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Scale image height and width values
coordinateAdd(double, double) - Method in class com.quinncurtis.chart3djava.ChartScale
An abstract methods that has the function of adding two values in the current physical coordinates.
coordinateAdd(double, double) - Method in class com.quinncurtis.chart3djava.LinearScale
This method adds an increment to an x- or y-coordinate in physical coordinates.
coordinateAdd(double, double) - Method in class com.quinncurtis.chart3djava.LogScale
This method adds an increment to an x- or y-coordinate in physical coordinates.
coordinateAdd(double, double) - Method in class com.quinncurtis.chart3djava.TimeScale
This method adds two values in the current physical coordinates.
copy(Arrow) - Method in class com.quinncurtis.chart3djava.Arrow
Copies the source Arrow object.
copy(ArrowPlot) - Method in class com.quinncurtis.chart3djava.ArrowPlot
Copies the source ArrowPlot object.
copy(AutoScale) - Method in class com.quinncurtis.chart3djava.AutoScale
Copies the source AutoScale object.
copy(Axis) - Method in class com.quinncurtis.chart3djava.Axis
Copies the source axis.
copy(AxisLabels) - Method in class com.quinncurtis.chart3djava.AxisLabels
Copies the source axis labels.
copy(AxisTitle) - Method in class com.quinncurtis.chart3djava.AxisTitle
Copies the source axis title.
copy(Background) - Method in class com.quinncurtis.chart3djava.Background
Copies the source chart background.
copy(BarDatapointValue) - Method in class com.quinncurtis.chart3djava.BarDatapointValue
Copies the source object.
copy(BoolArray) - Method in class com.quinncurtis.chart3djava.BoolArray
Copies the source array to the current instance.
copy(BubblePlot) - Method in class com.quinncurtis.chart3djava.BubblePlot
Copies the source bubble plot object.
copy(BubblePlotLegend) - Method in class com.quinncurtis.chart3djava.BubblePlotLegend
Copies the source legend object.
copy(BubblePlotLegendItem) - Method in class com.quinncurtis.chart3djava.BubblePlotLegendItem
Copies the source legend item object.
copy(CandlestickPlot) - Method in class com.quinncurtis.chart3djava.CandlestickPlot
Copies the source CandlestickPlot object.
copy(CartesianCoordinates) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
Copies the source scale.
copy(Object) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
Copies the source scale.
copy(CellPlot) - Method in class com.quinncurtis.chart3djava.CellPlot
Copies the source CellPlot object.
copy(ChartAttribute) - Method in class com.quinncurtis.chart3djava.ChartAttribute
 Copies the source ChartAttribute object.
copy(ChartBufferedImage) - Method in class com.quinncurtis.chart3djava.ChartBufferedImage
Copies the source BufferedImage object.
copy(ChartDataset) - Method in class com.quinncurtis.chart3djava.ChartDataset
Copies the source dataset.
copy(ChartDimension3D) - Method in class com.quinncurtis.chart3djava.ChartDimension3D
Copies the source object.
copy(ChartImage) - Method in class com.quinncurtis.chart3djava.ChartImage
Copies the source ChartImage object.
copy(ChartLabel) - Method in class com.quinncurtis.chart3djava.ChartLabel
Copies the source label object.
copy(ChartMouseListener) - Method in class com.quinncurtis.chart3djava.ChartMouseListener
Copies the source ChartMouseListener.
copy(ChartObj) - Method in class com.quinncurtis.chart3djava.ChartObj
Copies the source object.
copy(ChartPlot) - Method in class com.quinncurtis.chart3djava.ChartPlot
Copies the source plot object.
copy(ChartPrint) - Method in class com.quinncurtis.chart3djava.ChartPrint
Copies the source ChartPrint object.
copy(ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Copies the source ChartRectangle3D object.
copy(ChartScale) - Method in class com.quinncurtis.chart3djava.ChartScale
Copies the source scale object.
copy(ChartShape) - Method in class com.quinncurtis.chart3djava.ChartShape
Copies the source shape object.
copy(ChartSymbol) - Method in class com.quinncurtis.chart3djava.ChartSymbol
Copies the source ChartSymbol object.
copy(ChartSymbol3D) - Method in class com.quinncurtis.chart3djava.ChartSymbol3D
Copies the source ChartSymbol3D object.
copy(ChartText) - Method in class com.quinncurtis.chart3djava.ChartText
Copies the source text object.
copy(ChartTitle) - Method in class com.quinncurtis.chart3djava.ChartTitle
Copies the source title object.
copy(ChartView) - Method in class com.quinncurtis.chart3djava.ChartView
Copies the source scale.
copy(ChartZoom) - Method in class com.quinncurtis.chart3djava.ChartZoom
Copies the source zoom object.
copy(ContourDataset) - Method in class com.quinncurtis.chart3djava.ContourDataset
Copies the source dataset.
copy(ContourPlot) - Method in class com.quinncurtis.chart3djava.ContourPlot
Copies the source contour object.
copy(CustomDataToolTip) - Method in class com.quinncurtis.chart3djava.CustomDataToolTip
Copies the source object.
copy(DataCursor) - Method in class com.quinncurtis.chart3djava.DataCursor
Copies the source data cursor object.
copy(DataToolTip) - Method in class com.quinncurtis.chart3djava.DataToolTip
Copies the source DataToolTip.
copy(DoubleArray) - Method in class com.quinncurtis.chart3djava.DoubleArray
Copies the source array to the current instance.
copy(DoubleArray2D) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Copies the source array.
copy(ErrorBarPlot) - Method in class com.quinncurtis.chart3djava.ErrorBarPlot
Copies the source ErrorBarPlot object.
copy(FindObj) - Method in class com.quinncurtis.chart3djava.FindObj
Copies the source ErrorBarPlot object.
copy(FloatingBarPlot) - Method in class com.quinncurtis.chart3djava.FloatingBarPlot
Copies the source FloatingBarPlot object.
copy(FloatingStackedBar) - Method in class com.quinncurtis.chart3djava.FloatingStackedBar
Copies the source FloatingStackedBar object.
copy(GraphObj) - Method in class com.quinncurtis.chart3djava.GraphObj
Copies the source object.
copy(Grid) - Method in class com.quinncurtis.chart3djava.Grid
Copies the source grid.
copy(GroupBarPlot) - Method in class com.quinncurtis.chart3djava.GroupBarPlot
Copies the source GroupBarPlot object.
copy(GroupDataset) - Method in class com.quinncurtis.chart3djava.GroupDataset
Copies the source group dataset.
copy(GroupPlot) - Method in class com.quinncurtis.chart3djava.GroupPlot
Copies the source group plot object.
copy(HistogramPlot) - Method in class com.quinncurtis.chart3djava.HistogramPlot
Copies the source HistogramPlot object.
copy(IntArray) - Method in class com.quinncurtis.chart3djava.IntArray
Copies the source array to the current instance.
copy(Legend) - Method in class com.quinncurtis.chart3djava.Legend
Copies the source legend object.
copy(LegendItem) - Method in class com.quinncurtis.chart3djava.LegendItem
Copies the source legend item object.
copy(LinearAutoScale) - Method in class com.quinncurtis.chart3djava.LinearAutoScale
Copies the source LinearAutoScale object.
copy(LinearAxis) - Method in class com.quinncurtis.chart3djava.LinearAxis
Copies the source axis.
copy(LinearScale) - Method in class com.quinncurtis.chart3djava.LinearScale
Copies the source scale.
copy(LineGapPlot) - Method in class com.quinncurtis.chart3djava.LineGapPlot
Copies the source LineGapPlot object.
copy(LogAutoScale) - Method in class com.quinncurtis.chart3djava.LogAutoScale
Copies the source LogAutoScale object.
copy(LogAxis) - Method in class com.quinncurtis.chart3djava.LogAxis
Copies the source axis.
copy(LogScale) - Method in class com.quinncurtis.chart3djava.LogScale
Copies the source scale.
copy(Marker) - Method in class com.quinncurtis.chart3djava.Marker
Copies the source marker.
copy(MoveData) - Method in class com.quinncurtis.chart3djava.MoveData
Copies the source MoveData.
copy(MoveObj) - Method in class com.quinncurtis.chart3djava.MoveObj
Copies the source MoveObj.
copy(MultiLinePlot) - Method in class com.quinncurtis.chart3djava.MultiLinePlot
Copies the source MultiLinePlot object.
copy(MultiRibbonPlot) - Method in class com.quinncurtis.chart3djava.MultiRibbonPlot
Copies the source MultiRibbonPlot object.
copy(NearestPointData) - Method in class com.quinncurtis.chart3djava.NearestPointData
Copies the source NearestPointData object.
copy(NumericAxisLabels) - Method in class com.quinncurtis.chart3djava.NumericAxisLabels
Copies the source NumericAxisLabels object.
copy(NumericLabel) - Method in class com.quinncurtis.chart3djava.NumericLabel
Copies the source NumericLabel object.
copy(ObjectPolygonList) - Method in class com.quinncurtis.chart3djava.ObjectPolygonList
Copies the source object.
copy(OHLCBarPlot) - Method in class com.quinncurtis.chart3djava.OHLCBarPlot
Copies the source OHLCBarPlot object.
copy(OHLCPlot) - Method in class com.quinncurtis.chart3djava.OHLCPlot
Copies the source OHLCPlot object.
copy(PhysicalCoordinates) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Copies the source coordinate system.
copy(Object) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This abstract method copies the source scale.
copy(PieChart) - Method in class com.quinncurtis.chart3djava.PieChart
Copies the source pie chart.
copy(PieChartBase) - Method in class com.quinncurtis.chart3djava.PieChartBase
Copies the source pie chart.
copy(PipeLinePlot) - Method in class com.quinncurtis.chart3djava.PipeLinePlot
Copies the PipeLinePlot object.
copy(Point3DArray) - Method in class com.quinncurtis.chart3djava.Point3DArray
Copies the source array to the current instance.
copy(Polygon3D) - Method in class com.quinncurtis.chart3djava.Polygon3D
Copies the source object.
copy(PolygonList) - Method in class com.quinncurtis.chart3djava.PolygonList
Copies the source object.
copy(Polysurface) - Method in class com.quinncurtis.chart3djava.Polysurface
Copies the source polysurface.
copy(RotateTransform3D) - Method in class com.quinncurtis.chart3djava.RotateTransform3D
Copies the source RotateTransform3D.
copy(SimpleBarPlot) - Method in class com.quinncurtis.chart3djava.SimpleBarPlot
Copies the SimpleBarPlot object.
copy(SimpleDataset) - Method in class com.quinncurtis.chart3djava.SimpleDataset
Copies the source dataset.
copy(SimpleDataset3D) - Method in class com.quinncurtis.chart3djava.SimpleDataset3D
Copies the source dataset.
copy(SimpleLineMarkerPlot) - Method in class com.quinncurtis.chart3djava.SimpleLineMarkerPlot
Copies the source SimpleLineMarkerPlot object.
copy(SimpleLinePlot) - Method in class com.quinncurtis.chart3djava.SimpleLinePlot
Copies the SimpleLinePlot object.
copy(SimplePlot) - Method in class com.quinncurtis.chart3djava.SimplePlot
Copies the source plot object.
copy(SimpleRibbonPlot) - Method in class com.quinncurtis.chart3djava.SimpleRibbonPlot
Copies the SimpleRibbonPlot object.
copy(SimpleScatterPlot) - Method in class com.quinncurtis.chart3djava.SimpleScatterPlot
Copies the source SimpleScatterPlot object.
copy(StackedBarPlot) - Method in class com.quinncurtis.chart3djava.StackedBarPlot
Copies the source StackedBarPlot object.
copy(StackedLinePlot) - Method in class com.quinncurtis.chart3djava.StackedLinePlot
Copies the source StackedLinePlot object.
copy(StackedRibbonPlot) - Method in class com.quinncurtis.chart3djava.StackedRibbonPlot
Copies the source StackedRibbonPlot object.
copy(StandardLegend) - Method in class com.quinncurtis.chart3djava.StandardLegend
Copies the source legend object.
copy(StringArray) - Method in class com.quinncurtis.chart3djava.StringArray
Copies the source array to the current instance.
copy(StringAxisLabels) - Method in class com.quinncurtis.chart3djava.StringAxisLabels
Copies the source StringAxisLabels object.
copy(StringLabel) - Method in class com.quinncurtis.chart3djava.StringLabel
Copies the source StringLabel object.
copy(TickMark) - Method in class com.quinncurtis.chart3djava.TickMark
Copies the source tick mark object.
copy(TimeArray) - Method in class com.quinncurtis.chart3djava.TimeArray
Copies the source array to the current instance.
copy(TimeAutoScale) - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Copies the source TimeAutoScale object.
copy(TimeAxis) - Method in class com.quinncurtis.chart3djava.TimeAxis
Copies the source axis.
copy(TimeAxisLabels) - Method in class com.quinncurtis.chart3djava.TimeAxisLabels
Copies the source TimeAxisLabels labels object.
copy(TimeCoordinates) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
Copies the source scale.
copy(Object) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
Copies the source scale.
copy(TimeGroupDataset) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
Copies the source dataset.
copy(TimeGroupDataset3D) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
Copies the source dataset.
copy(TimeLabel) - Method in class com.quinncurtis.chart3djava.TimeLabel
Copies the source TimeLabel object.
copy(TimeScale) - Method in class com.quinncurtis.chart3djava.TimeScale
Copies the source scale.
copy(TimeSimpleDataset) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
Copies the source dataset.
copy(SimpleDataset3D) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
Copies the source dataset.
copy(Transform3D) - Method in class com.quinncurtis.chart3djava.Transform3D
Copies the source object.
copy(UserCoordinates) - Method in class com.quinncurtis.chart3djava.UserCoordinates
Copies the source UserCoordinates object.
copy(Wall3D) - Method in class com.quinncurtis.chart3djava.Wall3D
Copies the source chart background.
copy(WorkingCoordinates) - Method in class com.quinncurtis.chart3djava.WorkingCoordinates
Copies the source scale.
copy(WorldCoordinates) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
Copies the source WorldCoordinates object.
copyArray(BoolArray, int, BoolArray, int, int) - Static method in class com.quinncurtis.chart3djava.BoolArray
Static routine copies all or part of one array to another.
copyArray(DoubleArray, int, DoubleArray, int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray
Static routine copies all or part of one array to another.
copyArray(DoubleArray2D, int, int, DoubleArray, int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray2D
Static routine copies a row of a DoubleArray2D to a DoubleArray.
copyArray(DoubleArray, int, DoubleArray2D, int, int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray2D
Static routine copies a row of a DoubleArray2D to a DoubleArray.
copyArray(DoubleArray2D, int, int, DoubleArray2D, int, int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray2D
Static routine copies a row of a DoubleArray2D to a row of another DoubleArray2D.
copyArray(IntArray, int, IntArray, int, int) - Static method in class com.quinncurtis.chart3djava.IntArray
Static routine copies all or part of one array to another.
copyArray(StringArray, int, StringArray, int, int) - Static method in class com.quinncurtis.chart3djava.StringArray
Static routine copies all or part of one array to another.
CORAL - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
CORNFLOWERBLUE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
CORNSILK - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
count() - Method in class com.quinncurtis.chart3djava.ObjectPolygonList
Returns the count of the polygonArray.
count() - Method in class com.quinncurtis.chart3djava.Point3DArray
This accessor returns the value of the length field which is number of data points in a simple dataset, or the number of x-values in a group dataset.
count() - Method in class com.quinncurtis.chart3djava.Polygon3D
Get the number of vertices.
count() - Method in class com.quinncurtis.chart3djava.PolygonList
Returns the count of the polygonArray.
createLineFillArrays(double[], double[], double[], double[], boolean[], int, int) - Method in class com.quinncurtis.chart3djava.ChartPlot
This method creates a closed polygon that can be filled.
createLineFillArrays(double[], double[], double[], double[], double[], double[], boolean[], int, int) - Method in class com.quinncurtis.chart3djava.ChartPlot
This method creates a closed polygon that can be filled.
createPolysurfaceEvenGrid(int, int, double, double, double, double, double[], int) - Method in class com.quinncurtis.chart3djava.Polysurface
Evaluate the polysurface function across the x and y range using an evenly spaced grid.
createPolysurfaceFunction(int, int, double, double, double, double, SurfaceFunction) - Method in class com.quinncurtis.chart3djava.Polysurface
Evaluate the polysurface function across the x and y range using an evenly spaced grid.
createRGAdjacentPolygonList() - Method in class com.quinncurtis.chart3djava.Polysurface
Allocate the adjacent polygon list.
CRIMSON - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
CROSS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Cross scatter plot symbol
CROSSOVER_DAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Check for day crossover labels for time axis
CROSSOVER_MONTH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Check for month crossover labels for time axis
CROSSOVER_NONE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
No crossover labels for time axis
CROSSOVER_WEEK - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Check for week crossover labels for time axis
CROSSOVER_YEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Check for year crossover labels for time axis
CSV - Class in com.quinncurtis.chart3djava
The DChartCSV class provides utility routines and constants used to read/write CSV (comma separated value) files.
CSV() - Constructor for class com.quinncurtis.chart3djava.CSV
The default DChartCSV constructor.
CSV(int) - Constructor for class com.quinncurtis.chart3djava.CSV
This CSV constructor specifies the orientation of the data values in the source or target data file.
CUBE3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
3D Cube scatter plot symbol
cullRearFacingPolygon(Polygon3D) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Remove rear facing polygons of a solid that cannot be seen anyway.
cullRearFacingPolygons() - Method in class com.quinncurtis.chart3djava.PolygonList
Cull the rear facing polygons.
CURRENCYBUSINESSFORMAT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Similar to the business format, except that a $ is appended to the front.
CURRENCYFORMAT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Similar to the decimal format except a $ is appended to the front.
CUSTOM_POSITION - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text at custom position.
CUSTOMAXIS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Custom axis chart object type (CustomAxis)
CustomDataToolTip - Class in com.quinncurtis.chart3djava
This class is used to define custom data tooltips.
CustomDataToolTip() - Constructor for class com.quinncurtis.chart3djava.CustomDataToolTip
Default constructor
CustomDataToolTip(ChartView) - Constructor for class com.quinncurtis.chart3djava.CustomDataToolTip
This constructor creates a new CustomDataToolTip object using the specified component.
CUSTOMSYMBOL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Custom scatter plot symbol
CYLINDER3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
3D Cylinder scatter plot symbol

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