org.apache.batik.css.value
Class DefaultCommonCSSContext
java.lang.Object
|
+--org.apache.batik.css.value.DefaultCommonCSSContext
- All Implemented Interfaces:
- CommonCSSContext
- Direct Known Subclasses:
- DefaultSVGCSSContext
- public class DefaultCommonCSSContext
- extends java.lang.Object
- implements CommonCSSContext
This class is the default implementation of the CommonCSSContext.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
N_0
protected static final ImmutableValue N_0
- 0.
DEFAULT_COLOR_VALUE
public static final CSSOMReadOnlyValue DEFAULT_COLOR_VALUE
- The default color.
DEFAULT_FONT_FAMILY
public static final CSSOMReadOnlyValue DEFAULT_FONT_FAMILY
- The default font family.
userStyleSheetURI
protected java.lang.String userStyleSheetURI
- The user style sheet.
DefaultCommonCSSContext
public DefaultCommonCSSContext()
getDefaultColorValue
public CSSOMReadOnlyValue getDefaultColorValue()
- The default color.
- Specified by:
getDefaultColorValue
in interface CommonCSSContext
getDefaultFontFamilyValue
public CSSOMReadOnlyValue getDefaultFontFamilyValue()
- The font-family value.
- Specified by:
getDefaultFontFamilyValue
in interface CommonCSSContext
getUserStyleSheetURI
public java.lang.String getUserStyleSheetURI()
- The user style sheet URI.
- Specified by:
getUserStyleSheetURI
in interface CommonCSSContext
setUserStyleSheetURI
public void setUserStyleSheetURI(java.lang.String s)
- Sets the user style sheet URI.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.