public class Overflow extends StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Overflow.Type
Type of box's overflow
|
| Constructor and Description |
|---|
Overflow(Overflow.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() |
Overflow.Type |
getType() |
Overflow |
setType(Overflow.Type type) |
drawClass, drawScript, getRoot, setRoot, toStringpublic Overflow(Overflow.Type type)
type - of overflowprotected StyleElementType getElementType()
getElementType in class StyleElementprotected java.lang.String draw()
StyleElementdraw in class StyleElementpublic Overflow.Type getType()
public Overflow setType(Overflow.Type type)
type - the type to set