| Package | Description |
|---|---|
| com.orsoncharts.label |
Classes related to chart labels.
|
| com.orsoncharts.renderer |
Base package for renderer support.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemLabelPositioning |
ItemLabelPositioning.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemLabelPositioning[] |
ItemLabelPositioning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ItemLabelPositioning |
AbstractRenderer3D.getItemLabelPositioning()
Returns the item label positioning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRenderer3D.setItemLabelPositioning(ItemLabelPositioning positioning)
Sets the item label positioning and sends a change event to all
registered listeners.
|