public interface MeasureDataRendererColumnHeader (Code)
This interface is used in the getReport() methode of the
MeasureFactory. If the datarenderer has implemented this
interface the report will first call this methode with an empty MeasurePoint.
With this you can determine the data names and descriptions before any data
is get.
author: w.klaas
getColumnHeaderAsString(MeasurePoint point) This methode will generate the string representation of the header of the
desired renderer for measure points.
Parameters: point - goes in.
This methode will generate the string representation of the header of the
desired renderer for measure points.
Parameters: point - goes in. String the string representation of the column headers