SVGStylable.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 » SVGStylable.java

package org.w3c.dom.svg;

import org.w3c.dom.css.CSSStyleDeclaration;
import org.w3c.dom.css.CSSValue;

public interface SVGStylable {
  public SVGAnimatedString getClassName( );
  public CSSStyleDeclaration getStyle( );

  public CSSValue getPresentationAttribute ( String name );
}
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.