| Package | Description |
|---|---|
| com.orsoncharts.axis | |
| com.orsoncharts.marker |
Provides value and range marker support for the axes on category and XYZ
plots.
|
| 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 | Class and Description |
|---|---|
class |
RangeMarker
A marker that marks a range of values on an axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Marker.addChangeListener(MarkerChangeListener listener)
Registers a listener to receive notification of changes to the marker.
|
void |
AbstractMarker.addChangeListener(MarkerChangeListener listener)
Registers a listener to receive notification of changes to the marker.
|
void |
Marker.removeChangeListener(MarkerChangeListener listener)
Deregisters a listener so that it no longer receives notification of
changes to the marker.
|
void |
AbstractMarker.removeChangeListener(MarkerChangeListener listener)
Deregisters a listener so that it no longer receives notification of
changes to the marker.
|