org.silverpeas.chart
Class ChartSettings

java.lang.Object
  extended by org.silverpeas.chart.ChartSettings

public class ChartSettings
extends Object

Author:
Yohann Chastagnier

Field Summary
protected static ResourceLocator settings
           
 
Constructor Summary
ChartSettings()
           
 
Method Summary
static String getDefaultPieChartColorsAsJson()
          Gets the JSON representation of default color set of pie chart.
static float getThresholdOfPieCombination()
          Gets the threshold for pie chart under the one the values are aggregated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settings

protected static ResourceLocator settings
Constructor Detail

ChartSettings

public ChartSettings()
Method Detail

getDefaultPieChartColorsAsJson

public static String getDefaultPieChartColorsAsJson()
Gets the JSON representation of default color set of pie chart.

Returns:
json as string.

getThresholdOfPieCombination

public static float getThresholdOfPieCombination()
Gets the threshold for pie chart under the one the values are aggregated.

Returns:
the threshold as rate (3%).


Copyright © 2016 Silverpeas. All Rights Reserved.