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