Class WriteText

All Implemented Interfaces:
Provider<Stack>, ProviderAsStack

public class WriteText
extends StackProvider
Creates an image that contains text only.
Author:
Owen Feehan
  • Constructor Details

    • WriteText

      public WriteText​(String text)
      Creates the bean to write particular text, otherwise using default settings.
      Parameters:
      text - the text to write.
    • WriteText

      public WriteText()
  • Method Details