|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrvl.swv.AbstractEngine
rvl.swv.SWVEngine
public class SWVEngine
Engine for StatWeave code. For LaTeX files only! -- Configure to produce a tex target
Field Summary |
---|
Fields inherited from class rvl.swv.AbstractEngine |
---|
codeExt, commentEnd, commentStart, endCode, engineName, medExt, okfigfmts, outExt, startupCode |
Constructor Summary | |
---|---|
SWVEngine()
|
Method Summary | |
---|---|
void |
putComment(java.lang.String text)
StatWeave does not support commebnts, so putComment
is overridden to do nothing at all |
void |
putExpr(java.lang.String expr)
Evaluate an expression and put it in the output stream |
void |
putSeparator(java.lang.String text)
Put code that will add the given text in a separate line of the engine's output. |
FigFile |
setupFig(java.lang.String chunkName)
StatWeave itself does not produce graphics. |
Methods inherited from class rvl.swv.AbstractEngine |
---|
closeCodeFile, closeFig, deleteCodeFile, getFileNames, openCodeFile, postProcess, putCode, putStartup, runCode, setBinary, setParents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SWVEngine()
Method Detail |
---|
public void putComment(java.lang.String text)
putComment
is overridden to do nothing at all
putComment
in interface EngineInterface
putComment
in class AbstractEngine
public void putSeparator(java.lang.String text)
AbstractEngine
putSeparator
in interface EngineInterface
putSeparator
in class AbstractEngine
public void putExpr(java.lang.String expr)
AbstractEngine
putExpr
in interface EngineInterface
putExpr
in class AbstractEngine
public FigFile setupFig(java.lang.String chunkName)
setupFig
in interface EngineInterface
setupFig
in class AbstractEngine
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |