Interface GradientMapper
public interface GradientMapper
- 
Method SummaryModifier and TypeMethodDescriptiongetGradient(int index, Object facetValueId, String purpose) Returns the gradient identifier to be used for the specified chart data.
- 
Method Details- 
getGradientReturns the gradient identifier to be used for the specified chart data.- Parameters:
- index- index of the legend facet value to be rendered
- facetValueId- id of the legend facet value to be rendered
- purpose- purpose for the requested gradient - such as "legend", "line", "area", "points", etc.
- Returns:
- gradient id
- See Also:
 
 
-