public final class Overflow extends java.lang.Object implements StyleElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Overflow.Type
Type of box's overflow
|
| Constructor and Description |
|---|
Overflow()
Creates "overflow: initial"
|
Overflow(Overflow.Type type)
Creates overflow with
Overflow.Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
Overflow.Type |
getType() |
public Overflow()
public Overflow(Overflow.Type type)
Overflow.Typetype - of overflowpublic java.lang.String draw()
StyleElementdraw in interface StyleElementpublic Overflow.Type getType()