org.apache.batik.dom.svg
Class DefaultSVGContext

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

public class DefaultSVGContext
extends DefaultSVGCSSContext
implements SVGContext

This class is the placeholder for SVG application informations.


Field Summary
protected  ParserFactory parserFactory
           
protected  UserAgent userAgent
           
 
Fields inherited from class org.apache.batik.css.value.DefaultCommonCSSContext
DEFAULT_COLOR_VALUE, DEFAULT_FONT_FAMILY, N_0, userStyleSheetURI
 
Constructor Summary
DefaultSVGContext()
           
 
Method Summary
 ParserFactory getParserFactory()
          Returns the parser factory.
 UserAgent getUserAgent()
          Returns the user agent.
 void setParserFactory(ParserFactory pf)
          Sets the parser factory.
 void setUserAgent(UserAgent ua)
          Sets the user agent.
 
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
 

Field Detail

parserFactory

protected ParserFactory parserFactory

userAgent

protected UserAgent userAgent
Constructor Detail

DefaultSVGContext

public DefaultSVGContext()
Method Detail

getParserFactory

public ParserFactory getParserFactory()
Returns the parser factory.
Specified by:
getParserFactory in interface SVGContext

setParserFactory

public void setParserFactory(ParserFactory pf)
Sets the parser factory.

getUserAgent

public UserAgent getUserAgent()
Returns the user agent.
Specified by:
getUserAgent in interface SVGContext

setUserAgent

public void setUserAgent(UserAgent ua)
Sets the user agent.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.