TextUtilsFactory
Inheritance: java.lang.Object
public class TextUtilsFactory
Provides functionality for retrieving creators of text service objects
Constructors
Constructor | Description |
---|---|
TextUtilsFactory() |
Methods
Method | Description |
---|---|
getMorseDecoder() | Gets the IMorseDecoder instance. |
getMorseEncoder() | Gets the IMorseEncoder instance. |
getFontMorseDecoder() | Gets the IFontMorseDecoder instance. |
getFontMorseEncoder() | Gets the IFontMorseEncoder instance. |
TextUtilsFactory()
public TextUtilsFactory()
getMorseDecoder()
public IMorseDecoder getMorseDecoder()
Gets the IMorseDecoder instance.
Returns: IMorseDecoder - The IMorseDecoder instance.
getMorseEncoder()
public IMorseEncoder getMorseEncoder()
Gets the IMorseEncoder instance.
Returns: IMorseEncoder - The IMorseEncoder instance.
getFontMorseDecoder()
public IFontMorseDecoder getFontMorseDecoder()
Gets the IFontMorseDecoder instance.
Returns: IFontMorseDecoder - The IFontMorseDecoder instance.
getFontMorseEncoder()
public IFontMorseEncoder getFontMorseEncoder()
Gets the IFontMorseEncoder instance.
Returns: IFontMorseEncoder - The IFontMorseEncoder instance.