See: Description
| Interface | Description |
|---|---|
| Marker |
A base interface for all markers.
|
| MarkerChangeListener |
A listener for marker change events.
|
| ValueMarker |
A marker that can be used to mark a value or range of values on a
ValueAxis3D. |
| Class | Description |
|---|---|
| AbstractMarker |
A base class for implementing markers (includes the event notification
mechanism).
|
| CategoryMarker |
A marker for a category on a
CategoryAxis3D. |
| MarkerChangeEvent |
An event associated with a change to a
Marker. |
| MarkerData |
A record holder for data relating to markers that needs to be passed
to the 3D engine.
|
| MarkerLine |
A data object that represents a line within a
MarkerData structure. |
| NumberMarker |
A marker used to mark one value on an axis.
|
| RangeMarker |
A marker that marks a range of values on an axis.
|
| Enum | Description |
|---|---|
| CategoryMarkerType |
An enumeration of the different types of
CategoryMarker. |
| MarkerDataType |
An enumeration of the different types of
MarkerData. |