summaryrefslogblamecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java
blob: c51d4592be6f4f5cc46e92212e195883eb900d52 (plain) (tree)


















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