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

F

FASTCLIP_X - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Data is assumed monotonic (always increasing) in x.
FASTCLIP_Y - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Data is assumed monotonic (always increasing) in y.
FEBRUARY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Value of the MONTH field indicating the second month of the year.
fileExists(String) - Static method in class com.quinncurtis.chart3djava.ChartSupport
Returns true if the specified file exists.
fillPath(Graphics2D, GeneralPath) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method renders a closed polygon, contained in the specified path, using the specified pen.
findNearestGroup(int, double) - Method in class com.quinncurtis.chart3djava.GroupDataset
This method finds the nearest group data value nearest a test value.
findObj(ChartPoint3D, String) - Method in class com.quinncurtis.chart3djava.ChartView
This method finds the chart object intersecting the test point.
findObj(ChartPoint3D, String, int) - Method in class com.quinncurtis.chart3djava.ChartView
This method finds the chart object intersecting the test point.
findObj(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.DataToolTip
This method finds the plot object nearest the test point.
FindObj - Class in com.quinncurtis.chart3djava
This class extends the MouseListener class, providing additional methods that can be selectively used to determine what graphical object is nearest the mouse cursor.
FindObj() - Constructor for class com.quinncurtis.chart3djava.FindObj
This constructor creates a new FindObj object using the specified component.
FindObj(ChartView, String) - Constructor for class com.quinncurtis.chart3djava.FindObj
This constructor creates a new FindObj object using the specified component.
FindObj(ChartView) - Constructor for class com.quinncurtis.chart3djava.FindObj
This constructor creates a new FindObj object using the specified component.
findObj(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.MoveData
This method finds the moveable plot object nearest the test point.
findObj(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.MoveObj
This method finds the moveable chart object nearest the test point.
findObj(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.RotateTransform3D
This method finds the movable chart object nearest the test point.
findObj2(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.MoveData
This method finds the moveable plot object nearest the test point.
findRelatedAxisLabels(int, Vector) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method returns the index of the AxisLabels object embedded in the specified Axis object.
findRelatedAxisTitleAxis(int, Vector) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method returns the index of the Axis object embedded in the specified AxisTitle object.
findRelatedGridAxes(int, Vector, Integer, Integer) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method returns the indices of the Axis objects embedded in the specified Grid object.
FIREBRICK - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
FIRST_IN_SERIES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
First object in plot
fixCommonRangeError(ChartRectangle3D, double, double) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method checks and repairs common errors in specifying range limits for graphs.
FIXED_X_ASPECT_RATIO_CORRECTION - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A shape drawing constant, use the width of the defining box to draw a circle with a 1:1 aspect ratio.
FIXED_Y_ASPECT_RATIO_CORRECTION - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A shape drawing constant, use the height of the defining box to draw a circle with a 1:1 aspect ratio.
fixRectangle() - Method in class com.quinncurtis.chart3djava.ChartRectangle3D
Adjust the rectangle to enforce positive height, width and depth.
flexCone(double, double, double, double, double, double, int, int, ChartAttribute, int, boolean, boolean) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Creates the solid that represents a cone shapped object.
flexCylinder(double, double, double, double, double, double, int, int, ChartAttribute, int, boolean) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Creates the solid that represents a cylinder shapped object.
flexCylinder(double, double, double, double, double, double, int, int, ChartAttribute, int, boolean, boolean, boolean) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Creates the solid that represents a cylinder shapped object.
FLOATING_STACKED_BAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Floating statcked bar plot type (FloatingStackedBar)
FLOATINGBAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Floating bar plot type (FloatingBarPlot)
FloatingBarPlot - Class in com.quinncurtis.chart3djava
 
FloatingBarPlot() - Constructor for class com.quinncurtis.chart3djava.FloatingBarPlot
The default FloatingBarPlot constructor.
FloatingBarPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.FloatingBarPlot
This constructor creates a new FloatingBarPlot object that will reside in the specified coordinate system.
FloatingBarPlot(PhysicalCoordinates, GroupDataset, double, ChartAttribute, int) - Constructor for class com.quinncurtis.chart3djava.FloatingBarPlot
This constructor creates a new FloatingBarPlot object that will reside in the specified coordinate system.
FloatingStackedBar - Class in com.quinncurtis.chart3djava
The FloatingStackedBar class extends the GroupPlot class and displays stock market data in an open-high-low-close format common in financial technical analysis.
FloatingStackedBar() - Constructor for class com.quinncurtis.chart3djava.FloatingStackedBar
The default FloatingStackedBar constructor.
FloatingStackedBar(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.FloatingStackedBar
This constructor creates a new FloatingStackedBar object that will reside in the specified coordinate system.
FloatingStackedBar(PhysicalCoordinates, GroupDataset, double, ChartAttribute[], int) - Constructor for class com.quinncurtis.chart3djava.FloatingStackedBar
This constructor creates a new FloatingStackedBar object that will reside in the specified coordinate system.
floatToDoubleArray(float[]) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method will convert a double array to a float array, for those who have arrays of data in float format.
FLORALWHITE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
FNP_DIST - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Calculate the nearest point based on the shortest distance using the physical coordinate system
FNP_NORMDIST - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Calculate the nearest point based on the shortest distance using the physical coordinate system.
FNP_NORMX - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Calculate the nearest point based on the x-coordinate plot normalized coordinate system
FNP_NORMY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Calculate the nearest point based on the y-coordinate plot normalized coordinate system
FNP_X - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Calculate the nearest point based on the x-coordinate physical coordinate system
FNP_Y - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Calculate the nearest point based on the y-coordinate physical coordinate system
FORESTGREEN - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
FormatAxisLabel(NumericLabel, TickMark) - Method in class com.quinncurtis.chart3djava.NumericAxisLabels
This method formats the text object used to display a numeric label at specific tick mark.
formatAxisLabel(StringLabel, int) - Method in class com.quinncurtis.chart3djava.StringAxisLabels
This method formats the text object used to display a string label at specific tick mark.
freeAdjacentPolygonList() - Method in class com.quinncurtis.chart3djava.Polysurface
Frees the buffers used for storage of adjacent polygons in the Delaunay surface routines.
freeSegmentColors() - Method in class com.quinncurtis.chart3djava.ChartPlot
This method frees the memory associated with the segmentAttributesVector vector and turns the segment color mode off.
FRIDAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Friday.
fromArgb(int, int, int, int) - Static method in class com.quinncurtis.chart3djava.ChartSupport
This method returns a color with the specified component values.
fromURI(String) - Static method in class com.quinncurtis.chart3djava.Locator
Constructs a file path from a file: URI.
FRONT_BORDER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies the right border
FRONT_FACE_SELECTION - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Object selection mode when selecting objects with a mouse: consider only front faces.
FUCHSIA - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
FULL_PLOTAREA_CLIPPING - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
UNUSED - clipping mode for full plot area clipping
FULL_POLYSURFACE_SELECTION - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Object selection mode when selecting objects with a mouse: consider all of the polygons of the plot object.

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