public interface com.sun.scenario.effect.impl.PoolFilterable extends com.sun.scenario.effect.Filterable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.scenario.effect.impl.PoolFilterable
  super_class: java.lang.Object
{
  public abstract void setImagePool(com.sun.scenario.effect.impl.ImagePool);
    descriptor: (Lcom/sun/scenario/effect/impl/ImagePool;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pool  

  public abstract com.sun.scenario.effect.impl.ImagePool getImagePool();
    descriptor: ()Lcom/sun/scenario/effect/impl/ImagePool;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "PoolFilterable.java"