public class AdornedWordOutputterFactory
extends java.lang.Object
| Constructor and Description |
|---|
AdornedWordOutputterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AdornedWordOutputter |
newAdornedWordOutputter()
Get an adornedWordOutputter.
|
static AdornedWordOutputter |
newAdornedWordOutputter(java.lang.String className)
Get an adornedWordOutputter of a specified class name.
|
static AdornedWordOutputter |
newAdornedWordOutputter(UTF8Properties properties)
Get an adornedWordOutputter.
|
public static AdornedWordOutputter newAdornedWordOutputter()
public static AdornedWordOutputter newAdornedWordOutputter(UTF8Properties properties)
properties - MorphAdorner properties.public static AdornedWordOutputter newAdornedWordOutputter(java.lang.String className)
className - Class name for the adornedWordOutputter.