| Modifier and Type | Method and Description |
|---|---|
static JqPlotResources |
JqPlotResources.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JqPlotResources[] |
JqPlotResources.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JqPlotResources |
Axis.getLabelRenderer()
Gets the label renderer.
|
JqPlotResources |
Axis.getRenderer()
Gets the renderer.
|
JqPlotResources |
Axis.getTickRenderer()
Gets the tick renderer.
|
| Modifier and Type | Method and Description |
|---|---|
Axis<T> |
Axis.setLabelRenderer(JqPlotResources labelRenderer)
Sets the label renderer.
|
Axis<T> |
Axis.setRenderer(JqPlotResources renderer)
Sets the renderer.
|
Axis<T> |
Axis.setTickRenderer(JqPlotResources tickRenderer)
Sets the tick renderer.
|
| Modifier and Type | Method and Description |
|---|---|
JqPlotResources |
Legend.getRenderer()
Gets the renderer.
|
JqPlotResources |
Serie.getRenderer()
Gets the renderer.
|
JqPlotResources |
MarkerOptions.getShadowRenderer()
Gets the shadow renderer.
|
JqPlotResources |
MarkerOptions.getShapeRenderer()
Gets the shape renderer.
|
| Modifier and Type | Method and Description |
|---|---|
Serie |
Serie.renderer(JqPlotResources renderer)
Renderer.
|
void |
Legend.setRenderer(JqPlotResources renderer)
Sets the renderer.
|
Serie |
Serie.setRenderer(JqPlotResources renderer)
Sets the renderer.
|
void |
MarkerOptions.setShadowRenderer(JqPlotResources shadowRenderer)
Sets the shadow renderer.
|
void |
MarkerOptions.setShapeRenderer(JqPlotResources shapeRenderer)
Sets the shape renderer.
|
| Modifier and Type | Method and Description |
|---|---|
JqPlotResources |
Renderer.resource()
Deprecated.
Resource.
|
| Modifier and Type | Method and Description |
|---|---|
JqPlotResources |
AxisTickRenderer.getFormatter()
Deprecated.
|
JqPlotResources |
AxisTickRenderer.resource()
Deprecated.
|
JqPlotResources |
ShadowRenderer.resource()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxisTickRenderer.setFormatter(JqPlotResources formatter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JqPlotResources |
CanvasAxisTickRenderer.getFormatter()
Deprecated.
|
JqPlotResources |
PieRenderer.resource()
Deprecated.
|
JqPlotResources |
MeterGaugeRenderer.resource()
Deprecated.
|
JqPlotResources |
DateAxisRenderer.resource()
Deprecated.
|
JqPlotResources |
BubbleRenderer.resource()
Deprecated.
|
JqPlotResources |
CanvasAxisTickRenderer.resource()
Deprecated.
|
JqPlotResources |
DonutRenderer.resource()
Deprecated.
|
JqPlotResources |
BarRenderer.resource()
Deprecated.
|
JqPlotResources |
CategoryAxisRenderer.resource()
Deprecated.
|
JqPlotResources |
CanvasAxisLabelRenderer.resource()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CanvasAxisTickRenderer.setFormatter(JqPlotResources formatter)
Deprecated.
|
Copyright © 2021. All rights reserved.