Skip navigation links
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 

O

Object3D - Class in com.orsoncharts.graphics3d
An object defined in 3D space by (a) a list of coordinates, and (b) a list of faces.
Object3D(Color) - Constructor for class com.orsoncharts.graphics3d.Object3D
Creates a new object, initially with no vertices or faces.
Object3D(Color, boolean) - Constructor for class com.orsoncharts.graphics3d.Object3D
Creates a new object, initially with no vertices or faces.
ObjectUtils - Class in com.orsoncharts.util
Some general utility methods for working with objects.
ObjectUtils() - Constructor for class com.orsoncharts.util.ObjectUtils
 
Offset2D - Class in com.orsoncharts.graphics3d
An offset (dx, dy) in two dimensional space.
Offset2D() - Constructor for class com.orsoncharts.graphics3d.Offset2D
Default constructor ((0, 0)).
Offset2D(double, double) - Constructor for class com.orsoncharts.graphics3d.Offset2D
Creates a new instance.
Offset3D - Class in com.orsoncharts.graphics3d
An offset (dx, dy, dz) in three dimensional space.
Offset3D() - Constructor for class com.orsoncharts.graphics3d.Offset3D
Default constructor ((0, 0)).
Offset3D(double, double, double) - Constructor for class com.orsoncharts.graphics3d.Offset3D
Creates a new instance.
OnDrawHandler - Class in com.orsoncharts
An 'onDraw' handler that handles two aspects related to chart interactivity: (1) it adds a RenderedElement instance to the RenderingInfo for each element in the chart that requires it, and (2) it adds element hinting to the Graphics2D output (how this is handled by the Graphics2D instance is implementation dependent).
OnDrawHandler(RenderingInfo, boolean) - Constructor for class com.orsoncharts.OnDrawHandler
Creates a new handler.
optimalDistance(Dimension2D, Dimension3D, double) - Method in class com.orsoncharts.graphics3d.ViewPoint3D
Calculate the distance that would render a box of the given dimensions within a screen area of the specified size.
Orientation - Enum in com.orsoncharts.util
General enumeration of orientations.
ORIGIN - Static variable in class com.orsoncharts.graphics3d.Point3D
The origin (0, 0, 0).
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 
Skip navigation links