Package com.xmlcalabash.visualizers
Class Plain
-
- All Implemented Interfaces:
-
com.xmlcalabash.api.Monitor
public class Plain extends AbstractVisualizer
-
-
Constructor Summary
Constructors Constructor Description Plain(MessagePrinter printer, Map<String, String> options)
-
Method Summary
Modifier and Type Method Description final Integer
getWidth()
final MessagePrinter
getPrinter()
Unit
showStart(AbstractStep step, Integer depth)
Unit
showEnd(AbstractStep step, Integer depth)
Unit
showDocument(AbstractStep step, String port, Integer depth, XProcDocument document)
-
-
Constructor Detail
-
Plain
Plain(MessagePrinter printer, Map<String, String> options)
-
-
Method Detail
-
getPrinter
final MessagePrinter getPrinter()
-
showStart
Unit showStart(AbstractStep step, Integer depth)
-
showEnd
Unit showEnd(AbstractStep step, Integer depth)
-
showDocument
Unit showDocument(AbstractStep step, String port, Integer depth, XProcDocument document)
-
-
-
-