Class ChartRenderer

java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.charts.ChartRenderer
Direct Known Subclasses:
BarChartRenderer, BubbleChartRenderer, DonutChartRenderer, LineChartRenderer, PieChartRenderer, PolarAreaChartRenderer, RadarChartRenderer, ScatterChartRenderer

@Deprecated(since="14.0.0", forRemoval=true) public class ChartRenderer extends CoreRenderer
Deprecated, for removal: This API element is subject to removal in a future version.
please use new p:chart component
  • Constructor Details

    • ChartRenderer

      public ChartRenderer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • decode

      public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      decode in class javax.faces.render.Renderer
    • encodeMarkup

      protected void encodeMarkup(javax.faces.context.FacesContext context, UIChart chart) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeConfig

      protected void encodeConfig(javax.faces.context.FacesContext context, ChartModel model) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeData

      protected void encodeData(javax.faces.context.FacesContext context, ChartData data) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • writeLabels

      protected void writeLabels(javax.faces.context.FacesContext context, Object labels) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeOptions

      protected void encodeOptions(javax.faces.context.FacesContext context, String type, Object options) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeScales

      protected void encodeScales(javax.faces.context.FacesContext context, String chartName, Object scales, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeAxes

      protected void encodeAxes(javax.faces.context.FacesContext context, String chartName, String defaultAxeId, List<CartesianAxes> axes) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeElements

      protected void encodeElements(javax.faces.context.FacesContext context, Elements elements, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeResponsive

      protected void encodeResponsive(javax.faces.context.FacesContext context, ChartOptions options, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodePlugins

      protected void encodePlugins(javax.faces.context.FacesContext context, ChartOptions options, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeTitle

      protected void encodeTitle(javax.faces.context.FacesContext context, Title title, String element, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeTooltip

      protected void encodeTooltip(javax.faces.context.FacesContext context, Tooltip tooltip, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeLegend

      protected void encodeLegend(javax.faces.context.FacesContext context, Legend legend, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • encodeAnimation

      protected void encodeAnimation(javax.faces.context.FacesContext context, Animation animation, boolean hasComma) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException