summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java
blob: c51d4592be6f4f5cc46e92212e195883eb900d52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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 
{
    
}