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.
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.