| Package | Description |
|---|---|
| com.orsoncharts.marker |
Provides value and range marker support for the axes on category and XYZ
plots.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryMarkerType |
CategoryMarker.getType()
Returns the marker type which determines whether the marker is drawn
as a band (the default) or a line.
|
static CategoryMarkerType |
CategoryMarkerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CategoryMarkerType[] |
CategoryMarkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryMarker.setType(CategoryMarkerType type)
Sets the marker type and sends a change event to all registered
listeners.
|