public class TextInputterFactory
extends java.lang.Object
| Constructor and Description |
|---|
TextInputterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static TextInputter |
newTextInputter()
Get a TextInputter.
|
static TextInputter |
newTextInputter(java.lang.String className)
Get a TextInputter of a specified class name.
|
static TextInputter |
newTextInputter(UTF8Properties properties)
Get a TextInputter.
|
public static TextInputter newTextInputter()
public static TextInputter newTextInputter(UTF8Properties properties)
properties - MorphAdorner properties.public static TextInputter newTextInputter(java.lang.String className)
className - Class name for the textInputter.