Interface BlockElement
-
- All Known Implementing Classes:
LineBreakElement,ListElement,TextElement
@PublicEvolving public interface BlockElementPart of description that represents a block e.g. some text, linebreak or a list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidformat(Formatter formatter)Transforms itself into String representation using given format.
-
-
-
Method Detail
-
format
void format(Formatter formatter)
Transforms itself into String representation using given format.- Parameters:
formatter- formatter to use.
-
-