Class AbstractPartComponentXmlWriter

    • Constructor Detail

      • AbstractPartComponentXmlWriter

        public AbstractPartComponentXmlWriter​(JasperReportsContext jasperReportsContext)
    • Method Detail

      • isNewerVersionOrEqual

        protected boolean isNewerVersionOrEqual​(JRPart part,
                                                JRXmlWriter reportWriter,
                                                java.lang.String oldVersion)
      • isOlderVersionThan

        protected boolean isOlderVersionThan​(JRPart part,
                                             JRXmlWriter reportWriter,
                                             java.lang.String version)