org.apache.batik.dom.svg
Interface SVGContext

All Superinterfaces:
CommonCSSContext, SVGCSSContext
All Known Implementing Classes:
DefaultSVGContext

public interface SVGContext
extends SVGCSSContext

This interface is the placeholder for SVG application informations.


Inner classes inherited from class org.apache.batik.css.value.CommonCSSContext
CommonCSSContext.Color
 
Method Summary
 float getPixelToMM()
          Return the pixel to millimeters factor.
 
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
 

Method Detail

getPixelToMM

public float getPixelToMM()
Return the pixel to millimeters factor.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.