Class ChartRenderer

    • Constructor Detail

      • ChartRenderer

        public ChartRenderer()
    • Method Detail

      • decode

        public void decode​(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
        Overrides:
        decode in class javax.faces.render.Renderer
      • writeLabels

        protected void writeLabels​(javax.faces.context.FacesContext context,
                                   Object labels)
                            throws IOException
        Throws:
        IOException
      • encodeScales

        protected void encodeScales​(javax.faces.context.FacesContext context,
                                    String chartName,
                                    Object scales,
                                    boolean hasComma)
                             throws IOException
        Throws:
        IOException
      • encodeScaleCommon

        protected void encodeScaleCommon​(javax.faces.context.ResponseWriter writer,
                                         AxesScale scale)
                                  throws IOException
        Throws:
        IOException
      • encodeElements

        protected void encodeElements​(javax.faces.context.FacesContext context,
                                      Elements elements,
                                      boolean hasComma)
                               throws IOException
        Throws:
        IOException
      • encodeTitle

        protected void encodeTitle​(javax.faces.context.FacesContext context,
                                   Title title,
                                   boolean hasComma)
                            throws IOException
        Throws:
        IOException
      • encodeTooltip

        protected void encodeTooltip​(javax.faces.context.FacesContext context,
                                     Tooltip tooltip,
                                     boolean hasComma)
                              throws IOException
        Throws:
        IOException
      • encodeLegend

        protected void encodeLegend​(javax.faces.context.FacesContext context,
                                    Legend legend,
                                    boolean hasComma)
                             throws IOException
        Throws:
        IOException
      • encodeAnimation

        protected void encodeAnimation​(javax.faces.context.FacesContext context,
                                       Animation animation,
                                       boolean hasComma)
                                throws IOException
        Throws:
        IOException