public class Display extends StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Display.Type
Display type
|
| Constructor and Description |
|---|
Display(Display.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() |
Display.Type |
getType() |
drawClass, drawScript, getRoot, setRoot, toStringpublic Display(Display.Type type)
type - if displayprotected StyleElementType getElementType()
getElementType in class StyleElementprotected java.lang.String draw()
StyleElementdraw in class StyleElementpublic Display.Type getType()