Interface BlockElement

  • All Known Implementing Classes:
    LineBreakElement, ListElement, TextElement

    @PublicEvolving
    public interface BlockElement
    Part of description that represents a block e.g. some text, linebreak or a list.
    • Method Detail

      • format

        void format​(Formatter formatter)
        Transforms itself into String representation using given format.
        Parameters:
        formatter - formatter to use.