| 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 |
|---|---|
ValueMarker |
ValueAxis3D.getMarker(java.lang.String key)
Returns the marker with the specified key, if there is one.
|
ValueMarker |
AbstractValueAxis3D.getMarker(java.lang.String key)
Returns the marker with the specified key, if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ValueMarker> |
AbstractValueAxis3D.getMarkers()
Returns a new map containing the markers assigned to this axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueAxis3D.setMarker(java.lang.String key,
ValueMarker marker)
Sets the marker for the specified key and sends a change event to
all registered listeners.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|