lt.monarch.chart.engine
Class SVGGraphics

java.lang.Object
  extended by lt.monarch.chart.engine.JavaGraphics
      extended by lt.monarch.chart.engine.SVGGraphics
All Implemented Interfaces:
AbstractGraphics

public class SVGGraphics
extends JavaGraphics


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.chart.engine.JavaGraphics
g
 
Constructor Summary
Constructor and Description
SVGGraphics(SVGGraphics2D g)
           
 
Method Summary
Modifier and Type Method and Description
 void setSVGCanvasSize(java.awt.Dimension dimension)
           
 void stream(java.io.Writer out, boolean useCSS)
           
 
Methods inherited from class lt.monarch.chart.engine.JavaGraphics
addRenderingHints, clip, create, dispose, draw, drawChars, drawImage, drawImage, drawString, endScene, fill, getClip, getClipBounds, getColor, getComposite, getFont, getFontMetrics, getFontMetrics, getGraphics2D, getPaint, getRenderingHints, getStroke, getTransform, renderScene, rotate, rotate, scale, setClip, setColor, setComposite, setFont, setGraphics, setPaint, setPaintMode, setRenderingHints, setStroke, setTransform, setXORMode, startScene, transform, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGGraphics

public SVGGraphics(SVGGraphics2D g)
Method Detail

setSVGCanvasSize

public void setSVGCanvasSize(java.awt.Dimension dimension)

stream

public void stream(java.io.Writer out,
                   boolean useCSS)
            throws SVGGraphics2DIOException
Throws:
SVGGraphics2DIOException