org.apache.batik.css
Interface ElementNonCSSPresentationalHints

All Known Implementing Classes:
SVGOMTextContentElement, SVGStylableElement, StylableExtensionElement

public interface ElementNonCSSPresentationalHints

This interface must be implemented by an element that contains non-CSS presentational hints, like the 'align' attribute in HTML.


Method Summary
 CSSStyleDeclaration getNonCSSPresentationalHints()
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 

Method Detail

getNonCSSPresentationalHints

public CSSStyleDeclaration getNonCSSPresentationalHints()
Returns the translation of the non-CSS hints to the corresponding CSS rules. The result can be null.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.