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.Type
type
- of overflowpublic java.lang.String draw()
StyleElement
draw
in interface StyleElement
public Overflow.Type getType()