Class FlowTextNode

    • Constructor Detail

      • FlowTextNode

        public FlowTextNode()
    • Method Detail

      • setTextPainter

        public void setTextPainter​(TextPainter textPainter)
        Description copied from class: TextNode
        Sets the text painter of this text node. If the specified text painter is null, this text node will use its default text painter (StrokingTextPainter.getInstance()).
        Overrides:
        setTextPainter in class TextNode
        Parameters:
        textPainter - the text painter to use