Enum JqPlotResources

    • Enum Constant Detail

      • Highlighter

        public static final JqPlotResources Highlighter
        The Highlighter.
      • BarRenderer

        public static final JqPlotResources BarRenderer
        The Bar renderer.
      • BubbleRenderer

        public static final JqPlotResources BubbleRenderer
        The Bubble renderer.
      • PieRenderer

        public static final JqPlotResources PieRenderer
        The Pie renderer.
      • DonutRenderer

        public static final JqPlotResources DonutRenderer
        The Donut renderer.
      • CanvasAxisLabelRenderer

        public static final JqPlotResources CanvasAxisLabelRenderer
        The Canvas axis label renderer.
      • CategoryAxisRenderer

        public static final JqPlotResources CategoryAxisRenderer
        The Category axis renderer.
      • CanvasAxisTickRenderer

        public static final JqPlotResources CanvasAxisTickRenderer
        The Canvas axis tick renderer.
      • CanvasTextRenderer

        public static final JqPlotResources CanvasTextRenderer
        The Canvas text renderer.
      • CanvasOverlay

        public static final JqPlotResources CanvasOverlay
        The CanvasOverlay renderer.
      • DateAxisRenderer

        public static final JqPlotResources DateAxisRenderer
        The Date axis renderer.
      • MeterGaugeRenderer

        public static final JqPlotResources MeterGaugeRenderer
        The Meter gauge renderer.
      • PointLabels

        public static final JqPlotResources PointLabels
        The Point labels.
      • ShadowRenderer

        public static final JqPlotResources ShadowRenderer
        The Shadow renderer.
      • AxisTickRenderer

        public static final JqPlotResources AxisTickRenderer
        The Axis tick renderer.
      • EnhancedLegendRenderer

        public static final JqPlotResources EnhancedLegendRenderer
      • DefaultTickFormatter

        public static final JqPlotResources DefaultTickFormatter
        A class of a formatter for the tick text.
    • Method Detail

      • values

        public static JqPlotResources[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (JqPlotResources c : JqPlotResources.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static JqPlotResources valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getClassName

        public String getClassName()
        Gets the class name.
        Returns:
        the class name
      • getResource

        public String getResource()
        Gets the resource.
        Returns:
        the resource