Class BasePlotRenderer

    • Constructor Detail

      • BasePlotRenderer

        public BasePlotRenderer()
    • Method Detail

      • encodeData

        protected abstract void encodeData​(javax.faces.context.FacesContext context,
                                           Chart chart)
                                    throws IOException
        Throws:
        IOException
      • encodeOptions

        protected void encodeOptions​(javax.faces.context.FacesContext context,
                                     Chart chart)
                              throws IOException
        Throws:
        IOException
      • escapeChartData

        protected String escapeChartData​(Object value)