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, toString
public Overflow(Overflow.Type type)
type
- of overflowprotected StyleElementType getElementType()
getElementType
in class StyleElement
protected java.lang.String draw()
StyleElement
draw
in class StyleElement
public Overflow.Type getType()
public Overflow setType(Overflow.Type type)
type
- the type to set