Package com.day.cq.reporting
Interface ChartData
-
public interface ChartData
This interface representsData
that is pepared for being used in charts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeDataJSON(JSONWriter writer, java.util.Locale locale)
Writes the chart data to the specifiedJSONWriter
.
-
-
-
Method Detail
-
writeDataJSON
void writeDataJSON(JSONWriter writer, java.util.Locale locale) throws JSONException
Writes the chart data to the specifiedJSONWriter
.- Parameters:
writer
- The JSON writerlocale
- The locale to be used for formatting data- Throws:
JSONException
- if an error occured while creating the JSON
-
-