MicroStrategy ONE
ReportGraphTransformImpl
The ReportGraphTransformImpl transform generates the graph output for a ReportBean.
-
public void renderTop(MarkupOutput out, ReportBean rb)— renders top area of the transform.
-
public void renderBottom(MarkupOutput out, ReportBean rb)— renders bottom area of the transform.
-
public void renderLeft(MarkupOutput out, ReportBean rb)— renders left area of the transform.
-
public void renderRight(MarkupOutput out, ReportBean rb)— renders right area of the transform.
-
public void renderCenter(MarkupOutput out, ReportBean rb)— renders central area of the transform.
-
public void renderEmptyCase(MarkupOutput out, ReportBean rb)— renders when the report grid or graph is empty.
-
public void renderData(MarkupOutput out, ReportBean rb)— renders the data area for the report.
-
public void renderLayout(MarkupOutput out, ReportBean rb)— renders the layout for the report graph.
-
public void renderGraphData(MarkupOutput out, ReportBean rb)— renders the data area for the graph.