|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.value.DefaultCommonCSSContext | +--org.apache.batik.css.svg.DefaultSVGCSSContext | +--org.apache.batik.dom.svg.DefaultSVGContext
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 |
protected float pixelToMM
Constructor Detail |
public DefaultSVGContext()
Method Detail |
public float getPixelToMM()
getPixelToMM
in interface SVGContext
public void setPixelToMM(float f)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |