summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGTRefElement.java
blob: 0f707610fd8b87471193975a292150ec0c4bbf5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * SVGTRefElement.java
 *
 * Created on April 13, 2007, 9:46 AM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package com.kitfox.salamander.svg.text;

import com.kitfox.salamander.svg.basic.SVGURIReference;

/**
 * The SVGTRefElement  interface corresponds to the 'tref' element.
 * @author kitfox
 */
public interface SVGTRefElement extends SVGTextPositioningElement, SVGURIReference
{
    
}