public abstract class StyleElement
extends java.lang.Object
Constructor and Description |
---|
StyleElement() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
draw()
All descendant have to implement how to draw it
|
protected java.lang.String |
drawClass() |
protected void |
drawScript()
Sends script of style element do browser.
|
protected abstract StyleElementType |
getElementType() |
protected CSS |
getRoot() |
protected void |
setRoot(CSS root) |
java.lang.String |
toString() |
protected abstract StyleElementType getElementType()
protected abstract java.lang.String draw()
protected void drawScript()
protected java.lang.String drawClass()
protected CSS getRoot()
protected void setRoot(CSS root)
root
- the root to setpublic java.lang.String toString()
toString
in class java.lang.Object