Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.core | |
com.github.gwtd3.api.scales | |
com.github.gwtd3.api.svg | |
com.github.gwtd3.api.time |
Modifier and Type | Method and Description |
---|---|
static Formatter |
D3.format(String specifier)
Returns a new
Formatter function with the given string specifier. |
Modifier and Type | Method and Description |
---|---|
static Formatter |
Formatter.create(String specifier)
Create a new instance of
Formatter . |
Modifier and Type | Method and Description |
---|---|
Formatter |
PowScale.tickFormat()
Returns a number format function suitable for displaying a tick value.
|
Formatter |
LogScale.tickFormat()
Returns a number format function suitable for displaying a tick value.
|
Formatter |
PowScale.tickFormat(int count)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
LogScale.tickFormat(int count)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
LinearScale.tickFormat(int count)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
IdentityScale.tickFormat(int count)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
LogScale.tickFormat(int count,
DatumFunction<String> formatFunction)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
PowScale.tickFormat(int count,
String formatSpecifier)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
LogScale.tickFormat(int count,
String formatSpecifier)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
LinearScale.tickFormat(int count,
String formatSpecifier)
Returns a number format function suitable for displaying a tick value.
|
Formatter |
IdentityScale.tickFormat(int count,
String formatSpecifier)
Returns a number format function suitable for displaying a tick value.
|
Modifier and Type | Method and Description |
---|---|
Formatter |
Axis.tickFormat()
Returns the current format function, which defaults to null.
|
Modifier and Type | Method and Description |
---|---|
Axis |
Axis.tickFormat(Formatter format)
Override the tick formatting for labels.
|
Modifier and Type | Method and Description |
---|---|
Formatter |
TimeScale.tickFormat(int count)
Returns a time
Formatter function suitable for displaying a tick
value. |
Copyright © 2015 gwt-d3. All rights reserved.