| 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 | Method and Description |
|---|---|
void |
AbstractAxis3D.markerChanged(MarkerChangeEvent event)
Receives notification of a change to a marker managed by this axis - the
response is to fire a change event for the axis (to eventually trigger
a repaint of the chart).
|
| Modifier and Type | Method and Description |
|---|---|
void |
RangeMarker.markerChanged(MarkerChangeEvent event)
Receives notification of a change to the start or end marker for the
range.
|
void |
MarkerChangeListener.markerChanged(MarkerChangeEvent event)
Called to inform that an marker change event has occurred.
|