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