| Package | Description |
|---|---|
| com.orsoncharts.graphics3d |
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
|
| com.orsoncharts.renderer.category |
Renderers that can be used with the
CategoryPlot3D class. |
| com.orsoncharts.renderer.xyz |
Renderers that can be used with the
XYZPlot class. |
| Modifier and Type | Field and Description |
|---|---|
static Offset3D |
Offset3D.ZERO_OFFSET
Zero offset.
|
| Modifier and Type | Method and Description |
|---|---|
Offset3D |
AbstractCategoryRenderer3D.getItemLabelOffsets()
Returns the item label offsets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCategoryRenderer3D.setItemLabelOffsets(Offset3D offsets)
Sets the item label offsets and sends a change event to all registered
listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Offset3D |
ScatterXYZRenderer.getItemLabelOffsetPercent()
Returns the item label offsets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScatterXYZRenderer.setItemLabelOffsetPercent(Offset3D offset)
Sets the item label offsets and sends a change event to all registered
listeners.
|