| Package | Description |
|---|---|
| com.github.gwtd3.api.svg |
| Modifier and Type | Method and Description |
|---|---|
Axis.Orientation |
Axis.orient()
Returns the current orientation, which defaults to
BOTTOM. |
static Axis.Orientation |
Axis.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.Orientation[] |
Axis.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Axis |
Axis.orient(Axis.Orientation o)
Sets the axis orientation and returns the axis.
|
Copyright © 2015 gwt-d3. All rights reserved.