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, toString
public Clear(Clear.Type type)
type
- of clearprotected StyleElementType getElementType()
getElementType
in class StyleElement
protected java.lang.String draw()
StyleElement
draw
in class StyleElement
public Clear.Type getType()