Class PieSparklineWriteHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleElementWriteHandler

    @Deprecated
    public class PieSparklineWriteHandler
    extends org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements.AbstractElementWriteHandler
    Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void writeElement​(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, org.pentaho.reporting.engine.classic.core.Element element)
      Deprecated.
      Writes a single element as XML structure.
      • Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements.AbstractElementWriteHandler

        copyStaticResources, createMainAttributes, createMainAttributes, ensureNamespaceDefined, isFiltered, writeAttributeExpressions, writeChildElements, writeElementBody, writeRootSubReports, writeStyleExpressions, writeSubReport
    • Constructor Detail

      • PieSparklineWriteHandler

        public PieSparklineWriteHandler()
        Deprecated.
    • Method Detail

      • writeElement

        public void writeElement​(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle,
                                 org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterState state,
                                 org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
                                 org.pentaho.reporting.engine.classic.core.Element element)
                          throws IOException,
                                 org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterException
        Deprecated.
        Writes a single element as XML structure.
        Parameters:
        bundle - the bundle to which to write to.
        state - the current write-state.
        xmlWriter - the xml writer.
        element - the element.
        Throws:
        IOException - if an IO error occured.
        org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterException - if an Bundle writer.