Class TextBuilder


  • @Deprecated
    public class TextBuilder
    extends Object
    Deprecated.
    in 1.20, use your own text API instead.

    This class is not intended to be subclassed by clients.

    Since:
    1.17
    • Method Detail

      • create

        public static TextBuilder create()
        Deprecated.
      • appendTransformation

        public TextBuilder appendTransformation​(Text from,
                                                Text to)
        Deprecated.
      • build

        public Text build()
        Deprecated.