public enum JqPlotResources extends Enum<JqPlotResources>
| Enum Constant and Description |
|---|
AxisTickRenderer
The Axis tick renderer.
|
BarRenderer
The Bar renderer.
|
BubbleRenderer
The Bubble renderer.
|
CanvasAxisLabelRenderer
The Canvas axis label renderer.
|
CanvasAxisTickRenderer
The Canvas axis tick renderer.
|
CanvasOverlay
The CanvasOverlay renderer.
|
CanvasTextRenderer
The Canvas text renderer.
|
CategoryAxisRenderer
The Category axis renderer.
|
Cursor
The Cursor.
|
DateAxisRenderer
The Date axis renderer.
|
DefaultTickFormatter
A class of a formatter for the tick text.
|
DonutRenderer
The Donut renderer.
|
EnhancedLegendRenderer |
Highlighter
The Highlighter.
|
MeterGaugeRenderer
The Meter gauge renderer.
|
PieRenderer
The Pie renderer.
|
PointLabels
The Point labels.
|
ShadowRenderer
The Shadow renderer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the class name.
|
String |
getResource()
Gets the resource.
|
String |
toString() |
static JqPlotResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JqPlotResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JqPlotResources Highlighter
public static final JqPlotResources Cursor
public static final JqPlotResources BarRenderer
public static final JqPlotResources BubbleRenderer
public static final JqPlotResources PieRenderer
public static final JqPlotResources DonutRenderer
public static final JqPlotResources CanvasAxisLabelRenderer
public static final JqPlotResources CategoryAxisRenderer
public static final JqPlotResources CanvasAxisTickRenderer
public static final JqPlotResources CanvasTextRenderer
public static final JqPlotResources CanvasOverlay
public static final JqPlotResources DateAxisRenderer
public static final JqPlotResources MeterGaugeRenderer
public static final JqPlotResources PointLabels
public static final JqPlotResources ShadowRenderer
public static final JqPlotResources AxisTickRenderer
public static final JqPlotResources EnhancedLegendRenderer
public static final JqPlotResources DefaultTickFormatter
public static JqPlotResources[] values()
for (JqPlotResources c : JqPlotResources.values()) System.out.println(c);
public static JqPlotResources valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<JqPlotResources>public String getClassName()
public String getResource()
Copyright © 2024. All rights reserved.