Class AbstractChartDatasetService

java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.BehaviorWithGraphFilter
component.chart.service.impl.AbstractChartDatasetService
Direct Known Subclasses:
DefaultChartDataSetService, DefaultSingleChartDataSetService

public abstract class AbstractChartDatasetService extends BehaviorWithGraphFilter
  • Constructor Details

    • AbstractChartDatasetService

      public AbstractChartDatasetService()
  • Method Details

    • generateBackgroundColors

      protected String[] generateBackgroundColors(Set<String> existingColors, int count)
    • generateBackgroundColors

      protected String[] generateBackgroundColors(int count)
    • colorToHex

      protected static String colorToHex(Color color)
    • getRandomColor

      protected Color getRandomColor()
    • getAxesValue

      protected Object getAxesValue(TableRow tableRow, EntityColumn column, Formatter<Object,Object> formatter)