| Package | Description |
|---|---|
| com.orsoncharts.axis |
| Modifier and Type | Method and Description |
|---|---|
LabelOrientation |
StandardCategoryAxis3D.getTickLabelOrientation()
Returns the orientation for the tick labels.
|
LabelOrientation |
AbstractValueAxis3D.getTickLabelOrientation()
Returns the orientation for the tick labels.
|
static LabelOrientation |
LabelOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelOrientation[] |
LabelOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCategoryAxis3D.setTickLabelOrientation(LabelOrientation orientation)
Sets the orientation for the tick labels and sends a change event to
all registered listeners.
|
void |
AbstractValueAxis3D.setTickLabelOrientation(LabelOrientation orientation)
Sets the orientation for the tick labels and sends a change event to
all registered listeners.
|