public static class RenderingUtils.DummySVGContext
extends java.lang.Object
implements org.apache.batik.dom.svg.SVGContext
Constructor and Description |
---|
DummySVGContext() |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBBox() |
java.awt.geom.AffineTransform |
getCTM() |
float |
getFontSize() |
java.awt.geom.AffineTransform |
getGlobalTransform() |
float |
getPixelToMM() |
float |
getPixelUnitToMillimeter() |
java.awt.geom.AffineTransform |
getScreenTransform() |
float |
getViewportHeight() |
float |
getViewportWidth() |
void |
setScreenTransform(java.awt.geom.AffineTransform at) |
public float getPixelUnitToMillimeter()
getPixelUnitToMillimeter
in interface org.apache.batik.dom.svg.SVGContext
public float getPixelToMM()
getPixelToMM
in interface org.apache.batik.dom.svg.SVGContext
public java.awt.geom.Rectangle2D getBBox()
getBBox
in interface org.apache.batik.dom.svg.SVGContext
public java.awt.geom.AffineTransform getScreenTransform()
getScreenTransform
in interface org.apache.batik.dom.svg.SVGContext
public void setScreenTransform(java.awt.geom.AffineTransform at)
setScreenTransform
in interface org.apache.batik.dom.svg.SVGContext
public java.awt.geom.AffineTransform getCTM()
getCTM
in interface org.apache.batik.dom.svg.SVGContext
public java.awt.geom.AffineTransform getGlobalTransform()
getGlobalTransform
in interface org.apache.batik.dom.svg.SVGContext
public float getViewportWidth()
getViewportWidth
in interface org.apache.batik.dom.svg.SVGContext
public float getViewportHeight()
getViewportHeight
in interface org.apache.batik.dom.svg.SVGContext
public float getFontSize()
getFontSize
in interface org.apache.batik.dom.svg.SVGContext