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