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

W

w - Variable in class com.quinncurtis.chart3djava.ChartPoint3D
The w-coordinate of this Point3D.
WALL3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Wall 3D object
Wall3D - Class in com.quinncurtis.chart3djava
The Wall3D manages and displays the background of the graph area and the plotting area of the chart.
Wall3D() - Constructor for class com.quinncurtis.chart3djava.Wall3D
The default Wall3D constructor.
Wall3D(PhysicalCoordinates, int, double, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Wall3D
This constructor creates a 3D wall for use as a backdrop for charts.
wCircle(GeneralPath, double, double, double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds a circle, defined using physical coordinates, to the specified path.
WEDNESDAY - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK_5D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
5 day week mode (Monday through Friday)
WEEK_7D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
7 day week mode (Sunday through Saturday)
WEEK_OF_MONTH - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Field number indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Field number indicating the week number within the current year.
WHEAT - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
WHITE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
WHITESMOKE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
width - Variable in class com.quinncurtis.chart3djava.ChartDimension3D
Width
windowActivated(WindowEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
 
windowClosed(WindowEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
 
windowClosing(WindowEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
 
windowDeactivated(WindowEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
 
windowDeiconified(WindowEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
 
windowIconified(WindowEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
 
windowOpened(WindowEvent) - Method in class com.quinncurtis.chart3djava.ScrollBarRotate3DControl
 
wLineAbs(GeneralPath, double, double, double, double, double, double) - Method in class com.quinncurtis.chart3djava.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, double, double, boolean, boolean) - Method in class com.quinncurtis.chart3djava.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, double, double) - Method in class com.quinncurtis.chart3djava.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, ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.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, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method implements a relative lineto operation using physical coordinates.
wLineToAbs(GeneralPath, double, double, double) - Method in class com.quinncurtis.chart3djava.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, double) - Method in class com.quinncurtis.chart3djava.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.chart3djava.ChartConstants
A WorkingCoordinates object
WorkingCoordinates - Class in com.quinncurtis.chart3djava
This class maps a working coordinate system onto the world coordinate system of the underlying WorldCoordinates object.
WorkingCoordinates() - Constructor for class com.quinncurtis.chart3djava.WorkingCoordinates
The default WorkingCoordinates constructor.
WorkingCoordinates(double, double, double, double, double, double) - Constructor for class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.LinearScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(double) - Method in class com.quinncurtis.chart3djava.LogScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts a point from working coordinates to physical coordinates.
workingToPhysScale(int, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(double) - Method in class com.quinncurtis.chart3djava.TimeScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
workingToPhysScale(GregorianCalendar, double) - Method in class com.quinncurtis.chart3djava.TimeScale
This method converts an x- or y-coordinate from working coordinates to physical coordinates.
WORLD_COORDINATES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A WorldCoordinates object
WorldCoordinates - Class in com.quinncurtis.chart3djava
This class extends the UserCoordinates class, adding routines for drawing using world (or scaled) coordinates.
WorldCoordinates() - Constructor for class com.quinncurtis.chart3djava.WorldCoordinates
The default WorldCoordinates constructor.
worldRotate3(double, int, boolean) - Method in class com.quinncurtis.chart3djava.Transform3D
Rotates the current 3D transform matrix, current3DTransformMatrix, about the axis iAxis, by the angle (in degrees) specified by degree.
worldScale3(ChartPoint3D, boolean) - Method in class com.quinncurtis.chart3djava.Transform3D
Scales the current 3D transform matrix, current3DTransformMatrix, by the scale factors specified by point p.
worldToUser(double, double, double) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts x, y and z world coordinates into user coordinate values.
worldToUser(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts x, y and z world coordinates into user coordinate values.
WorldToUser(ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts x, y and z world coordinates into user coordinate values.
worldToUserAbsX(double) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts an absolute world x-coordinate value into a device coordinate value.
worldToUserAbsY(double) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts an absolute world y-coordinate value into a device coordinate value.
worldToUserAbsZ(double) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts an absolute world z-coordinate value into a device coordinate value.
worldToUserRelX(double) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts a relative world delta x value into a device coordinate value.
worldToUserRelY(double) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts a relative world delta y value into a device coordinate value.
worldToUserRelZ(double) - Method in class com.quinncurtis.chart3djava.WorldCoordinates
This method converts a relative world delta z value into a device coordinate value.
worldTran3(ChartPoint3D, boolean) - Method in class com.quinncurtis.chart3djava.Transform3D
Translates the current 3D transform matrix, current3DTransformMatrix, by the offset specified by point p.
worldTran3(double, double, double, boolean) - Method in class com.quinncurtis.chart3djava.Transform3D
Translates the current 3D transform matrix, current3DTransformMatrix, by the offset specified by point p.
wPolyLineAbs(GeneralPath, double[], double[], double[], int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds multiple line segments, defined using physical coordinates, to the specified path.
wPolyLineAbs(GeneralPath, DoubleArray, DoubleArray, DoubleArray, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds multiple line segments, defined using physical coordinates, to the specified path.
wPolyLineAbs(GeneralPath, double[], double[], int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds multiple line segments, defined using physical coordinates, to the specified path.
wPolyLineAbs(GeneralPath, ChartPoint3D[], int, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds multiple line segments, defined using physical coordinates, to the specified path.
wPolyLineAbs(Graphics2D, double[], double[], double[], int, int) - Method in class com.quinncurtis.chart3djava.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, DoubleArray, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts the specified x- and y-arrays to device coordinates, and draws the resulting line as a polyline.
wRectangle(GeneralPath, double, double, double, double, double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds a rectangle, defined using physical coordinates, to the specified path.
write(PrintWriter, String) - Method in class com.quinncurtis.chart3djava.CSV
This method write a string to the specified PrintWriter object.
writeDouble(PrintWriter, double) - Method in class com.quinncurtis.chart3djava.CSV
This method write a double value to the specified PrintWriter object.
writeGroupDataset(CSV, String) - Method in class com.quinncurtis.chart3djava.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.chart3djava.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.chart3djava.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.chart3djava.CSV
This method write a long value to the specified PrintWriter object.
writeSimpleDataset(CSV, String) - Method in class com.quinncurtis.chart3djava.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.chart3djava.SimpleDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeSimpleDataset3D(CSV, String, boolean) - Method in class com.quinncurtis.chart3djava.SimpleDataset3D
This method writes a contour dataset to a file as comma separated values.
writeTime(PrintWriter, GregorianCalendar) - Method in class com.quinncurtis.chart3djava.CSV
This method write a GregorianCalendar value to the specified PrintWriter object.
writeTimeGroupDataset(CSV, String) - Method in class com.quinncurtis.chart3djava.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.chart3djava.TimeGroupDataset
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeTimeGroupDataset3D(CSV, String) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
This methods will create a text file and output the dataset to that file in a CSV (Comma Separated Value) format.
writeTimeGroupDataset3D(CSV, String, boolean) - Method in class com.quinncurtis.chart3djava.TimeGroupDataset3D
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.chart3djava.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.chart3djava.TimeSimpleDataset
This methods will create a text file and output the TimeSimpleDataset to that file in a CSV (Comma Separated Value) format.
writeTimeSimpleDataset3D(CSV, String, boolean) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This methods will create a text file and output the TimeSimpleDataset3D to that file in a CSV (Comma Separated Value) format.
writeTimeSimpleDataset3D3D(CSV, String) - Method in class com.quinncurtis.chart3djava.TimeSimpleDataset3D
This methods will create a text file and output the TimeSimpleDataset3D to that file in a CSV (Comma Separated Value) format.
wRoundedRectangle(GeneralPath, double, double, double, double, double, double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds a rectangle, defined using physical coordinates, to the specified path.
wStepLineAbs(GeneralPath, double, double, double, double, double, double, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds corresponding lineto segments to the specified path.
wStepLineAbs(GeneralPath, ChartPoint3D, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.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, double, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds corresponding lineto segments to the specified path.
wStepLineToAbs(GeneralPath, ChartPoint3D, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts the specified x- and y-coordinates to device coordinates, and adds corresponding lineto segments to the specified path.
wTriangle(GeneralPath, double, double, double, double, double, double, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds a rectangle, defined using physical coordinates, to the specified path.

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