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

N

NAVAJOWHITE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
NAVY - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
nDCopy(BoolArray) - Method in class com.quinncurtis.chart2djava.BoolArray
Non-Destructive copy does not reallocate buffers, limits copy to the number of elements in the smaller of two arrays, the source or the current instance.
nDCopy(DoubleArray) - Method in class com.quinncurtis.chart2djava.DoubleArray
Non-Destructive copy does not reallocate buffers, limits copy to the number of elements in the smaller of two arrays, the source or the current instance.
nDCopy(IntArray) - Method in class com.quinncurtis.chart2djava.IntArray
Non-Destructive copy does not reallocate buffers, limits copy to the number of elements in the smaller of two arrays, the source or the current instance.
nDCopy(StringArray) - Method in class com.quinncurtis.chart2djava.StringArray
Non-Destructive copy does not reallocate buffers, limits copy to the number of elements in the smaller of two arrays, the source or the current instance.
nearestGroupIndex - Variable in class com.quinncurtis.chart2djava.NearestPointData
The group number of the nearestPoint in the test dataset (group datasets only).
nearestPoint - Variable in class com.quinncurtis.chart2djava.NearestPointData
The data point nearest the test point, in physical coordinates.
NearestPointData - Class in com.quinncurtis.chart2djava
The NearestPointData class is used to organize the data returned by the routines that search a graph for data values nearest the supplied test point.
NearestPointData() - Constructor for class com.quinncurtis.chart2djava.NearestPointData
The default constructor for the NearestPointData class
nearestPointIndex - Variable in class com.quinncurtis.chart2djava.NearestPointData
The index of the nearestPoint in the test dataset (group and simple datasets).
nearestPointMinDistance - Variable in class com.quinncurtis.chart2djava.NearestPointData
The distance between the test point and the nearest data point, units depend on the nearness test algorithm.
nearestPointValid - Variable in class com.quinncurtis.chart2djava.NearestPointData
Set to true if a nearest data point is found.
nearTest(double, double, double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns true if the difference between two numbers is less than the specified threshold value.
NEITHER_AXIS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies neither x- or y-axes or coordinates
newCalendar(GregorianCalendar) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method allocates a new GregorianCalendar date and copies the source date into it.
newCalendar(long) - Static method in class com.quinncurtis.chart2djava.ChartCalendar
This method allocates a new GregorianCalendar date and copies the source date into it.
NO_ASPECT_RATIO_CORRECTION - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A shape drawing constant, no aspect ratio correction for drawing circles.
NO_AUTOSCALE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Auto-scale round mode set is none, for internal use only, no rounding may occur, may not work under all conditions
NO_CLIPPING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Graph object is not clipped
NO_DATALOG_FILE_PREFIX - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Datalog flag specifying that the file prefix row ist NOT to be included.
NO_DATECROSSOVER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Do not display date crossover labels for time axis
NO_FASTCLIP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Normal, complete, clipping of entire dataset against x and y plot area coordinate system.
NO_RESIZE_OBJECTS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Do not resize graph objects when the chart window is resized
NO_SELECTION - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
 
NO_STEP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Interpolate directly from one point to the next, drawing a line from (x1, y1) to (x2, y2)
NOOBJECT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies that the current plot type is invalid.
NORM_GRAPH_POS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position defined using graph normalized coordinates
NORM_PLOT_POS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position defined using plot normalized coordinates
NORM_PROBABILITY_SCALE_OBJ - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A normal probability scale object (NormalProbabilityScale)
normalizeHW() - Method in class com.quinncurtis.chart2djava.ChartRectangle2D
Normalizes the position and size of the Rectangle2D object.
normalizePoint(ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the coordinates of a point from physical coordinates to normalized coordinates.
normalizePoint(ChartPoint2D, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the coordinates of a point from physical coordinates to normalized coordinates.
normalizePolysurfacePoint(int, ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart2djava.Polysurface
 
normalizeRect(double, double, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method returns the normalized width and height of a rectangle, using the specified graph area physical coordinate system range.
normCDF(double) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
Translated from FORTRAN at http://www.itl.nist.gov/div898/software/datapac/NORCDF.f THIS SUBROUTINE COMPUTES THE CUMULATIVE DISTRIBUTION FUNCTION VALUE FOR THE NORMAL (GAUSSIAN) DISTRIBUTION WITH MEAN = 0 AND STANDARD DEVIATION = 1.
normP(double) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
source for normal probability functions http://www1.fpl.fs.fed.us/distributions.html \ This method calculates the normal cumulative distribution function.
NOSYMBOL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
No scatter plot symbol
NOT_MOVEABLE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Object is not movable
NOT_SPECIALCONTROL_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Not a special control type.
NotesLabel - Class in com.quinncurtis.spcchartjava
The NotesLabel class is used to manage the long and short versions of the notes strings used in the table display.
NotesLabel() - Constructor for class com.quinncurtis.spcchartjava.NotesLabel
The default NotesLabel constructor.
NotesLabel(PhysicalCoordinates) - Constructor for class com.quinncurtis.spcchartjava.NotesLabel
This constructor creates a new NotesLabel object using the specified scale.
NotesLabel(PhysicalCoordinates, Font, String, String, double, double, int, int, int, double) - Constructor for class com.quinncurtis.spcchartjava.NotesLabel
This method initializes an NotesLabel using the specified scale, font, string, position, justification and rotation.
NotesLabel(PhysicalCoordinates, Font, String, String, double, double, int) - Constructor for class com.quinncurtis.spcchartjava.NotesLabel
This method initializes an NotesLabel using the specified scale, font, string position and position type.
NotesLabel(Font, String, String) - Constructor for class com.quinncurtis.spcchartjava.NotesLabel
This method initializes an NotesLabel using the specified font and string.
NotesToolTip - Class in com.quinncurtis.spcchartjava
The NotesToolTip class extends the ChartMouseListener class, providing additional methods that display a pop-up notes window.
NotesToolTip() - Constructor for class com.quinncurtis.spcchartjava.NotesToolTip
The default NotesToolTip constructor.
NotesToolTip(ChartView) - Constructor for class com.quinncurtis.spcchartjava.NotesToolTip
This constructor creates a new NotesToolTip object using the specified component.
NotesToolTip(ChartView, int) - Constructor for class com.quinncurtis.spcchartjava.NotesToolTip
This constructor creates a new NotesToolTip object using the specified component.
NOVEMBER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the MONTH field indicating the eleventh month of the year.
NUMBER_DEFECTIVE_PARTS_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Number Defective Parts (np-chart) Control Chart
NUMBER_DEFECTS_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Number Defects (c-chart) Control Chart
NUMBER_DEFECTS_PERUNIT_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Number Defects per Unit (u-chart) Control Chart
NUMBER_DEFECTS_PERUNIT_CHART_VSS - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Number Defects per Unit (u-chart) Control Chart variable sample size
numberDefectivePartsCalculateLCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Number Defective Parts chart.
numberDefectivePartsCalculateLCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Number Defective Parts chart.
numberDefectivePartsCalculateUCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Number Defective Parts chart.
numberDefectivePartsCalculateUCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Number Defective Parts chart.
numberDefectsCalculateLCL(double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Number Defects chart.
numberDefectsCalculateLCL(double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Number Defects chart.
numberDefectsCalculateUCL(double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Number Defects chart.
numberDefectsCalculateUCL(double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Number Defects chart.
numberDefectsPerUnitCalculateLCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Number Defects per Unit chart.
numberDefectsPerUnitCalculateLCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Number Defects per Unit chart.
numberDefectsPerUnitCalculateUCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Number Defects per Unit chart.
numberDefectsPerUnitCalculateUCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Number Defects per Unit chart.
numColumns() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns the number of columns in the array.
NUMERIC_COORDINATE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies a scale that uses numeric values
NUMERIC_ROW_SPACING - Static variable in class com.quinncurtis.spcchartjava.SPCGeneralizedTableDisplay
Constant specifies that the next row to the table should user numeric row spacing.
NUMERICAXISLABELS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Numeric axis labels for use with linear and logarithmic axes (NumericAxisLabels)
NumericAxisLabels - Class in com.quinncurtis.chart2djava
The NumericAxisLabels class manages and displays the axis labels for linear and log axes.
NumericAxisLabels() - Constructor for class com.quinncurtis.chart2djava.NumericAxisLabels
The default NumericAxisLabels constructor.
NumericAxisLabels(Axis) - Constructor for class com.quinncurtis.chart2djava.NumericAxisLabels
This constructor creates a new NumericAxisLabels object based on the specified axis.
NUMERICLABEL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart numeric label object (NumericLabel)
NumericLabel - Class in com.quinncurtis.chart2djava
The NumericLabel class is used to format floating point numbers as strings and position in a chart.
NumericLabel() - Constructor for class com.quinncurtis.chart2djava.NumericLabel
The default NumericLabel constructor.
NumericLabel(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.NumericLabel
This constructor creates a new NumericLabel object using the specified scale.
NumericLabel(PhysicalCoordinates, Font, double, double, double, int, int, int, int, int, double) - Constructor for class com.quinncurtis.chart2djava.NumericLabel
This method initializes an NumericLabel using the specified scale, font, initial value, position, position type, format, decimal precision, justification and rotation.
NumericLabel(PhysicalCoordinates, Font, double, double, double, int, int, int) - Constructor for class com.quinncurtis.chart2djava.NumericLabel
This method initializes an Text using the specified scale, font, initial value, position, position type, format and decimal precision.
NumericLabel(Font, int, int) - Constructor for class com.quinncurtis.chart2djava.NumericLabel
This method initializes an ChartText using the specified font, numeric format and decimal precision.
NumericLabel(int, int) - Constructor for class com.quinncurtis.chart2djava.NumericLabel
This method initializes an ChartText using the specified numeric format and decimal precision.
numRows() - Method in class com.quinncurtis.chart2djava.DoubleArray2D
Returns the number of rows in the array.
numToString(double, int, int, String) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method converts a numeric value to a string using the specified string format.

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