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

F

FASTCLIP_X - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Data is assumed monotonic (always increasing) in x.
FASTCLIP_Y - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Data is assumed monotonic (always increasing) in y.
FEBRUARY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the MONTH field indicating the second month of the year.
FindNearestGroup(int, double) - Method in class com.quinncurtis.chart2djava.GroupDataset
This method finds the nearest group data value nearest a test value.
findObj(ChartPoint2D, String) - Method in class com.quinncurtis.chart2djava.ChartView
This method finds the chart object intersecting the test point.
findObj(ChartPoint2D, String, int) - Method in class com.quinncurtis.chart2djava.ChartView
This method finds the chart object intersecting the test point.
findObj(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.DataToolTip
This method finds the plot object nearest the test point.
FindObj - Class in com.quinncurtis.chart2djava
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.chart2djava.FindObj
This constructor creates a new FindObj object using the specified component.
FindObj(ChartView, String) - Constructor for class com.quinncurtis.chart2djava.FindObj
This constructor creates a new FindObj object using the specified component.
FindObj(ChartView) - Constructor for class com.quinncurtis.chart2djava.FindObj
This constructor creates a new FindObj object using the specified component.
findObj(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.MoveData
This method finds the moveable plot object nearest the test point.
findObj(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.MoveObj
This method finds the moveable chart object nearest the test point.
findRelatedAxisLabels(int, Vector<GraphObj>) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the index of the AxisLabels object embedded in the specified Axis object.
findRelatedAxisTitleAxis(int, Vector<GraphObj>) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the index of the Axis object embedded in the specified AxisTitle object.
findRelatedGridAxes(int, Vector<GraphObj>, Dimension) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the indices of the Axis objects embedded in the specified Grid object.
findRelatedPolarAxesLabels(int, Vector<GraphObj>) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns the index of the PolarAxesLabels object embedded in the specified PolarAxes object.
FIREBRICK - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
fixCommonRangeError(ChartRectangle2D, double, double) - Static method in class com.quinncurtis.chart2djava.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.chart2djava.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.chart2djava.ChartConstants
A shape drawing constant, use the height of the defining box to draw a circle with a 1:1 aspect ratio.
FLOATINGBAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Floating bar plot type (FloatingBarPlot)
FloatingBarPlot - Class in com.quinncurtis.chart2djava
The FloatingBarPlot class extends the GroupPlot class and displays floating bars.
FloatingBarPlot() - Constructor for class com.quinncurtis.chart2djava.FloatingBarPlot
The default FloatingBarPlot constructor.
FloatingBarPlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.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.chart2djava.FloatingBarPlot
This constructor creates a new FloatingBarPlot object that will reside in the specified coordinate system.
floatToDoubleArray(float[]) - Static method in class com.quinncurtis.chart2djava.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.chart2djava.ChartColors
 
FNP_DIST - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Calculate the nearest point based on the shortest distance using the physical coordinate system
FNP_NORMDIST - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Calculate the nearest point based on the shortest distance using the physical coordinate system.
FNP_NORMX - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Calculate the nearest point based on the x-coordinate plot normalized coordinate system
FNP_NORMY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Calculate the nearest point based on the y-coordinate plot normalized coordinate system
FNP_X - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Calculate the nearest point based on the x-coordinate physical coordinate system
FNP_Y - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Calculate the nearest point based on the y-coordinate physical coordinate system
FORESTGREEN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
FormatAxisLabel(NumericLabel, TickMark) - Method in class com.quinncurtis.chart2djava.NumericAxisLabels
This method formats the text object used to display a numeric label at specific tick mark.
FRACTION_DEFECTIVE_PARTS_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Fraction Defective Parts (p-chart) Control Chart
FRACTION_DEFECTIVE_PARTS_CHART_VSS - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Fraction Defective Parts (p-chart) Control Chart variable sample size
fractionDefectivePartsCalculateLCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Fraction Defective Parts chart.
fractionDefectivePartsCalculateLCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Fraction Defective Parts chart.
fractionDefectivePartsCalculateUCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Fraction Defective Parts chart.
fractionDefectivePartsCalculateUCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Fraction Defective Parts chart.
freeAdjacentPolygonList() - Method in class com.quinncurtis.chart2djava.Polysurface
 
freeSegmentColors() - Method in class com.quinncurtis.chart2djava.ChartPlot
This method frees the memory associated with the segmentAttributesVector vector and turns the segment color mode off.
FrequencyHistogramChart - Class in com.quinncurtis.spcchartjava
Frequency Histogram chart template.
FrequencyHistogramChart() - Constructor for class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Default constructor for the class.
FrequencyHistogramChart(double[], double[]) - Constructor for class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Constructor that initializes the histogram frequency bin limits, and the data values to be analyzed for the histogram.
FRIDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Friday.
fromArgb(int, int, int, int) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns a color with the specified component values.
fromURI(String) - Static method in class com.quinncurtis.chart2djava.Locator
Constructs a file path from a file: URI.
FRONT_FACE_SELECTION - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
FUCHSIA - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
FULL_PLOTAREA_CLIPPING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
UNUSED - clipping mode for full plot area clipping
FULL_POLYSURFACE_SELECTION - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 

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