Class ChartFormatter

java.lang.Object
com.haulmont.yarg.formatters.impl.AbstractFormatter
io.jmix.reports.libintegration.ChartFormatter
All Implemented Interfaces:
com.haulmont.yarg.formatters.ReportFormatter

@Component("report_ChartFormatter") @Scope("prototype") public class ChartFormatter extends com.haulmont.yarg.formatters.impl.AbstractFormatter
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.haulmont.yarg.formatters.impl.AbstractFormatter

    com.haulmont.yarg.formatters.impl.AbstractFormatter.BandPathAndParameterName, com.haulmont.yarg.formatters.impl.AbstractFormatter.InlinerAndMatcher
  • Field Summary

    Fields inherited from class com.haulmont.yarg.formatters.impl.AbstractFormatter

    ALIAS_GROUP, ALIAS_WITH_BAND_NAME_PATTERN, ALIAS_WITH_BAND_NAME_REGEXP, BAND_NAME_DECLARATION_PATTERN, BAND_NAME_DECLARATION_REGEXP, contentInliners, defaultFormatProvider, outputStream, outputType, reportTemplate, rootBand, scripting, SIMPLE_ALIAS_REGEXP, STRING_FUNCTION_GROUP, supportedOutputTypes, UNIVERSAL_ALIAS_PATTERN, UNIVERSAL_ALIAS_REGEXP, VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChartFormatter(com.haulmont.yarg.formatters.factory.FormatterFactoryInput formatterFactoryInput)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    void
     

    Methods inherited from class com.haulmont.yarg.formatters.impl.AbstractFormatter

    applyStringFunction, checkThreadInterrupted, containsJustOneAlias, createDocument, defaultFormat, findBandByPath, formatValue, formatValue, getAllAliases, getContentInlinerForFormat, getContentInliners, getFormatString, inlineParameterValue, insertBandDataToString, isGroovyScript, separateBandNameAndParameterName, setContentInliners, setDefaultFormatProvider, setScripting, unwrapParameterName, wrapWithReportingException, wrapWithReportingException

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChartFormatter

      public ChartFormatter(com.haulmont.yarg.formatters.factory.FormatterFactoryInput formatterFactoryInput)
  • Method Details

    • renderDocument

      public void renderDocument()
    • convertPieChart

      protected String convertPieChart(PieChartDescription description)