- World - Class in com.orsoncharts.graphics3d
-
A world is a model containing a collection of objects in 3D space and a
direction vector for the sunlight.
- World() - Constructor for class com.orsoncharts.graphics3d.World
-
Creates a new empty world.
- worldToEye(Point3D) - Method in class com.orsoncharts.graphics3d.ViewPoint3D
-
Converts a point in world coordinates to a point in eye coordinates.
- worldToScreen(Point3D, double) - Method in class com.orsoncharts.graphics3d.ViewPoint3D
-
Calculates and returns the screen coordinates for the specified point
in (world) 3D space.
- writeAsJPEG(Drawable3D, int, int, File) - Static method in class com.orsoncharts.graphics3d.ExportUtils
-
Writes the current content to the specified file in JPEG format.
- writeAsPDF(Drawable3D, int, int, File) - Static method in class com.orsoncharts.graphics3d.ExportUtils
-
Writes a
Drawable3D to the specified file in PDF format.
- writeAsPNG(Drawable3D, int, int, File) - Static method in class com.orsoncharts.graphics3d.ExportUtils
-
Writes the current content to the specified file in PNG format.
- writeAsSVG(Drawable3D, int, int, File) - Static method in class com.orsoncharts.graphics3d.ExportUtils
-
Writes the current content to the specified file in SVG format.
- writeJSONString(List, Writer) - Static method in class com.orsoncharts.util.json.JSONArray
-
Encode a list into JSON text and write it to out.
- writeJSONString(Writer) - Method in class com.orsoncharts.util.json.JSONArray
-
Writes this array to the specified output writer.
- writeJSONString(Map, Writer) - Static method in class com.orsoncharts.util.json.JSONObject
-
Encode a map into JSON text and write it to out.
- writeJSONString(Writer) - Method in class com.orsoncharts.util.json.JSONObject
-
Writes a JSON string representing this object instance to the specified
output writer.
- writeJSONString(Writer) - Method in interface com.orsoncharts.util.json.JSONStreamAware
-
write JSON string to out.
- writeJSONString(Object, Writer) - Static method in class com.orsoncharts.util.json.JSONValue
-
Encode an object into JSON text and write it to out.
- writeKeyedValues(KeyedValues) - Static method in class com.orsoncharts.data.JSONUtils
-
Returns a string containing the data in JSON format.
- writeKeyedValues(KeyedValues, Writer) - Static method in class com.orsoncharts.data.JSONUtils
-
Writes the data in JSON format to the supplied writer.
- writeKeyedValues2D(KeyedValues2D) - Static method in class com.orsoncharts.data.JSONUtils
-
Writes a data table to a string in JSON format.
- writeKeyedValues2D(KeyedValues2D, Writer) - Static method in class com.orsoncharts.data.JSONUtils
-
Writes the data in JSON format to the supplied writer.
- writeKeyedValues3D(KeyedValues3D) - Static method in class com.orsoncharts.data.JSONUtils
-
Returns a string containing the data in JSON format.
- writeKeyedValues3D(KeyedValues3D, Writer) - Static method in class com.orsoncharts.data.JSONUtils
-
Writes the dataset in JSON format to the supplied writer.
- writePaint(Paint, ObjectOutputStream) - Static method in class com.orsoncharts.util.SerialUtils
-
Serializes a Paint object.
- writeStroke(Stroke, ObjectOutputStream) - Static method in class com.orsoncharts.util.SerialUtils
-
Serializes a Stroke object.
- writeXYZDataset(XYZDataset) - Static method in class com.orsoncharts.data.JSONUtils
-
Returns a string containing the dataset in JSON format.
- writeXYZDataset(XYZDataset, Writer) - Static method in class com.orsoncharts.data.JSONUtils
-
Writes the dataset in JSON format to the supplied writer.