Class WidgetProcessorImpl

    • Constructor Detail

      • WidgetProcessorImpl

        public WidgetProcessorImpl()
    • Method Detail

      • process

        public abstract java.util.List<java.lang.String> process​(java.lang.String name,
                                                                 WidgetConfig widgetConfig)
        Process a list called x with a widget y
        Specified by:
        process in interface WidgetProcessor
        Parameters:
        name - the name of the list.
        widgetConfig - the description of the widget.
        Returns:
        results.
      • getLabels

        protected java.util.Map<java.lang.String,​java.lang.String> getLabels​(GraphWidgetConfig widgetConfig)
        Get the labels for Graph widgets.
        Parameters:
        widgetConfig - The Graph widget config.
        Returns:
        A mapping from axis name (x or y) to meat-friendly label.