|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jcckit.SVGPlotter
Creates an SVG document from a plot by using the
SVGRenderer
.
Constructor Summary | |
SVGPlotter()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Creates an SVG document based on a .properties file. |
static java.lang.String |
makeSVG(PlotCanvas canvas)
Creates an SVG document from the specified plot canvas. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGPlotter()
Method Detail |
public static java.lang.String makeSVG(PlotCanvas canvas)
PlotCanvas.getPaper()
and preserveAspectRatio determined by
PlotCanvas.getHorizontalAnchor()
and
PlotCanvas.getVerticalAnchor()
.public static void main(java.lang.String[] args) throws java.lang.Exception
Usage: java jcckit.SVGPlotter [-o <output file>] <properties file>
If the -o option isn't present the SVG output will be printed onto the console.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |