summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncAElement.java
blob: f2296c948f7cfdac531c96dfdc7c49565b1e24d2 (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 SVGFEFuncAElement  interface corresponds to the 'feFuncA' element.
 * @author kitfox
 */
public interface SVGFEFuncAElement extends SVGComponentTransferFunctionElement 
{
    
}