/* * SVGFEFuncRElement.java * * Created on April 13, 2007, 10:49 AM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.kitfox.salamander.svg.filter; /** * The SVGFEFuncBElement interface corresponds to the 'feFuncB' element. * @author kitfox */ public interface SVGFEFuncBElement extends SVGComponentTransferFunctionElement { }