/* * 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 SVGFEFuncRElement interface corresponds to the 'feFuncR' element. * @author kitfox */ public interface SVGFEFuncRElement extends SVGComponentTransferFunctionElement { }