public final class TextTransform extends java.lang.Object implements StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
TextTransform.Type
Type of text transform: none,capitalize,uppercase,lowercase,initial.
|
| Constructor and Description |
|---|
TextTransform()
Creates: "text-transform: initial"
|
TextTransform(TextTransform.Type type)
Creates text transform with
TextTransform.Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
TextTransform.Type |
getType() |
public TextTransform()
public TextTransform(TextTransform.Type type)
TextTransform.Typetype - of text transformpublic java.lang.String draw()
StyleElementdraw in interface StyleElementpublic TextTransform.Type getType()