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

P

pageDialog() - Method in class com.quinncurtis.chart2djava.ChartPrint
This method displays the printer page dialog box and sets the print characteristics of the print job.
paintBorder(Graphics) - Method in class com.quinncurtis.chart2djava.ChartView
This method renders the borders added to the ChartView.
paintComponent(Graphics) - Method in class com.quinncurtis.chart2djava.ChartView
The paint method renders the current graph in the ChartView window.
paintComponents(Graphics) - Method in class com.quinncurtis.chart2djava.ChartView
This method renders the components added to the ChartView.
PALEGOLDENROD - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
PALEGREEN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
PALETURQUOISE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
PALEVIOLETRED - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
PAPAYAWHIP - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
ParetoChart - Class in com.quinncurtis.spcchartjava
Pareto Chart chart template.
ParetoChart() - Constructor for class com.quinncurtis.spcchartjava.ParetoChart
Default constructor for the class.
ParetoChart(double[], String[]) - Constructor for class com.quinncurtis.spcchartjava.ParetoChart
Constructor initializes the category values, and the category strings for the Pareto chart.
PEACHPUFF - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
PERCENT_DEFECTIVE_PARTS_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Percent Defective Parts (p-chart) Control Chart
PERCENT_DEFECTIVE_PARTS_CHART_VSS - Static variable in class com.quinncurtis.spcchartjava.SPCControlChartData
Chart type constant: Percentage Defective Parts (p-chart) Control Chart variable sample size
PERCENT_NOPERCENTSIGN_FORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The number is multiplied by 100 and displayed without a trailing % symbol
percentDefectivePartsCalculateLCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Percent Defective Parts chart.
percentDefectivePartsCalculateLCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the lower control limit for the Percent Defective Parts chart.
percentDefectivePartsCalculateUCL(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Percent Defective Parts chart.
percentDefectivePartsCalculateUCL(int, double, double) - Static method in class com.quinncurtis.spcchartjava.SPCControlParameters
Calculate and return the upper control limit for the Percent Defective Parts chart.
PERCENTFORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
The number is multiplied by 100 and displayed with a trailing % symbol
PHYS_POS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position defined using physical coordinates
physAddX(double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method adds an increment to the x-coordinate value in physical coordinates.
physAddY(double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method adds an increment to the y-coordinate value in physical coordinates.
PHYSICAL_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A PhysicalCoordinates object
PhysicalCoordinates - Class in com.quinncurtis.chart2djava
The PhysicalCoordinates class is the abstract base class for all physical coordinate systems used to plot objects in a graph.
PhysicalCoordinates() - Constructor for class com.quinncurtis.chart2djava.PhysicalCoordinates
The default PhysicalCoordinates constructor.
PhysicalCoordinates(ChartScale, ChartScale) - Constructor for class com.quinncurtis.chart2djava.PhysicalCoordinates
This constructor creates a new PhysicalCoordinates object, specifying the ChartScale objects used to transform x- and y-values to/from physical to working coordinates.
physToUser(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts a point from physical coordinates to window device coordinates.
physToUser(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts a point from physical coordinates to window device coordinates.
physToUserX(double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts an x-coordinate value from physical coordinates to a window device coordinates.
physToUserY(double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts an y-coordinate value from physical coordinates to window device coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart2djava.ChartScale
An abstract methods that has the function of converting an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart2djava.LinearScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart2djava.LogScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts a point from physical coordinates to working coordinates.
physToWorkingScale(int, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart2djava.TimeScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(long) - Method in class com.quinncurtis.chart2djava.TimeScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(GregorianCalendar) - Method in class com.quinncurtis.chart2djava.TimeScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.spcchartjava.ProbabilityScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
PICTUREBOX_TYPE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Java PictureBox type.
PIECHART - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pie chart plot type (PieChart)
PieChart - Class in com.quinncurtis.chart2djava
The PieChart class extends the Plot class and displays pie charts.
PieChart() - Constructor for class com.quinncurtis.chart2djava.PieChart
The default PieChart constructor.
PieChart(PhysicalCoordinates, SimpleDataset, String[], ChartAttribute[], int, int) - Constructor for class com.quinncurtis.chart2djava.PieChart
This constructor creates a new PieChart object and scales it to match the specified minimum and maximum values.
PIELABEL_INSLICE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pie labels inside pie slice
PIELABEL_NONE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
No pie label text
PIELABEL_NUMVALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Numeric value only pie label
PIELABEL_OUTSLICE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pie labels outside pie slice
PIELABEL_STRING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
String only pie label
PIELABEL_STRINGNUMVAL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
String and numeric value pie label
pLineAbs(GeneralPath, double, double, double, double) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method adds a line segment with endpoints (x1,y1)-(x2,y2) to the specified path.
pLineRel(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method implements a relative lineto operation by adding the x and y values to the current drawing position, and drawing a line from the old position to the new position.
pLineToAbs(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method implements a lineto operation by drawing a line from the current location to the specified x- and y-coordinates of the specified path.
PLOT_AREA_CLIPPING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Graph object is clipped to the plot area
PLOT_BACKGROUND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Background for the plotting area of the chart
PLOTAREA_CENTER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position bar data value center on the plot area
PLUS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Plus scatter plot symbol
pMoveRel(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method implements a relative move operation by adding the x and y values to the current drawing position of the specified path.
pMoveToAbs(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This methods sets current drawing position of the specified path to the specified x- and y-coordinates.
poissonCumDistribution(int, double) - Static method in class com.quinncurtis.spcchartjava.SPCArrayStatistics
Translated from FORTRAN at http://www.itl.nist.gov/div898/software/datapac/POICDF.f THIS SUBROUTINE COMPUTES THE CUMULATIVE DISTRIBUTION FUNCTION VALUE AT THE VALUE X FOR THE POISSON DISTRIBUTION WITH TAIL LENGTH PARAMETER = ALAMBA.
POLAR_AXIS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies a set of polar axes, or a polar coordinate value
POLAR_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A PolarCoordinates object
POLAR_POS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Position defined using polar coordinates
POLARAXES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Polar axes chart object type (PolarAxes)
PolarAxes - Class in com.quinncurtis.chart2djava
The PolarAxes class implements a polar axis that has evenly spaced major and minor tick marks.
PolarAxes() - Constructor for class com.quinncurtis.chart2djava.PolarAxes
The default PolarAxes constructor.
PolarAxes(PolarCoordinates) - Constructor for class com.quinncurtis.chart2djava.PolarAxes
This constructor creates a new PolarAxes object and scales it to match the values of the specified PolarCoordinates object.
POLARAXESLABELS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Polar axis labels (PolarAxesLabels)
PolarAxesLabels - Class in com.quinncurtis.chart2djava
The PolarAxesLabels class labels the tick marks of the x-axis, y-axis, and radial axis of the associated PolarAxes object.
PolarAxesLabels() - Constructor for class com.quinncurtis.chart2djava.PolarAxesLabels
The default PolarAxesLabels constructor.
PolarAxesLabels(PolarAxes) - Constructor for class com.quinncurtis.chart2djava.PolarAxesLabels
This constructor creates a new PolarAxesLabels object based on the specified PolarAxes object.
PolarCoordinates - Class in com.quinncurtis.chart2djava
The CartesianCoordinates class extends the CartesianCoordinates class to support polar scales.
PolarCoordinates() - Constructor for class com.quinncurtis.chart2djava.PolarCoordinates
The default PolarCoordinates constructor.
PolarCoordinates(double) - Constructor for class com.quinncurtis.chart2djava.PolarCoordinates
This constructor creates a new PolarCoordinates scaled for the radius R.
POLARGRID - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Grid object for polar axes (PolarGrid)
PolarGrid - Class in com.quinncurtis.chart2djava
The PolarGrid class manages and displays the grid lines for PolarAxes axes.
PolarGrid() - Constructor for class com.quinncurtis.chart2djava.PolarGrid
The default PolarGrid constructor.
PolarGrid(PolarAxes, int) - Constructor for class com.quinncurtis.chart2djava.PolarGrid
This constructor creates a new PolarGrid object based on the specified polar axis object.
PolarGrid(PolarAxes, int, int) - Constructor for class com.quinncurtis.chart2djava.PolarGrid
This constructor creates a new PolarGrid object based on the specified polar axis object.
polarLineAbs(GeneralPath, double, double, double, double, boolean) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts the specified starting and ending polar coordinates to device coordinates, and adds a corresponding line segment to the specified path.
polarLineAbs(GeneralPath, ChartPoint2D, ChartPoint2D, boolean) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts the specified starting and ending polar coordinates to device coordinates, and adds a corresponding line segment to the specified path.
POLARLINEPLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Polar line plot type (PolarLinePlot)
PolarLinePlot - Class in com.quinncurtis.chart2djava
The PolarLinePlot class extends the PolarPlot class and displays polar plot data in a simple line plot format.
PolarLinePlot() - Constructor for class com.quinncurtis.chart2djava.PolarLinePlot
The default PolarLinePlot constructor.
PolarLinePlot(PolarCoordinates) - Constructor for class com.quinncurtis.chart2djava.PolarLinePlot
This constructor creates a new PolarLinePlot object that will reside in the specified coordinate system.
PolarLinePlot(PolarCoordinates, SimpleDataset, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.PolarLinePlot
This constructor creates a new PolarLinePlot object that will reside in the specified coordinate system.
polarLineToAbs(GeneralPath, double, double, boolean) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts the specified polar coordinates to device coordinates, and adds a corresponding lineto segment to the specified path.
polarMoveToAbs(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts the specified polar coordinates to device coordinates, and adds a corresponding move segment to the specified path.
PolarPlot - Class in com.quinncurtis.chart2djava
The PolarPlot is the abstract base class of the plot types that use polar data.
PolarPlot() - Constructor for class com.quinncurtis.chart2djava.PolarPlot
The default PolarPlot constructor.
POLARSCATTERPLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Polar scatter plot type (PolarScatterPlot)
PolarScatterPlot - Class in com.quinncurtis.chart2djava
The PolarScatterPlot class extends the PolarPlot class and displays polar plot data in a simple scatter plot format.
PolarScatterPlot() - Constructor for class com.quinncurtis.chart2djava.PolarScatterPlot
The default PolarScatterPlot constructor.
PolarScatterPlot(PolarCoordinates) - Constructor for class com.quinncurtis.chart2djava.PolarScatterPlot
This constructor creates a new PolarScatterPlot object that will reside in the specified coordinate system.
PolarScatterPlot(PolarCoordinates, SimpleDataset, int, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.PolarScatterPlot
This constructor creates a new PolarScatterPlot object that will reside in the specified coordinate system.
polarToCartesian(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PolarCoordinates
This method converts the coordinates of a point from polar coordinates to underlying 2D Cartesian coordinate system.
Polysurface - Class in com.quinncurtis.chart2djava
The Polysurface class implements a 3D polysurface for use by the contour plotting routines.
Polysurface() - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(double[], double[], double[], int, int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(double[], double[], double[], int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(ChartPoint3D[], int, int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(ChartPoint3D[], int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(int, int, int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(ChartPoint3D[], int, int, int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(int, int, double, double, double, double, SurfaceFunction) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(int, int, double, double, double, double, double[], int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(Polysurface) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface(Polysurface, int) - Constructor for class com.quinncurtis.chart2djava.Polysurface
 
Polysurface.pointListType - Class in com.quinncurtis.chart2djava
All of the 3D points that are used to define the polygons of the polysurface
Polysurface.pointListType() - Constructor for class com.quinncurtis.chart2djava.Polysurface.pointListType
 
Polysurface.polygonEntryType - Class in com.quinncurtis.chart2djava
Each polygon is defined by a class that specifies its starting position in the surfacePolygonList.polygonedgelist array, the number of edges in the list, and associated colors.
Polysurface.polygonEntryType() - Constructor for class com.quinncurtis.chart2djava.Polysurface.polygonEntryType
 
Polysurface.polygonListType - Class in com.quinncurtis.chart2djava
This class holds a list of the polygons making up the polysurface.
Polysurface.polygonListType() - Constructor for class com.quinncurtis.chart2djava.Polysurface.polygonListType
 
POLYSURFACE_SQUAREGRID - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A polysurface is built of square polygons
POLYSURFACE_TRIANGLEGRID - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A polysurface is built of triangle polygons
popZoomStack() - Method in class com.quinncurtis.chart2djava.ChartZoom
Pop a set of zoom coordinate systems from the zoom stack and initialize the current scale with these value, and re-scale the associated axes to match.
postAddCustomChartObjects() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Override this method if you want to add custom chart objects to the ChartView, after the standard SPC Chart objects are added.
postDraw(Graphics) - Method in class com.quinncurtis.chart2djava.ChartView
 
POWDERBLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
pPolyLine(GeneralPath, ChartPoint2D[], int) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method adds multiple line segments to the specified path.
PRE_RENDER_ALL - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pre-render all graph objects before actual display rendering.
PRE_RENDER_AXES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pre-render just axis objects before display rendering.
PRE_RENDER_NONE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Do not pre-render graph objects before actual display rendering.
PRE_RENDER_ZORDER_CHANGE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pre-render objects if the z-order of any objects has changed.
preAddCustomChartObjects() - Method in class com.quinncurtis.spcchartjava.SPCChartBase
Override this method if you want to add custom chart objects to the ChartView, before the standard SPC Chart objects are added.
preCalcTextBoundingBox(Graphics2D) - Method in class com.quinncurtis.chart2djava.ChartText
It is necessary in the axis label routines to pre-calculate the text bounding box the text object before it is actually displayed, so that a test can be made to see if the text object intersects any other text objects.
pRectangle(GeneralPath, ChartRectangle2D) - Method in class com.quinncurtis.chart2djava.UserCoordinates
This method adds a rectangle shape to the specified path.
preDraw(Graphics) - Method in class com.quinncurtis.chart2djava.ChartView
 
prePlot(Graphics2D) - Method in class com.quinncurtis.chart2djava.Axis
The prePlot method is called prior to the actual drawing of the axis.
prePlot(Graphics2D) - Method in class com.quinncurtis.chart2djava.ChartPlot
The prePlot method is called prior to the actual drawing of a plot object.
prePlot(Graphics2D) - Method in class com.quinncurtis.chart2djava.GraphObj
This method a general setup method called before the graph object is drawn.
PRIMARY_CHART - Static variable in class com.quinncurtis.spcchartjava.SPCChartObjects
Specifies the primary chart.
print(Graphics, PageFormat, int) - Method in class com.quinncurtis.chart2djava.ChartPrint
This method handles the rendering of the printChartView object to the printer device context, in accordance with the Printable.print method of the Java Printable interface.
printDialog() - Method in class com.quinncurtis.chart2djava.ChartPrint
This method displays the printer dialog box and sets the print characteristics of the print job.
PRINTER_RENDERING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Graphics context is a printer rendering context.
PROBABILITY_AUTOSCALE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Normal Probability auto scale object (NormalProbabilityAutoScale)
PROBABILITY_AXIS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Probability axes chart object type (ProbabilityAxis)
PROBABILITY_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A Normal Probability Coordinates object
PROBABILITY_SCALE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies a normal probability scale
PROBABILITY_SIGMA_AXIS - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Probability sigma axes chart object type (ProbabilitySigmaAxis)
ProbabilityAutoScale - Class in com.quinncurtis.spcchartjava
The ProbabilityAutoScale class is designed to be used with cumulative normal probability coordinates and is used to auto-scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs.
ProbabilityAutoScale() - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAutoScale
This default ProbabilityAutoScale constructor.
ProbabilityAutoScale(ChartDataset, int, int) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAutoScale
This constructor creates a new ProbabilityAutoScale object based on the data values in a dataset.
ProbabilityAutoScale(ChartDataset[], int, int) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAutoScale
This constructor creates a new ProbabilityAutoScale object based on the data values in an array of datasets.
ProbabilityAutoScale(PhysicalCoordinates) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAutoScale
This constructor creates a new ProbabilityAutoScale object based on the initial scaling values of an PhysicalCoordinates object.
ProbabilityAutoScale(PhysicalCoordinates, int, int) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAutoScale
This constructor creates a new ProbabilityAutoScale object based on the initial scaling values of an PhysicalCoordinates object.
ProbabilityAutoScale(double, double, int, int) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAutoScale
This constructor creates a new ProbabilityAutoScale object based on the supplied initial scaling values.
ProbabilityAxis - Class in com.quinncurtis.spcchartjava
The ProbabilityAxis class implements a probability axis where the major tick marks are placed at intervals appropriate to a cumulative probability scale.
ProbabilityAxis() - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAxis
The default ProbabilityAxis constructor.
ProbabilityAxis(ProbabilityCoordinates, int) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAxis
This constructor creates a new ProbabilityAxis object of the specified type and scales it to match the minimum and maximum values of the specified PhysicalCoordinates object.
ProbabilityAxis(ProbabilityCoordinates, int, boolean) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAxis
This constructor creates a new ProbabilityAxis object of the specified type and scales it to match the minimum and maximum values of the specified PhysicalCoordinates object.
ProbabilityAxis(ProbabilityCoordinates, int, double, double) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityAxis
This constructor creates a new ProbabilityAxis object of a specified type, and scales it to match the specified minimum and maximum values.
ProbabilityChart - Class in com.quinncurtis.spcchartjava
Probability chart template.
ProbabilityChart() - Constructor for class com.quinncurtis.spcchartjava.ProbabilityChart
Default constructor for the class.
ProbabilityChart(double[], double[]) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityChart
Constructor initializes the x- and y-values of the datapoints plotted in the probability plot.
ProbabilityCoordinates - Class in com.quinncurtis.spcchartjava
The ProbabilityCoordinates class extends the PhysicalCoordinates class to support a y-axis probability scale in an xy coordinate plane.
ProbabilityCoordinates() - Constructor for class com.quinncurtis.spcchartjava.ProbabilityCoordinates
The default constructor for ProbabilityCoordinates.
ProbabilityCoordinates(int, int) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityCoordinates
This constructor creates a new ProbabilityCoordinates object, specifying either a linear, probability or a logarithmic scale for both x- and y-coordinates.
ProbabilityCoordinates(double, double, double, double) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityCoordinates
This constructor creates a new ProbabilityCoordinates object using the specified minimum and maximum values for the x- and y-coordinate systems.
ProbabilityScale - Class in com.quinncurtis.spcchartjava
The ProbabilityScale class implements a cumulative normal probability coordinate system for a single coordinate, x or y.
ProbabilityScale() - Constructor for class com.quinncurtis.spcchartjava.ProbabilityScale
The default ProbabilityScale constructor.
ProbabilityScale(double, double) - Constructor for class com.quinncurtis.spcchartjava.ProbabilityScale
This constructor creates a new ProbabilityScale using the specified minimum and maximum values.
ProbabilitySigmaAxis - Class in com.quinncurtis.spcchartjava
The ProbabilitySigmaAxis class implements a linear axis where the tick marks are placed at linear intervals on the sigma levels of the associated probability scale.
ProbabilitySigmaAxis() - Constructor for class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
The default ProbabilitySigmaAxis constructor.
ProbabilitySigmaAxis(ProbabilityCoordinates, int) - Constructor for class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
This constructor creates a new ProbabilitySigmaAxis object of the specified type and scales it to match the minimum and maximum values of the specified PhysicalCoordinates object.
ProbabilitySigmaAxis(ProbabilityCoordinates, int, double, double) - Constructor for class com.quinncurtis.spcchartjava.ProbabilitySigmaAxis
This constructor creates a new ProbabilitySigmaAxis object of a specified type, and scales it to match the specified minimum and maximum values.
process(String) - Method in class com.quinncurtis.chart2djava.ImageFileChooser
 
PRT_EXACT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pages and graphs are printed so that paper is used maximally.
PRT_MAX - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pages are printed so that paper is used maximally.
PRT_PROP - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Pages are printed so that paper is used maximally.
PRT_RECT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Print to the specified rectangle.
PURPLE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
pushZoomStack() - Method in class com.quinncurtis.chart2djava.ChartZoom
Push a set of coordinate systems onto the zoom stack.

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