-
- All Known Implementing Classes:
Diagnostic,Mark,Span,Tag
public interface DisplayType that can output a human readable display string.Displayimplementations may useOutput.settings()to tailor the format of their display strings. For example, display strings may be stylized whenOutputSettings.isStyled()returnstrue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplay(Output<?> output)Writes a human readable, display-formatted string representation of this object tooutput.
-
-
-
Method Detail
-
display
void display(Output<?> output)
Writes a human readable, display-formatted string representation of this object tooutput.- Throws:
OutputException- if theoutputexits the cont state before the full display string has been written.
-
-