Class Text


  • public final class Text
    extends Node
    A type of node that contains text.
    • Method Detail

      • write

        public void write​(java.lang.String text)
        Writes additional text into the node, appending it to any existing text.
      • writef

        public void writef​(java.lang.String format,
                           java.lang.Object... args)