public interface org.apache.fop.svg.NativeImageHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.fop.svg.NativeImageHandler
  super_class: java.lang.Object
{
  public abstract void addNativeImage(org.apache.xmlgraphics.image.loader.Image, float, float, float, float);
    descriptor: (Lorg/apache/xmlgraphics/image/loader/Image;FFFF)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      image   
      x       
      y       
      width   
      height  
}
SourceFile: "NativeImageHandler.java"