| Package | Description |
|---|---|
| com.orsoncharts.marker |
Provides value and range marker support for the axes on category and XYZ
plots.
|
| com.orsoncharts.style |
Classes for controlling chart styles.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueMarker
A marker that can be used to mark a value or range of values on a
ValueAxis3D. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMarker
A base class for implementing markers (includes the event notification
mechanism).
|
class |
CategoryMarker
A marker for a category on a
CategoryAxis3D. |
class |
NumberMarker
A marker used to mark one value on an axis.
|
class |
RangeMarker
A marker that marks a range of values on an axis.
|
| Modifier and Type | Method and Description |
|---|---|
Marker |
MarkerChangeEvent.getMarker()
Returns the marker associated with this event.
|
| Constructor and Description |
|---|
MarkerChangeEvent(Marker marker)
Creates a new event.
|
MarkerChangeEvent(java.lang.Object source,
Marker marker)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChartStyler.styleMarker(Marker marker) |