Class BitmapContentInliner

java.lang.Object
io.jmix.reports.yarg.formatters.impl.inline.AbstractInliner
io.jmix.reports.yarg.formatters.impl.inline.BitmapContentInliner
All Implemented Interfaces:
ContentInliner

public class BitmapContentInliner extends AbstractInliner
Handle images with format string: ${bitmap:100x100}
  • Constructor Details

    • BitmapContentInliner

      public BitmapContentInliner()
  • Method Details

    • getTagPattern

      public Pattern getTagPattern()
      Description copied from interface: ContentInliner
      Get Regexp Pattern for match format string
      Returns:
      Pattern
    • getContent

      protected byte[] getContent(Object paramValue)
      Specified by:
      getContent in class AbstractInliner