public class Axis extends Component
Modifier and Type | Class | Description |
---|---|---|
static class |
Axis.AutoRange |
Determines whether or not the range of this axis is computed in relation to the input data.
|
static class |
Axis.AxisBuilder |
|
static class |
Axis.Constrain |
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio`
or those of the other axis), determines how that happens: by increasing the "range" (default),
or by decreasing the "domain".
|
static class |
Axis.ConstrainToward |
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio`
or those of the other axis), determines which direction we push the originally specified plot area.
|
static class |
Axis.RangeMode |
If "normal", the range is computed in relation to the extrema of the input data.
|
static class |
Axis.ScaleAnchor |
If set to another axis id (e.g.
|
static class |
Axis.Spikes |
|
static class |
Axis.Type |
Sets the axis type.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
asJavascript() |
|
static Axis.AxisBuilder |
builder() |
public static Axis.AxisBuilder builder()
public java.lang.String asJavascript()
asJavascript
in class Component
Copyright © 2018. All rights reserved.