summaryrefslogblamecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGTextElement.java
blob: 12c25c90157df42bf5d4057606fcb9d239c462a1 (plain) (tree)




















                                                                                    
/*
 * SVGTextElement.java
 *
 * Created on April 13, 2007, 9:45 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.SVGTransformable;

/**
 * The SVGTextElement  interface corresponds to the 'text' element.
 * @author kitfox
 */
public interface SVGTextElement extends SVGTextPositioningElement, SVGTransformable
{
    
}