| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.graphics3d |
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
|
| com.orsoncharts.interaction |
Classes that support user interaction with charts.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Chart3D.renderedElementToString(RenderedElement element)
Returns a string representing the
element, primarily for
debugging purposes. |
| Modifier and Type | Method and Description |
|---|---|
RenderedElement |
RenderingInfo.findElementAt(double x,
double y)
Finds the rendered element, if any, at the location
(x, y). |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingInfo.addElement(RenderedElement element)
Adds a rendered element to the rendering info.
|
void |
RenderingInfo.addOffsetElement(RenderedElement element)
Adds a rendered element to the list of offset elements.
|
| Modifier and Type | Method and Description |
|---|---|
RenderedElement |
Chart3DMouseEvent.getElement()
Returns the interactive element (if any) under the mouse point.
|
| Constructor and Description |
|---|
Chart3DMouseEvent(Chart3D chart,
java.awt.event.MouseEvent trigger,
RenderedElement element)
Constructs a new event.
|