Class BlendModeComposite

java.lang.Object
com.github.weisj.jsvg.nodes.filter.AbstractBlendComposite
com.github.weisj.jsvg.nodes.filter.BlendModeComposite
All Implemented Interfaces:
Composite

public final class BlendModeComposite extends AbstractBlendComposite
  • Method Details

    • create

      @NotNull public static @NotNull Composite create(BlendMode mode)
    • blender

      @NotNull protected @NotNull com.github.weisj.jsvg.nodes.filter.AbstractBlendComposite.Blender blender()
      Specified by:
      blender in class AbstractBlendComposite