summaryrefslogblamecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphItemElement.java
blob: 89832c2973a576fb5a757a4c55793b1406004422 (plain) (tree)




















                                                                                    
/*
 * SVGAltGlyphItemElement.java
 *
 * Created on April 13, 2007, 9:54 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.SVGElement;

/**
 * The SVGAltGlyphItemElement  interface corresponds to the 'altGlyphItem' element.
 * @author kitfox
 */
public interface SVGAltGlyphItemElement extends SVGElement
{
    
}