| Package | Description |
|---|---|
| com.orsoncharts.axis | |
| com.orsoncharts.style |
Classes for controlling chart styles.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryAxis3D
An axis that displays categories and is used with a
CategoryPlot3D
for the row and column axes. |
interface |
ValueAxis3D
An axis that displays a range of continuous values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAxis3D
A base class that can be used to create an
Axis3D implementation. |
class |
AbstractValueAxis3D
A base class for implementing numerical axes.
|
class |
LogAxis3D
A numerical axis with a logarithmic scale.
|
class |
NumberAxis3D
A numerical axis for use with 3D plots (implements
ValueAxis3D). |
class |
StandardCategoryAxis3D
An axis that displays categories.
|
| Modifier and Type | Method and Description |
|---|---|
Axis3D |
Axis3DChangeEvent.getAxis()
Returns the axis associated with this event.
|
| Constructor and Description |
|---|
Axis3DChangeEvent(Axis3D axis,
boolean requiresWorldUpdate)
Creates a new event.
|
Axis3DChangeEvent(java.lang.Object source,
Axis3D axis,
boolean requiresWorldUpdate)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChartStyler.styleAxis(Axis3D axis)
Applies the current style to the axis.
|