org.apache.batik.css.svg
Class DefaultSVGCSSContext

java.lang.Object
  |
  +--org.apache.batik.css.value.DefaultCommonCSSContext
        |
        +--org.apache.batik.css.svg.DefaultSVGCSSContext
All Implemented Interfaces:
CommonCSSContext, SVGCSSContext
Direct Known Subclasses:
DefaultSVGContext

public class DefaultSVGCSSContext
extends DefaultCommonCSSContext
implements SVGCSSContext

This class is the default implementation of the SVGCSSContext.


Fields inherited from class org.apache.batik.css.value.DefaultCommonCSSContext
DEFAULT_COLOR_VALUE, DEFAULT_FONT_FAMILY, N_0, userStyleSheetURI
 
Constructor Summary
DefaultSVGCSSContext()
           
 
Methods inherited from class org.apache.batik.css.value.DefaultCommonCSSContext
getDefaultColorValue, getDefaultFontFamilyValue, getUserStyleSheetURI, setUserStyleSheetURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.batik.css.value.CommonCSSContext
getDefaultColorValue, getDefaultFontFamilyValue, getUserStyleSheetURI
 

Constructor Detail

DefaultSVGCSSContext

public DefaultSVGCSSContext()


Copyright © 2000 Apache Software Foundation. All Rights Reserved.