Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
Axis |
Axis.apply(Selection selection)
Apply the axis to a selection.
|
Axis |
Axis.apply(Transition transition)
Apply the axis to a transition.
|
Axis |
SVG.axis()
Create a new default
Axis generator. |
Axis |
Axis.innerTickSize(int innerTickSizeInPixels)
Sets the inner tick size to the specified value and returns the axis.
|
Axis |
Axis.orient(Axis.Orientation o)
Sets the axis orientation and returns the axis.
|
Axis |
Axis.outerTickSize(int outerTickSizeInPixels)
Sets the outer tick size to the specified value and returns the axis.
|
<S extends Scale<S>> |
Axis.scale(S s)
Set the associated scale.
|
Axis |
Axis.tickFormat(DatumFunction<String> formatFunction)
Set the function to be used to format tick values.
|
Axis |
Axis.tickFormat(Formatter format)
Override the tick formatting for labels.
|
Axis |
Axis.tickPadding(int padding)
Sets the padding to the specified value in pixels and returns the axis.
|
Axis |
Axis.ticks(int count)
Specify the argument that will be passed to the associated scale
Scale#ticks() method to compute the tick values. |
Axis |
Axis.ticks(int count,
DatumFunction<String> formatSpecifier)
Same as
ticks(int) but suitable for
LogScale.tickFormat(int, DatumFunction) . |
Axis |
Axis.ticks(Interval interval,
int steps)
Same as
ticks(int) but suitable for
TimeScale.ticks(Interval, int) . |
Axis |
Axis.ticks(int count,
String formatSpecifier)
Same as
ticks(int) but suitable for
LogScale.tickFormat(int, String) . |
Axis |
Axis.tickSize(int outerInnerTickSizeInPixels)
Sets the outer and inner ticks to the specified value.
|
Axis |
Axis.tickSize(int majorMinor,
int end)
Deprecated.
|
Axis |
Axis.tickSize(int major,
int minor,
int end)
Deprecated.
|
Axis |
Axis.tickSubdivide(int count)
Deprecated.
this method has no effect anymore ! use
|
Axis |
Axis.tickValues(double... values)
Alias for
tickValues(JavaScriptObject) . |
Axis |
Axis.tickValues(com.google.gwt.core.client.JavaScriptObject values)
Specify the values to be used for ticks, rather than using the scale's
automatic tick generator.
|
Axis |
Axis.tickValues(List<?> values)
Alias for
tickValues(JavaScriptObject) . |
Axis |
Axis.tickValues(String... values)
* Alias for
tickValues(JavaScriptObject) . |
Copyright © 2015 gwt-d3. All rights reserved.