Class AbstractAxisCustomizer

  • All Implemented Interfaces:
    net.sf.jasperreports.engine.JRChartCustomizer, net.sf.jasperreports.engine.NamedChartCustomizer
    Direct Known Subclasses:
    DomainAxisCustomizer, RangeAxisCustomizer

    public abstract class AbstractAxisCustomizer
    extends net.sf.jasperreports.engine.JRAbstractChartCustomizer
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PROPERTY_MAX_VALUE  
      static String PROPERTY_MIN_VALUE  
      static String PROPERTY_TICK_UNIT  
      • Fields inherited from class net.sf.jasperreports.engine.JRAbstractChartCustomizer

        chart, filler
      • Fields inherited from interface net.sf.jasperreports.engine.JRChartCustomizer

        CUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configNumberAxis​(org.jfree.chart.axis.NumberAxis numberAxis, String tickUnitProp)  
      protected void configValueAxis​(org.jfree.chart.axis.ValueAxis valueAxis, String minProp, String maxProp)  
      • Methods inherited from class net.sf.jasperreports.engine.JRAbstractChartCustomizer

        getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
      • Methods inherited from interface net.sf.jasperreports.engine.JRChartCustomizer

        customize
    • Constructor Detail

      • AbstractAxisCustomizer

        public AbstractAxisCustomizer()
    • Method Detail

      • configValueAxis

        protected void configValueAxis​(org.jfree.chart.axis.ValueAxis valueAxis,
                                       String minProp,
                                       String maxProp)
      • configNumberAxis

        protected void configNumberAxis​(org.jfree.chart.axis.NumberAxis numberAxis,
                                        String tickUnitProp)