Package | Description |
---|---|
eu.bandm.tools.format |
Text layout and pretty printing,
cf user documentation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
Format.doprint(Format.FormatPrinter v)
Over-ridden by concrete sub-classes of Format, for performing
the adquate print operations.
|
protected void |
Format.Prior.doprint(Format.FormatPrinter v) |
protected void |
Format.Empty.doprint(Format.FormatPrinter v) |
protected void |
Format.Literal.doprint(Format.FormatPrinter v) |
protected void |
Format.Markup.doprint(Format.FormatPrinter v) |
protected void |
Format.Space.doprint(Format.FormatPrinter v) |
protected void |
Format.Append.doprint(Format.FormatPrinter v) |
protected void |
Format.Tabular.doprint(Format.FormatPrinter v) |
protected void |
Format.Comment.doprint(Format.FormatPrinter v) |
protected void |
Format.Block.doprint(Format.FormatPrinter v) |
protected void |
Format.Line.doprint(Format.FormatPrinter v) |
protected void |
Format.Beside.doprint(Format.FormatPrinter v) |
protected void |
Format.Beneath.doprint(Format.FormatPrinter v) |
protected void |
Format.Annotated.doprint(Format.FormatPrinter v) |
protected void |
Format.Variable.doprint(Format.FormatPrinter v) |
protected void |
Format.Subst.doprint(Format.FormatPrinter v) |
see also the complete user documentation .