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

W

wCircle(GeneralPath, double, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method adds a circle, defined using physical coordinates, to the specified path.
wEControlRuleCheck(int) - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Check the current value against the parameterValue.
wEControlRuleCheck() - Method in class com.quinncurtis.spcchartjava.SPCControlLimitRecord
Check the current value against the parameterValue.
WEDNESDAY - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK_5D - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
5 day week mode (Monday through Friday)
WEEK_7D - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
7 day week mode (Sunday through Saturday)
WEEK_OF_MONTH - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Field number indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Field number indicating the week number within the current year.
WHEAT - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
WHITE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
WHITESMOKE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
wLineAbs(GeneralPath, double, double, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified starting and ending x- and y-coordinates to device coordinates, and adds a corresponding line segment to the specified path.
wLineAbs(Graphics2D, GeneralPath, double, double, double, double, boolean, boolean) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified starting and ending x- and y-coordinates to device coordinates, and adds a corresponding line segment to the specified path.
wLineAbs(GeneralPath, ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified starting and ending x- and y-coordinates to device coordinates, and adds a corresponding line segment to the specified path.
wLineRel(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method implements a relative lineto operation using physical coordinates.
wLineToAbs(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds a corresponding lineto segment to the specified path.
wMoveToAbs(GeneralPath, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds a corresponding move segment to the specified path.
WORKING_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A WorkingCoordinates object
WorkingCoordinates - Class in com.quinncurtis.chart2djava
This class maps a working coordinate system onto the world coordinate system of the underlying WorldCoordinates object.
WorkingCoordinates() - Constructor for class com.quinncurtis.chart2djava.WorkingCoordinates
The default WorkingCoordinates constructor.
WorkingCoordinates(double, double, double, double) - Constructor for class com.quinncurtis.chart2djava.WorkingCoordinates
This constructor creates a new WorkingCoordinates object using the specified minimum and maximum values for the x- and y-axis.
workingToPhysScale(double) - Method in class com.quinncurtis.chart2djava.ChartScale
An abstract methods that has the function of converting an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(double) - Method in class com.quinncurtis.chart2djava.LinearScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(double) - Method in class com.quinncurtis.chart2djava.LogScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts a point from working coordinates to physical coordinates.
workingToPhysScale(int, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(double) - Method in class com.quinncurtis.chart2djava.TimeScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(GregorianCalendar, double) - Method in class com.quinncurtis.chart2djava.TimeScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(double) - Method in class com.quinncurtis.spcchartjava.ProbabilityScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
WORLD_COORDINATES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A WorldCoordinates object
WorldCoordinates - Class in com.quinncurtis.chart2djava
This class extends the UserCoordinates class, adding routines for drawing using world (or scaled) coordinates.
WorldCoordinates() - Constructor for class com.quinncurtis.chart2djava.WorldCoordinates
The default WorldCoordinates constructor.
worldToUser(double, double) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method converts x and y world coordinates into user coordinate values.
worldToUser(ChartPoint2D) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method converts x and y world coordinates into user coordinate values.
worldToUser(ChartPoint2D, ChartPoint2D) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method converts x and y world coordinates into user coordinate values.
worldToUserAbsX(double) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method converts an absolute world x-coordinate value into a device coordinate value.
worldToUserAbsY(double) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method converts an absolute world y-coordinate value into a device coordinate value.
worldToUserRelX(double) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method converts a relative world delta x value into a device coordinate value.
worldToUserRelY(double) - Method in class com.quinncurtis.chart2djava.WorldCoordinates
This method converts a relative world delta y value into a device coordinate value.
wPolyLineAbs(GeneralPath, double[], double[], int, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method adds multiple line segments, defined using physical coordinates, to the specified path.
wPolyLineAbs(GeneralPath, DoubleArray, DoubleArray, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-arrays to device coordinates, and draws the resulting line as a polyline.
wPolyLineAbs(Graphics2D, double[], double[], int, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-arrays to device coordinates, and draws the resulting line as a polyline.
wPolyLineAbs(Graphics2D, DoubleArray, DoubleArray, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-arrays to device coordinates, and draws the resulting line as a polyline.
wPolyLineAbs(GeneralPath, ChartPoint2D[], int, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method adds multiple line segments, defined using physical coordinates, to the specified path.
wRectangle(GeneralPath, double, double, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method adds a rectangle, defined using physical coordinates, to the specified path.
write(PrintWriter, String) - Method in class com.quinncurtis.chart2djava.CSV
This method write a string to the specified PrintWriter object.
writeContourDataset(CSV, String) - Method in class com.quinncurtis.chart2djava.ContourDataset
This method writes a contour dataset to a file as comma separated values.
writeDouble(PrintWriter, double) - Method in class com.quinncurtis.chart2djava.CSV
This method write a double value to the specified PrintWriter object.
writeGroupDataset(CSV, String) - Method in class com.quinncurtis.chart2djava.GroupDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeGroupDataset(CSV, String, boolean) - Method in class com.quinncurtis.chart2djava.GroupDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeln(PrintWriter) - Method in class com.quinncurtis.chart2djava.CSV
This method starts a new line by writing the newLineString character to the specified PrintWriter object.
writeLong(PrintWriter, long) - Method in class com.quinncurtis.chart2djava.CSV
This method write a long value to the specified PrintWriter object.
writeSimpleDataset(CSV, String) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeSimpleDataset(CSV, String, boolean) - Method in class com.quinncurtis.chart2djava.SimpleDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeTime(PrintWriter, GregorianCalendar) - Method in class com.quinncurtis.chart2djava.CSV
This method write a GregorianCalendar value to the specified PrintWriter object.
writeTimeGroupDataset(CSV, String) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeTimeGroupDataset(CSV, String, boolean) - Method in class com.quinncurtis.chart2djava.TimeGroupDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeTimeSimpleDataset(CSV, String) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This methods will create a text file and output the TimeSimpleDataset to that file in a CSV (Comma Separated Value) format.
writeTimeSimpleDataset(CSV, String, boolean) - Method in class com.quinncurtis.chart2djava.TimeSimpleDataset
This methods will create a text file and output the TimeSimpleDataset to that file in a CSV (Comma Separated Value) format.
wRoundedRectangle(GeneralPath, double, double, double, double, double) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method adds a rectangle, defined using physical coordinates, to the specified path.
wStepLineAbs(GeneralPath, double, double, double, double, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds corresponding lineto segments to the specified path.
wStepLineAbs(GeneralPath, ChartPoint2D, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds corresponding lineto segments to the specified path.
wStepLineToAbs(GeneralPath, double, double, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds corresponding lineto segments to the specified path.
wStepLineToAbs(GeneralPath, ChartPoint2D, int) - Method in class com.quinncurtis.chart2djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds corresponding lineto segments to the specified path.

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