SVGAltGlyphElement.java :  » XML » xml-commons-external-1.4.01 » org » w3c » dom » svg » Java Open Source

Java Open Source » XML » xml commons external 1.4.01 
xml commons external 1.4.01 » org » w3c » dom » svg » SVGAltGlyphElement.java

package org.w3c.dom.svg;

import org.w3c.dom.DOMException;

public interface SVGAltGlyphElement extends 
               SVGTextPositioningElement,
               SVGURIReference {
  public String getGlyphRef( );
  public void      setGlyphRef( String glyphRef )
                       throws DOMException;
  public String getFormat( );
  public void      setFormat( String format )
                       throws DOMException;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.