public class TextDecoration extends StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
TextDecoration.Type
Type of text decoration
|
| Constructor and Description |
|---|
TextDecoration() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
draw()
All descendant have to implement how to draw it
|
protected StyleElementType |
getElementType() |
TextDecoration.Type |
getType() |
TextDecoration |
setType(TextDecoration.Type type) |
drawClass, drawScript, getRoot, setRoot, toStringprotected StyleElementType getElementType()
getElementType in class StyleElementprotected java.lang.String draw()
StyleElementdraw in class StyleElementpublic TextDecoration.Type getType()
public TextDecoration setType(TextDecoration.Type type)
type - the type to set