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.Type
type
- of text transformpublic java.lang.String draw()
StyleElement
draw
in interface StyleElement
public TextTransform.Type getType()