Class FlowTextNode

All Implemented Interfaces:
GraphicsNode, Selectable

public class FlowTextNode extends TextNode
One line Class Desc Complete Class Desc
  • Constructor Details

    • FlowTextNode

      public FlowTextNode()
  • Method Details

    • 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