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

A

ABOVE_CENTERED_PLOTAREA - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT Panel Meter position constant: Position top center above plot area.
ABOVE_REFERENCED_TEXT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT meter indicator text position constant: Position meter text above the previous text item.
absRotateCoordinateSystem(ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.WorkingCoordinates
Set the absolute rotational and tranlational state of the coordinate system.
absRotateCoordinateSystem(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.WorkingCoordinates
Set absolute the rotational state of the coordinate system.
ABSTRACT_DATASET - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
An abstract dataset object (ChartDataset)
absTranslateCoordinateSystem(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.WorkingCoordinates
Set the absolute tranlational state of the coordinate system.
accept(File) - Method in class com.quinncurtis.chart3djava.ImageFileChooser.ImageFilter
Accept all directories and all gif, jpg, or tiff files.
actionPerformed(ActionEvent) - Method in class com.quinncurtis.chart3djava.RotateButtonUserControl
The actionPerformed event handler for the button.
actionPerformed(ActionEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
The actionPerformed event method for this object.
ACTUAL_SIZE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Scale image to exact size of original image
actualPoint - Variable in class com.quinncurtis.chart3djava.NearestPointData
The actual location of the cursor, in physical coordinates.
add(boolean) - Method in class com.quinncurtis.chart3djava.BoolArray
Adds a new element at the end of the array, increasing the length of the array by one.
add(double) - Method in class com.quinncurtis.chart3djava.DoubleArray
Adds a new element at the end of the array, increasing the length of the array by one.
add(int) - Method in class com.quinncurtis.chart3djava.IntArray
Adds a new element at the end of the array, increasing the length of the array by one.
add(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Point3DArray
Adds a new element at the end of the array, increasing the length of the array by one.
add(String) - Method in class com.quinncurtis.chart3djava.StringArray
Adds a new element at the end of the array, increasing the length of the array by one.
add(GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeArray
Adds a new element at the end of the array, increasing the length of the array by one.
addAdjacentPolyList(int, int[]) - Method in class com.quinncurtis.chart3djava.Polysurface
Add a polygon to the adjacent polygon list.
addAxisTick(double, int) - Method in class com.quinncurtis.chart3djava.Axis
Creates a new tick mark object (TickMark) and adds it to the end of the tick mark list (axisTicksArrayList ).
addAxisTick(ChartPoint3D, ChartPoint3D, double, int) - Method in class com.quinncurtis.chart3djava.Axis
Creates a new tick mark object (TickMark) and adds it to the end of the tick mark list (axisTicksArrayList ).
addAxisTick(ChartPoint3D, ChartPoint3D, double, int, boolean) - Method in class com.quinncurtis.chart3djava.Axis
Creates a new tick mark object (TickMark) and adds it to the end of the tick mark list (axisTicksArrayList).
addAxisTick(ChartPoint3D, ChartPoint3D, double, GregorianCalendar, int) - Method in class com.quinncurtis.chart3djava.Axis
Adds a tick mark to a time axis.
addChartMouseListener() - Method in class com.quinncurtis.chart3djava.ChartMouseListener
This method installs the MoveData object by adding it to the mouse listener list of the ChartView component.
addChartObject(GraphObj) - Method in class com.quinncurtis.chart3djava.ChartView
This method adds an GraphObj (or any concrete subclass of GraphObj) to the end of the chartObjectsVector list.
addColumn(double[]) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Adds a new column of data to the end of the array, increasing the number of columns by one.
addColumn(DoubleArray) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Adds a new column of data to the end of the array, increasing the number of columns by one.
addColumnRange(double[][]) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Adds multiple new columns of data to the end of the array, increasing the number of columns by by the number of columns in the source data array.
addDataCursorListener() - Method in class com.quinncurtis.chart3djava.DataCursor
This method enables the data cursor object by adding it to the mouse listener list of the ChartView component.
addDataPoint(double, double) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This method adds a new xy point to a dataset, increasing its size by one.
addDataPoint(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.SimpleDataset
This method adds a new xy point to a dataset, increasing its size by one.
addDataPoint(double, double, double) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This method adds a new data point (floating point x-value, GregorianCalendar y-value) at the end of the dataset, increasing its size by one.
addDataToolTipListener() - Method in class com.quinncurtis.chart3djava.DataToolTip
This method installs the DChartDataToolTip object by adding it to the mouse listener list of the ChartView component.
addFindObjListener() - Method in class com.quinncurtis.chart3djava.FindObj
This method enables the find object listener by adding it to the mouse listener list of the ChartView component.
addGroup(double[]) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method adds a new row (or group) of y-values to the existing group dataset, increasing the number of groups in the dataset by 1.
addGroupDataPoints(double, double[]) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method adds a new xy point to a dataset, increasing its size by one.
addGroupDataPoints(GroupPoint3D) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method adds a new xy point to a dataset, increasing its size by one.
addInternalObjects() - Method in class com.quinncurtis.chart3djava.GraphObj
This method is called in the ChartView class and triggers combination objects to create all protected ChartObj objects.
addLegendGeneralText(int, String, Color, Font) - Method in class com.quinncurtis.chart3djava.Legend
Add a header, subhead, or footer to the current legend.
addLegendGeneralText(int, ChartText) - Method in class com.quinncurtis.chart3djava.Legend
Add a header, subhead, or footer to the current legend.
addLegendGeneralText(int) - Method in class com.quinncurtis.chart3djava.Legend
Add a blank header, subhead, or footer to the current legend.
addLegendItem(String, double, ChartAttribute, Font) - Method in class com.quinncurtis.chart3djava.BubblePlotLegend
Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font.
addLegendItem(BubblePlotLegendItem) - Method in class com.quinncurtis.chart3djava.BubblePlotLegend
Add a legend item to the current legend, using another legend item as the source.
addLegendItem(String, double, BubblePlot, Font) - Method in class com.quinncurtis.chart3djava.BubblePlotLegend
Add a legend item to the current legend, specifying the legend item text, symbol, the associated GraphObj object, and font.
addLegendItem(String, int, ChartAttribute, Font) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font.
addLegendItem(String, GeneralPath, ChartAttribute, Font) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font.
addLegendItem(LegendItem) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, using another legend item as the source.
addLegendItem(String, int, GraphObj, Font) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, specifying the legend item text, symbol, the associated GraphObj object, and font.
addLegendItem(String, GraphObj, Font) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, specifying the legend item text, symbol, the associated GraphObj object, and font.
addLegendItem(String, GeneralPath, GraphObj, Font) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font.
addLegendItem(String, int, ChartPlot, int, Font) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, specifying the legend item text, symbol, the associated PlotObj object, the group number of the attributes to copy in the PlotObject, and font.
addLegendItem(String, ChartPlot, int, Font) - Method in class com.quinncurtis.chart3djava.StandardLegend
Add a legend item to the current legend, specifying the legend item text, symbol, the associated PlotObj object, the group number of the attributes to copy in the PlotObject, and font.
addLine(ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Polygon3D
Add a pair of points to the polygon.
addLine(double, double, double, double, double, double) - Method in class com.quinncurtis.chart3djava.Polygon3D
Add a pair of points to the polygon.
addMouseMoveDataListener() - Method in class com.quinncurtis.chart3djava.MoveData
This method installs the MoveData object by adding it to the mouse listener list of the ChartView component.
addMouseMoveListener() - Method in class com.quinncurtis.chart3djava.MoveObj
This method installs the MoveObj object by adding it to the mouse listener list of the ChartView component.
addNewLineTextString(String) - Method in class com.quinncurtis.chart3djava.ChartText
This method adds a new line of text to the current text object.
addPolygon(Polygon3D) - Method in class com.quinncurtis.chart3djava.PolygonList
Add the a polygon to the polygonArray.
addPolygon(PhysicalCoordinates, ChartPoint3D[], ChartAttribute) - Method in class com.quinncurtis.chart3djava.PolygonList
Add a polygon to the PolygonList object.
addPolygon(PhysicalCoordinates, ChartPoint3D, ChartPoint3D, ChartAttribute) - Method in class com.quinncurtis.chart3djava.PolygonList
Add a two point line to the PolygonList object.
addPolygonList(PolygonList) - Method in class com.quinncurtis.chart3djava.PolygonList
Adds an array of polygons from the source Polygon3D object to the current PolygonList object.
addPolygonObject(PolygonList) - Method in class com.quinncurtis.chart3djava.ObjectPolygonList
Add the a PolygonList object to the he polygonObjectArray.
addPolygonObjectList(ObjectPolygonList) - Method in class com.quinncurtis.chart3djava.ObjectPolygonList
Add the objects in the source ObjectPolygonList object to the polygonObjectArray.
addPolygons(Polygon3D[]) - Method in class com.quinncurtis.chart3djava.PolygonList
Adds an array of polygons to the PolygonList object.
addPolysurfacePolygon(int, int[], int, Color, Color) - Method in class com.quinncurtis.chart3djava.Polysurface
Add a polygon to the polysurface.
addRange(boolean[]) - Method in class com.quinncurtis.chart3djava.BoolArray
Adds a array of new values at the end of the array, increasing the length of the array by the length of the source array.
addRange(double[]) - Method in class com.quinncurtis.chart3djava.DoubleArray
Adds a array of new values at the end of the array, increasing the length of the array by the length of the source array.
addRange(int[]) - Method in class com.quinncurtis.chart3djava.IntArray
Adds a array of new values at the end of the array, increasing the length of the array by the length of the source array.
addRange(ChartPoint3D[]) - Method in class com.quinncurtis.chart3djava.Point3DArray
Adds a array of new values at the end of the array, increasing the length of the array by the length of the source array.
addRange(String[]) - Method in class com.quinncurtis.chart3djava.StringArray
Adds a array of new values at the end of the array, increasing the length of the array by the length of the source array.
addRange(GregorianCalendar[]) - Method in class com.quinncurtis.chart3djava.TimeArray
Adds a array of new values at the end of the array, increasing the length of the array by the length of the source array.
addRow(double[]) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Adds a new row of data to the end of the array, increasing the number of rows by one.
addRow(DoubleArray) - Method in class com.quinncurtis.chart3djava.DoubleArray2D
Adds a new row of data to the end of the array, increasing the number of rows by one.
addSolidPointList(ChartPoint3D[]) - Method in class com.quinncurtis.chart3djava.PolygonList
Add an array of points to the PolygonList point list.
addSolidPolygon(PhysicalCoordinates, int[], ChartAttribute) - Method in class com.quinncurtis.chart3djava.PolygonList
Add a polygon, specified using point indices of the already populated pointList.
addSolidPolygon(int[], ChartAttribute) - Method in class com.quinncurtis.chart3djava.PolygonList
Add a polygon, specified using point indices of the already populated pointList.
addTimeDataPoint(GregorianCalendar, double) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
This method adds a new data point (GregorianCalendar x-value, floating point y-value) at the end of the dataset, increasing its size by one.
addTimeDataPoint(double, GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset
This method adds a new data point (floating point x-value, GregorianCalendar y-value) at the end of the dataset, increasing its size by one.
addTimeDataPoint(double, GregorianCalendar, double) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This method adds a new data point (floating point x-value, ChartCalendar y-value) at the end of the dataset, increasing its size by one.
addTimeGroupDataPoints(GregorianCalendar, double[]) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset
This method adds a new xy point to a dataset, increasing its size by one.
addTimeGroupDataPoints(GregorianCalendar, double[], double) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This method adds a new xy point to a dataset, increasing its size by one.
addTransform(PhysicalCoordinates) - Method in class com.quinncurtis.chart3djava.RotateButtonUserControl
Add a coordinate system to the list of coordinate systems under control.
addTransform(PhysicalCoordinates) - Method in class com.quinncurtis.chart3djava.RotateTransform3D
Add a coordinate system to the list of coordinate systems that are rotated.
addTransform(PhysicalCoordinates) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
Add an additional coordinate system to the list of coordinate systems under control.
addVertex(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.Polygon3D
Add a new vertex to the polygon.
addVertex(double, double, double) - Method in class com.quinncurtis.chart3djava.Polygon3D
Add a new vertex to the polygon.
addVertices(ChartPoint3D[], ChartAttribute) - Method in class com.quinncurtis.chart3djava.Polygon3D
Add an array of new vertices to the polygon.
addZoomListener() - Method in class com.quinncurtis.chart3djava.ChartZoom
This method installs the Zoom object by adding it to the mouse listener list of the ChartView component.
adjustDecs(double, int) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method adjusts the number of digits to the right of the decimal used to display axis labels.
adjustForZeroEndpoints(double, double) - Method in class com.quinncurtis.chart3djava.AutoScale
Correct an initial range that has equal minimum and maximum values.
adjustmentValueChanged(AdjustmentEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
The mouseReleased event method for this object.
adjustTimeAxisRange() - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Round the endpoints of a time scale based on the current rounding mode and time super.
adjustTimeAxisRange(int, int) - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Round the endpoints of a time scale based on the rounding mode.
adjustTimeLabelsOrigin(GregorianCalendar, int, int) - Method in class com.quinncurtis.chart3djava.TimeAutoScale
Round the label starting point of a time axis.
adjustTimeScaleEndpoints() - Method in class com.quinncurtis.chart3djava.TimeScale
This method adjust the starting and ending dates of the scale, making sure that the dates do not fall on a weekend if the WEEK_5D mode is set.
ALARM_TRANSITION_DECREASING_FROM_HIGH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT alarm transition constant: Alarm transition decreasing from high.
ALARM_TRANSITION_DECREASING_TO_LOW - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT alarm transition constant: Alarm transition decreasing to low.
ALARM_TRANSITION_INCREASING_FROM_LOW - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT alarm transition constant: Alarm transition increasing from low.
ALARM_TRANSITION_INCREASING_TO_HIGH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT alarm transition constant: Alarm transition increasing to high.
ALARM_TRANSITION_NONE_HIGH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT alarm transition constant: Alarm transition none, high alarm.
ALARM_TRANSITION_NONE_LOW - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT alarm transition constant: Alarm transition none, low alarm.
ALARM_TRANSITION_NONE_NORMAL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A RT alarm transition constant: No change in alarm state.
ALICEBLUE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
allocAdjacentPolygonList() - Method in class com.quinncurtis.chart3djava.Polysurface
Allocates the buffers used for storage of adjacent polygons in the Delaunay surface routines.
ALTBARMODE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Use user-defined texture for background texture
antilog10Ex(double) - Static method in class com.quinncurtis.chart3djava.ChartSupport
Converts a number to its anti log base 10 value.
ANTIQUEWHITE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
APRIL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Value of the MONTH field indicating the fourth month of the year.
AQUA - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
AQUAMARINE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
ARC2D_OBJ - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart shape object (ChartShape)
arrayCopy(boolean[], int, boolean[], int, int) - Static method in class com.quinncurtis.chart3djava.BoolArray
Static routine copies all or part of one array to another.
arrayCopy(double[], int, double[], int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray
Static routine copies all or part of one array to another.
arrayCopy(double[][], int, int, double[][], int, int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray2D
Static routine copies a row of a 2D array to another 2D array.
arrayCopy(double[][], int, int, double[], int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray2D
Static routine copies a row of a 2D array to a 1D array.
arrayCopy(double[], int, double[][], int, int, int) - Static method in class com.quinncurtis.chart3djava.DoubleArray2D
Static routine copies a 1D array to a 2D array.
arrayCopy(int[], int, int[], int, int) - Static method in class com.quinncurtis.chart3djava.IntArray
Copy routine for arrays of int objects.
arrayCopy(ChartPoint3D[], int, ChartPoint3D[], int, int) - Static method in class com.quinncurtis.chart3djava.Point3DArray
Copy routine for arrays of ChartPoint3D objects.
arrayCopy(String[], int, String[], int, int) - Static method in class com.quinncurtis.chart3djava.StringArray
Copy routine for arrays of String objects.
arrayCopy(GregorianCalendar[], int, double[], int, int) - Static method in class com.quinncurtis.chart3djava.TimeArray
Copy routine for arrays of Time objects.
Arrow - Class in com.quinncurtis.chart3djava
The Arrow class creates arrow symbols in the ArrowPlot plot types.
Arrow() - Constructor for class com.quinncurtis.chart3djava.Arrow
The default Arrow constructor.
Arrow(double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.Arrow
This constructor creates a new Arrow object using the specified dimension parameters.
ARROW - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart arrow object (Arrow)
ARROW3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
3D arrow scatter plot symbol
ARROW_PLOT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Arrow plot type (ArrowPlot)
arrowCheckIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.ArrowPlot
Returns true if the test point intersects one of the arrow objects.
ArrowPlot - Class in com.quinncurtis.chart3djava
The ArrowPlot class displays a collection of arrows as defined by the data in a group dataset.
ArrowPlot() - Constructor for class com.quinncurtis.chart3djava.ArrowPlot
The default ArrowPlot constructor.
ArrowPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.ArrowPlot
This constructor creates a new ArrowPlot object that will reside in the specified coordinate system.
ArrowPlot(PhysicalCoordinates, GroupDataset, Arrow, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.ArrowPlot
This constructor creates a new ArrowPlot object that will reside in the specified coordinate system.
AUGUST - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Value of the MONTH field indicating the eighth month of the year.
AUTO_RESIZE_OBJECTS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Resize the objects in the graph when the chart window is resized
AUTOAXES_EXACT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Auto-scale using the exact minimum and maximum values, no rounding
AUTOAXES_FAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Auto-scale round mode set is far, usually rounding to the next major tick mark
AUTOAXES_NEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Auto-scale round mode set is near, usually rounding to the next minor tick mark
AUTOAXES_STACKED - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Assume data is stacked in auto-scale calculations
AUTOAXES_UNSTACKED - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Assume data is not stacked in auto-scale calculations
AUTOCHART - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Auto-Chart Obj
AutoScale - Class in com.quinncurtis.chart3djava
Revisions 12/24/2005 changed calcFinalMin and calcFinalMax
AutoScale() - Constructor for class com.quinncurtis.chart3djava.AutoScale
The default AutoScale constructor.
autoScale(int, int, int) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object, running the auto-axis algorithm on the current minimum and maximum scaling values.
autoScale(int, int) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object, running the auto-axis algorithm on the current minimum and maximum scaling values.
autoScale(ChartDataset, int, int, int) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object based on the range ofx-, y- and z-values in the supplied dataset.
autoScale(ChartDataset, int, int) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object based on the range ofx-, y- and z-values in the supplied dataset.
autoScale(ChartDataset) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object based on the range ofx-, y- and z-values in the supplied dataset.
autoScale(ChartDataset[], int, int, int) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object based on the range ofx-, y- and z-values in an array of datasets.
autoScale(ChartDataset[], int, int) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object based on the range ofx-, y- and z-values in an array of datasets.
autoScale(ChartDataset[]) - Method in class com.quinncurtis.chart3djava.CartesianCoordinates
This method initializes an CartesianCoordinates object based on the range ofx-, y- and z-values in an array of datasets.
AUTOSCALE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Abstract auto scale object (Autoscale)
autoScale(int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This abstract method auto-scales the current physical coordinates system, using the current physical coordinate values as the starting point.
autoScale(int, int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This abstract method auto-scales the current physical coordinates system, using the current physical coordinate values as the starting point.
autoScale(ChartDataset, int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeSimpleDataset object.
autoScale(ChartDataset, int, int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeSimpleDataset object.
autoScale(ChartDataset) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in the supplied TimeSimpleDataset object.
autoScale(ChartDataset[], int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
autoScale(ChartDataset[], int, int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
autoScale(ChartDataset[]) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method initializes an TimeCoordinates object based on the range of x- and y-values in an array of TimeSimpleDataset datasets.
autoScale(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 TimeSimpleDataset object.
autoScale(ChartDataset, 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 TimeSimpleDataset object.
autoScale(ChartDataset) - 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 TimeSimpleDataset object.
autoScale(ChartDataset[]) - 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.
autoScale(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.
autoScale(ChartDataset[], 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.
autoScale(TimeSimpleDataset, 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 TimeSimpleDataset object.
autoScale(TimeSimpleDataset) - 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 TimeSimpleDataset object.
autoScale(TimeSimpleDataset[], 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.
autoScale(TimeSimpleDataset[], 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.
autoScale(TimeSimpleDataset[]) - 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.
autoScale(TimeGroupDataset, 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 TimeGroupDataset object.
autoScale(TimeGroupDataset, 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 TimeGroupDataset object.
autoScale(TimeGroupDataset, 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 TimeGroupDataset object.
autoScale(TimeGroupDataset) - 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 TimeGroupDataset object.
autoScale(TimeGroupDataset[], 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 TimeGroupDataset datasets.
autoScale(TimeGroupDataset[], 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 TimeGroupDataset datasets.
autoScale(TimeGroupDataset[]) - 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 TimeGroupDataset datasets.
autoScale(int, int, int) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method initializes an TimeCoordinates object, running the auto-axis algorithm on the current minimum and maximum scaling values.
autoScale(int, int) - Method in class com.quinncurtis.chart3djava.TimeCoordinates
This method initializes an TimeCoordinates object, running the auto-axis algorithm on the current minimum and maximum scaling values.
Axis - Class in com.quinncurtis.chart3djava
The Axis class is the abstract base class for all axes in the QCChart2D class library.
Axis() - Constructor for class com.quinncurtis.chart3djava.Axis
The default Axis constructor.
Axis(PhysicalCoordinates, int) - Constructor for class com.quinncurtis.chart3djava.Axis
This constructor creates a new Axis object of the specified type and scales it to match the minimum and maximum values of the specified PhysicalCoordinates object.
Axis(PhysicalCoordinates, int, double, double) - Constructor for class com.quinncurtis.chart3djava.Axis
This constructor creates a new Axis object of a specified type, and scales it to match the specified minimum and maximum values.
AXIS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Axis chart object type (Axis)
AXIS_CENTER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Center justify
AXIS_MAX - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Draw in the direction of increasing coordinate values
AXIS_MIN - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Draw in the direction of decreasing coordinate values
AxisLabels - Class in com.quinncurtis.chart3djava
The AxisLabels class is the base class for all axes label classes in the QCChart2D class library.
AxisLabels() - Constructor for class com.quinncurtis.chart3djava.AxisLabels
The default AxisLabels constructor.
AxisLabels(Axis) - Constructor for class com.quinncurtis.chart3djava.AxisLabels
This constructor creates a new AxisLabels object based on the specified axis.
AXISLABELS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Abstract axis labels object (AxisLabels)
AxisTitle - Class in com.quinncurtis.chart3djava
The AxisTitle class manages and displays an axis title.
AxisTitle() - Constructor for class com.quinncurtis.chart3djava.AxisTitle
The default AxisTitle constructor.
AxisTitle(Axis, Font, String) - Constructor for class com.quinncurtis.chart3djava.AxisTitle
This constructor creates a new AxisTitle object using the specified axis, font and title string.
AXISTITLE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A chart graph axis title object (AxisTitle)
AZURE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color

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