| Package | Description |
|---|---|
| com.orsoncharts.axis |
| Modifier and Type | Method and Description |
|---|---|
CategoryMarker |
StandardCategoryAxis3D.getMarker(java.lang.String key)
Returns the marker with the specified key, if there is one.
|
CategoryMarker |
CategoryAxis3D.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,CategoryMarker> |
StandardCategoryAxis3D.getMarkers()
Returns a new map containing the markers that are assigned to this axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCategoryAxis3D.setMarker(java.lang.String key,
CategoryMarker marker)
Sets the marker for the specified key and sends a change event to
all registered listeners.
|