public class Clear extends StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Clear.Type
Side of clear
|
| Constructor and Description |
|---|
Clear(Clear.Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
draw()
All descendant have to implement how to draw it
|
protected StyleElementType |
getElementType() |
Clear.Type |
getType() |
drawClass, drawScript, getRoot, setRoot, toStringpublic Clear(Clear.Type type)
type - of clearprotected StyleElementType getElementType()
getElementType in class StyleElementprotected java.lang.String draw()
StyleElementdraw in class StyleElementpublic Clear.Type getType()