org.apache.batik.css.value
Interface CommonCSSContext

All Known Subinterfaces:
SVGContext, SVGCSSContext
All Known Implementing Classes:
DefaultCommonCSSContext

public interface CommonCSSContext

This interface represents the context the application must provides to the CSS engine in order to resolve the relative CSS values.


Method Summary
 CSSOMReadOnlyValue getDefaultColorValue()
          The default color.
 CSSOMReadOnlyValue getDefaultFontFamilyValue()
          The font-family value.
 java.lang.String getUserStyleSheetURI()
          The user style sheet URI.
 

Method Detail

getDefaultColorValue

public CSSOMReadOnlyValue getDefaultColorValue()
The default color.

getDefaultFontFamilyValue

public CSSOMReadOnlyValue getDefaultFontFamilyValue()
The font-family value.

getUserStyleSheetURI

public java.lang.String getUserStyleSheetURI()
The user style sheet URI.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.