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.


Inner classes inherited from class org.apache.batik.css.value.CommonCSSContext
CommonCSSContext.Color
 
Field Summary
protected  float pixelToMM
          The pixel to mm conversion factor.
 
Fields inherited from class org.apache.batik.css.value.DefaultCommonCSSContext
DEFAULT_COLOR, DEFAULT_FONT_FAMILY, userStyleSheetURI
 
Constructor Summary
DefaultSVGContext()
           
 
Method Summary
 float getPixelToMM()
          Return the pixel to millimeters factor.
 void setPixelToMM(float f)
          Sets the pixel to millimeters factor.
 
Methods inherited from class org.apache.batik.css.svg.DefaultSVGCSSContext
getViewportHeight, getViewportWidth
 
Methods inherited from class org.apache.batik.css.value.DefaultCommonCSSContext
getBolderFontWeight, getDefaultColorValue, getDefaultFontFamilyValue, getLighterFontWeight, 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.svg.SVGCSSContext
getViewportHeight, getViewportWidth
 
Methods inherited from interface org.apache.batik.css.value.CommonCSSContext
getBolderFontWeight, getDefaultColorValue, getDefaultFontFamilyValue, getLighterFontWeight, getUserStyleSheetURI
 

Field Detail

pixelToMM

protected float pixelToMM
The pixel to mm conversion factor.
Constructor Detail

DefaultSVGContext

public DefaultSVGContext()
Method Detail

getPixelToMM

public float getPixelToMM()
Return the pixel to millimeters factor.
Specified by:
getPixelToMM in interface SVGContext

setPixelToMM

public void setPixelToMM(float f)
Sets the pixel to millimeters factor.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.