- All Implemented Interfaces:
Serializable,Comparable<JqPlotResources>,Constable
Resources of JqPlot aka Plugins.
- Author:
- inaiat
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Axis tick renderer.The Bar renderer.The Bubble renderer.The Canvas axis label renderer.The Canvas axis tick renderer.The CanvasOverlay renderer.The Canvas text renderer.The Category axis renderer.The Cursor.The Date axis renderer.A class of a formatter for the tick text.The Donut renderer.The Highlighter.The Meter gauge renderer.The Pie renderer.The Point labels.The Shadow renderer. -
Method Summary
Modifier and TypeMethodDescriptionGets the class name.Gets the resource.toString()static JqPlotResourcesReturns the enum constant of this class with the specified name.static JqPlotResources[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Highlighter
The Highlighter. -
Cursor
The Cursor. -
BarRenderer
The Bar renderer. -
BubbleRenderer
The Bubble renderer. -
PieRenderer
The Pie renderer. -
DonutRenderer
The Donut renderer. -
CanvasAxisLabelRenderer
The Canvas axis label renderer. -
CategoryAxisRenderer
The Category axis renderer. -
CanvasAxisTickRenderer
The Canvas axis tick renderer. -
CanvasTextRenderer
The Canvas text renderer. -
CanvasOverlay
The CanvasOverlay renderer. -
DateAxisRenderer
The Date axis renderer. -
MeterGaugeRenderer
The Meter gauge renderer. -
PointLabels
The Point labels. -
ShadowRenderer
The Shadow renderer. -
AxisTickRenderer
The Axis tick renderer. -
EnhancedLegendRenderer
-
DefaultTickFormatter
A class of a formatter for the tick text.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<JqPlotResources>
-
getClassName
Gets the class name.- Returns:
- the class name
-
getResource
Gets the resource.- Returns:
- the resource
-