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