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